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:
kaie%kuix.de
2006-04-04 09:08:52 +00:00
parent 71646cc8d5
commit 33c87895f5

View File

@@ -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)