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
Родитель de1ca5b93f
Коммит a6105d1231
1 изменённых файлов: 1 добавлений и 2 удалений

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

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