Thrown on POSIX systems when a SIGSEGV signal is received.
Thrown on null pointer dereferences.
Revert the memory error handler back to the one from before calling registerMemoryAssertHandler().
Revert the memory error handler back to the one from before calling registerMemoryErrorHandler().
Registers a signal handler for SIGSEGV that turns them into an assertion failure, providing a more descriptive error message and stack trace if the program is compiled with debug info and D assertions (as opposed to C assertions).
Register memory error handler, store the old handler.
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE_1_0.txt)
Handle page protection errors using D errors (exceptions) or asserts.