Turn on Ramiro's code to stack-trace and suspend when we crash, for DEBUG builds. b=14989 r=bryner sr=brendan

git-svn-id: svn://10.0.0.236/trunk@124703 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu 2002-07-05 05:31:04 +00:00
parent c040734998
commit 7425c47120

View File

@ -78,8 +78,7 @@ extern "C" char * strsignal(int);
static char _progname[1024] = "huh?";
//#if defined(LINUX) && defined(DEBUG) && (defined(__i386) || defined(PPC))
#if 0
#if defined(LINUX) && defined(DEBUG) && (defined(__i386) || defined(PPC))
#define CRAWL_STACK_ON_SIGSEGV
#endif