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

This commit is contained in:
dbaron%fas.harvard.edu 2002-07-05 05:31:04 +00:00
Родитель 8758503c88
Коммит 4a7a6f64f0
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

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