[Issue 14863] CLOCK_BOOTTIME should be optional to support <2.6.39 kernels

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 3 07:12:06 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14863

--- Comment #4 from Steven Schveighoffer <schveiguy at yahoo.com> ---
(In reply to Marc Schütz from comment #3)
> `assert(0);` becomes a `HTL` instruction with -release, which in turn
> triggers SIGSEGV. That's probably the cause.

OH! then this is easily fixable.

I thought an assert(0) in release mode still did an assert. We just need to
change how we treat that specific failure. Interestingly, assert(0,
somemessage) seems to be a waste of somemessage. We may want to consider what
assert(0) should do (another topic).

--


More information about the Digitalmars-d-bugs mailing list