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"... (no debugging symbols found) 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 gmplayer /media/stock/movies/Tenacious.D-The.Pick.Of.Destiny[2006]DvDri ip[Eng]-aXXo.avi Starting program: /usr/local/bin/gmplayer gmplayer /media/stock/movies/Tenacious.D-The.Pick.Of.Destiny[2006]DvDrip[Eng]-aXXo.avi (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1242085664 (LWP 3144)] MPlayer dev-SVN-r25433-4.1.3 (C) 2000-2007 MPlayer Team CPU: AMD Sempron(tm) 3000+ (Family: 6, Model: 10, Stepping: 0) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote control. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1242085664 (LWP 3144)] 0xb7b10912 in g_hash_table_lookup () from /usr/lib/libglib-2.0.so.0 (gdb) backtrace full #0 0xb7b10912 in g_hash_table_lookup () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #1 0xb7b33b17 in g_scanner_scope_add_symbol () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #2 0xb78a5c0e in ?? () from /usr/lib/libgtk-1.2.so.0 No symbol table info available. #3 0x08b1a2f0 in ?? () No symbol table info available. #4 0x00000000 in ?? () No symbol table info available. (gdb) info registers eax 0x79000000 2030043136 ecx 0x8b0c4e0 145802464 edx 0xa 10 ebx 0xb7baa21c -1212505572 esp 0xbf9f6b80 0xbf9f6b80 ebp 0xbf9f6b98 0xbf9f6b98 esi 0x8b1a399 145859481 edi 0x73c954a8 1942574248 eip 0xb7b10912 0xb7b10912 eflags 0x210206 [ PF 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 -1242085664 (LWP 3144)): #0 0xb7b10912 in g_hash_table_lookup () from /usr/lib/libglib-2.0.so.0 #1 0xb7b33b17 in g_scanner_scope_add_symbol () from /usr/lib/libglib-2.0.so.0 #2 0xb78a5c0e in ?? () from /usr/lib/libgtk-1.2.so.0 #3 0x08b1a2f0 in ?? () #4 0x00000000 in ?? () (gdb) quit The program is running. Exit anyway? (y or n)