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/brasero [Thread debugging using libthread_db enabled] [New Thread 0xb6994770 (LWP 29785)] [New Thread 0xb671fb90 (LWP 29789)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb671fb90 (LWP 29789)] 0xb80627dd in ?? () from /usr/lib/libbrasero-media.so.0 (gdb) backtrace full #0 0xb80627dd in ?? () from /usr/lib/libbrasero-media.so.0 No symbol table info available. #1 0xb806427e in ?? () from /usr/lib/libbrasero-media.so.0 No symbol table info available. #2 0xb76107bf in ?? () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #3 0xb75994ff in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 No symbol table info available. #4 0xb751349e in clone () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. (gdb) info registers eax 0xdf8 3576 ecx 0x9554ff8 156585976 edx 0xdf4 3572 ebx 0xb8070ff4 -1207496716 esp 0xb671efa0 0xb671efa0 ebp 0xb671f298 0xb671f298 esi 0x37e 894 edi 0x35f1d008 905039880 eip 0xb80627dd 0xb80627dd 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 2 (Thread 0xb671fb90 (LWP 29789)): #0 0xb80627dd in ?? () from /usr/lib/libbrasero-media.so.0 #1 0xb806427e in ?? () from /usr/lib/libbrasero-media.so.0 #2 0xb76107bf in ?? () from /usr/lib/libglib-2.0.so.0 #3 0xb75994ff in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 #4 0xb751349e in clone () from /lib/tls/i686/cmov/libc.so.6 Thread 1 (Thread 0xb6994770 (LWP 29785)): #0 0xb8089430 in __kernel_vsyscall () #1 0xb74caaa2 in ?? () from /lib/tls/i686/cmov/libc.so.6 #2 0xb74cace6 in readdir64 () from /lib/tls/i686/cmov/libc.so.6 #3 0xb75d4e7b in g_dir_read_name () from /usr/lib/libglib-2.0.so.0 #4 0x080b8c1b in brasero_plugin_manager_init (self=0x94a7e80) at burn-plugin-manager.c:430 #5 0xb7694ef5 in g_type_create_instance () from /usr/lib/libgobject-2.0.so.0 #6 0xb76793f5 in ?? () from /usr/lib/libgobject-2.0.so.0 #7 0xb7679c26 in g_object_newv () from /usr/lib/libgobject-2.0.so.0 #8 0xb767a7e7 in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0 #9 0xb767a95e in g_object_new () from /usr/lib/libgobject-2.0.so.0 #10 0x080b86e7 in brasero_plugin_manager_get_default () at burn-plugin-manager.c:535 #11 0x080a3d8d in brasero_burn_library_init () at burn-basics.c:104 #12 0x0806fd95 in main (argc=1, argv=0xbffa54f4) at main.c:537 #0 0xb80627dd in ?? () from /usr/lib/libbrasero-media.so.0 (gdb) quit The program is running. Exit anyway? (y or n)