comparison src/main.c @ 8452:e38c127ec2d4

[gaim-migrate @ 9182] Thanks, Lazlo. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 15 Mar 2004 19:07:57 +0000
parents f24172f53650
children 56360561af5e
comparison
equal deleted inserted replaced
8451:6b7b5b10cd8a 8452:e38c127ec2d4
365 "how to get the backtrace, please get instructions at\n" 365 "how to get the backtrace, please get instructions at\n"
366 GAIM_WEBSITE "gdb.php. If you need further\n" 366 GAIM_WEBSITE "gdb.php. If you need further\n"
367 "assistance, please IM either RobFlynn or SeanEgn and\n" 367 "assistance, please IM either RobFlynn or SeanEgn and\n"
368 "they can help you.\n"); 368 "they can help you.\n");
369 #else 369 #else
370 fprintf(stderr, "Oh no! Segmentation fault!\n"); 370 fprintf(stderr, "Hi, user. We need to talk.\n"
371 "I think something's gone wrong here. It's probably my fault.\n"
372 "No, really, it's not you... it's me... no no no, I think we get along well\n"
373 "it's just that.... well, I want to see other people. I... what?!? NO! I haven't\n"
374 "been cheating on you!! How many times do you want me to tell you?! And for the\n"
375 "last time, it's just a rash!\n");
371 /*g_on_error_query (g_get_prgname());*/ 376 /*g_on_error_query (g_get_prgname());*/
372 #endif 377 #endif
373 abort(); 378 abort();
374 break; 379 break;
375 case SIGCHLD: 380 case SIGCHLD: