GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) handle SIGPIPE nostop Signal Stop Print Pass to program Description SIGPIPE No Yes Yes Broken pipe (gdb) run Starting program: /usr/bin/gaim warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. Undefined subroutine &GAIM::register called at /home/devik/.gaim/fade.pl line 19. Undefined subroutine &GAIM::register called at /home/devik/.gaim/gaim_xp2p.pl line 67 during global destruction. Undefined subroutine &GAIM::register called at /home/devik/.gaim/magic8.pl line 19 during global destruction. Detaching after fork from child process 5850. Detaching after fork from child process 5851. Detaching after fork from child process 5852. Program received signal SIGSEGV, Segmentation fault. 0x406efa43 in strlen () from /lib/libc.so.6 (gdb) bt #0 0x406efa43 in strlen () from /lib/libc.so.6 #1 0x40ce0168 in ?? () (gdb) quit The program is running. Exit anyway? (y or n) y