History log of /haiku/src/system/libroot/posix/assert.cpp
Revision Date Author Comments
# 79456ebd 22-Jan-2019 Augustin Cavalier <waddlesplash@gmail.com>

libroot: Fix build under GCC 7.


# 2b4b2018 22-Jan-2019 Augustin Cavalier <waddlesplash@gmail.com>

libroot: Call abort() only if a signal handler is installed.

Preserving the assert failure message in debug reports is desirable,
so if possible we should do so, not just print it to stderr. So
now we reuse the same trick from abort() directly.

Sorry for the extra noise; I should have combined these commits.