Temporarily installing a sighup for printing the stack, in the hope it will help us understand the test failures on tinderbox machines.
Will be backed out shortly. r=jag git-svn-id: svn://10.0.0.236/trunk@193492 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -182,6 +182,7 @@ void InstallUnixSignalHandlers(const char *ProgramName)
|
||||
signal(SIGSEGV, ah_crap_handler);
|
||||
signal(SIGILL, ah_crap_handler);
|
||||
signal(SIGABRT, ah_crap_handler);
|
||||
signal(SIGHUP, ah_crap_handler);
|
||||
#endif // CRAWL_STACK_ON_SIGSEGV
|
||||
|
||||
#if defined(DEBUG) && defined(LINUX)
|
||||
|
||||
Reference in New Issue
Block a user