comparison src/main.c @ 5747:7ec0cd751e6b

[gaim-migrate @ 6172] the segfault message no longer tells people to use cvs. cvs is broken currently, and for development always, don't use it. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 04 Jun 2003 16:18:33 +0000
parents 5cd96052bc45
children 97a19b574342
comparison
equal deleted inserted replaced
5746:2c04c55222b7 5747:7ec0cd751e6b
430 #ifndef DEBUG 430 #ifndef DEBUG
431 fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n" 431 fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n"
432 "This is a bug in the software and has happened through\n" 432 "This is a bug in the software and has happened through\n"
433 "no fault of your own.\n\n" 433 "no fault of your own.\n\n"
434 "It is possible that this bug is already fixed in CVS.\n" 434 "It is possible that this bug is already fixed in CVS.\n"
435 "You can get a tarball of CVS from the Gaim website, at\n" 435 "If you can reproduce the crash, please notify the gaim\n"
436 WEBSITE "gaim-CVS.tar.gz.\n\n" 436 "maintainers by reporting a bug at\n"
437 "If you are already using CVS, or can reproduce the crash\n"
438 "using the CVS version, please notify the gaim maintainers\n"
439 "by reporting a bug at\n"
440 WEBSITE "bug.php\n\n" 437 WEBSITE "bug.php\n\n"
441 "Please make sure to specify what you were doing at the time,\n" 438 "Please make sure to specify what you were doing at the time,\n"
442 "and post the backtrace from the core file. If you do not know\n" 439 "and post the backtrace from the core file. If you do not know\n"
443 "how to get the backtrace, please get instructions at\n" 440 "how to get the backtrace, please get instructions at\n"
444 WEBSITE "gdb.php. If you need further\n" 441 WEBSITE "gdb.php. If you need further\n"