GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu"... (gdb) handle SIG33 pass nostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) set pagination 0 (gdb) run Starting program: /usr/bin/tagtool [Thread debugging using libthread_db enabled] [New Thread 0xb7273720 (LWP 7354)] /home/user/.tagtoolrc:3: parser error : Opening and ending tag mismatch: meta line 2 and head ^ /home/user/.tagtoolrc:103: parser error : Opening and ending tag mismatch: head line 1 and html ^ /home/user/.tagtoolrc:103: parser error : Premature end of data in tag html line 1 ^ ** (tagtool:7354): WARNING **: Failed to read preferences file Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb7273720 (LWP 7354)] 0xb747ed2a in strcmp () from /lib/tls/i686/cmov/libc.so.6 (gdb) backtrace full #0 0xb747ed2a in strcmp () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #1 0xb632914f in ?? () from /usr/lib/gtk-2.0/2.10.0/filesystems/libgio.so No symbol table info available. #2 0x082e39c0 in ?? () No symbol table info available. #3 0x00000000 in ?? () No symbol table info available. (gdb) info registers eax 0x82e3966 137247078 ecx 0x82e39c0 137247168 edx 0x0 0 ebx 0xb632b1dc -1238191652 esp 0xbf8f12ec 0xbf8f12ec ebp 0xbf8f1318 0xbf8f1318 esi 0x0 0 edi 0xb632adfe -1238192642 eip 0xb747ed2a 0xb747ed2a eflags 0x210282 [ SF IF RF ID ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 (gdb) thread apply all backtrace Thread 1 (Thread 0xb7273720 (LWP 7354)): #0 0xb747ed2a in strcmp () from /lib/tls/i686/cmov/libc.so.6 #1 0xb632914f in ?? () from /usr/lib/gtk-2.0/2.10.0/filesystems/libgio.so #2 0x082e39c0 in ?? () #3 0x00000000 in ?? () (gdb) quit The program is running. Exit anyway? (y or n)