comparison src/aim.c @ 2148:bf7e9e9580b9

[gaim-migrate @ 2158] Jason Messer suggested this committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 17 Aug 2001 17:55:18 +0000
parents 0feaa347a35b
children e8e2a72a37b7
comparison
equal deleted inserted replaced
2147:134058953a43 2148:bf7e9e9580b9
380 debug_printf("caught signal %d\n", sig); 380 debug_printf("caught signal %d\n", sig);
381 signoff_all(NULL, NULL); 381 signoff_all(NULL, NULL);
382 break; 382 break;
383 case SIGSEGV: 383 case SIGSEGV:
384 fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n" 384 fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n"
385 "Please notify the gaim maintainers by reporting a bug at\n" 385 "This is a bug in the software and has happened through\n"
386 "no fault of your own.\n\n"
387 "It is possible that this bug is already fixed in CVS.\n"
388 "You can get a tarball of CVS from the Gaim website, at\n"
389 WEBSITE "gaim-CVS.tar.gz.\n\n"
390 "If you are already using CVS, or can reproduce the crash\n"
391 "using the CVS version, please notify the gaim maintainers\n"
392 "by reporting a bug at\n"
386 WEBSITE "bug.php3\n\n" 393 WEBSITE "bug.php3\n\n"
387 "Please make sure to specify what you were doing at the time,\n" 394 "Please make sure to specify what you were doing at the time,\n"
388 "and post the backtrace from the core file. If you do not know\n" 395 "and post the backtrace from the core file. If you do not know\n"
389 "how to get the backtrace, please get instructions at\n" 396 "how to get the backtrace, please get instructions at\n"
390 WEBSITE "gdb.shtml. If you need further\n" 397 WEBSITE "gdb.shtml. If you need further\n"