just return; SignalHandler will do this
This commit is contained in:
@@ -67,10 +67,8 @@ static bool EmergencyShutdown( int signal, siginfo_t *si, const ucontext_t *uc )
|
|||||||
kill( getpid(), SIGKILL );
|
kill( getpid(), SIGKILL );
|
||||||
#else
|
#else
|
||||||
/* We didn't run the crash handler. Run the default handler, so we can dump core. */
|
/* We didn't run the crash handler. Run the default handler, so we can dump core. */
|
||||||
SignalHandler::ResetSignalHandlers();
|
|
||||||
raise( signal );
|
|
||||||
#endif
|
|
||||||
return false;
|
return false;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(HAVE_TLS)
|
#if defined(HAVE_TLS)
|
||||||
|
|||||||
Reference in New Issue
Block a user