As per the POSIX specification. This gives the calling program a chance to catch the assertion. But in the case where no signal handler is installed for SIGABRT, we will call debugger() anyway and present as a crash as before. Fixes #10295.
As per the POSIX specification. This gives the calling program a chance to catch the assertion. But in the case where no signal handler is installed for SIGABRT, we will call debugger() anyway and present as a crash as before. Fixes #10295.