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:
parent
c040734998
commit
7425c47120
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user