GNU gdb 6.6-debian Copyright (C) 2006 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 "i486-linux-gnu"... Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (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 gstreamer-perroperties Starting program: /usr/bin/gstreamer-properties gstreamer-properties [Thread debugging using libthread_db enabled] [New Thread -1226209600 (LWP 7158)] gstreamer-properties-Message: Skipping unavailable plugin 'artsdsink' [New Thread -1242428528 (LWP 7162)] [Thread -1242428528 (LWP 7162) exited] [New Thread -1242428528 (LWP 7163)] [Thread -1242428528 (LWP 7163) exited] gstreamer-properties-Message: Skipping unavailable plugin 'pulsesink' [New Thread -1242428528 (LWP 7164)] [Thread -1242428528 (LWP 7164) exited] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1226209600 (LWP 7158)] 0xb72b668a in strcmp () from /lib/tls/i686/cmov/libc.so.6 (gdb) backtrace #0 0xb72b668a in strcmp () from /lib/tls/i686/cmov/libc.so.6 #1 0x0804bda8 in create_dialog () at gstreamer-properties.c:405 #2 0x0804c20b in main (argc=2, argv=0xbfb003c4) at gstreamer-properties.c:669 (gdb) info registers eax 0x804d061 134533217 ecx 0x804d09d 134533277 edx 0x0 0 ebx 0x0 0 esp 0xbfb0027c 0xbfb0027c ebp 0xbfb002e8 0xbfb002e8 esi 0x804e940 134539584 edi 0x0 0 eip 0xb72b668a 0xb72b668a eflags 0x210246 [ PF ZF 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 -1226209600 (LWP 7158)): #0 0xb72b668a in strcmp () from /lib/tls/i686/cmov/libc.so.6 #1 0x0804bda8 in create_dialog () at gstreamer-properties.c:405 #2 0x0804c20b in main (argc=2, argv=0xbfb003c4) at gstreamer-properties.c:669 (gdb) quit The program is running. Exit anyway? (y or n)