comparison src/aim.c @ 3481:443b3311871d

[gaim-migrate @ 3535] prompt for backtrace when segfault when DEBUG is defined. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 30 Aug 2002 20:41:01 +0000
parents 3da42b64304e
children abaee81fdea2
comparison
equal deleted inserted replaced
3480:fc28f412e74d 3481:443b3311871d
397 "and post the backtrace from the core file. If you do not know\n" 397 "and post the backtrace from the core file. If you do not know\n"
398 "how to get the backtrace, please get instructions at\n" 398 "how to get the backtrace, please get instructions at\n"
399 WEBSITE "gdb.php. If you need further\n" 399 WEBSITE "gdb.php. If you need further\n"
400 "assistance, please IM either RobFlynn or SeanEgn and\n" 400 "assistance, please IM either RobFlynn or SeanEgn and\n"
401 "they can help you.\n"); 401 "they can help you.\n");
402 #else
403 fprintf(stderr, "Oh no! Segmentation fault!\n");
404 g_on_error_query (NULL);
405
402 #endif 406 #endif
403 abort(); 407 abort();
404 break; 408 break;
405 case SIGCHLD: 409 case SIGCHLD:
406 clean_pid(); 410 clean_pid();