GNU gdb 6.7.1-debian Copyright (C) 2007 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"... (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 Starting program: /usr/bin/gnome-settings-daemon (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 0xb7f179e0 (LWP 17612)] ** ERROR **: You can only run one xsettings manager at a time; exiting aborting... Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread 0xb7f179e0 (LWP 17612)] 0x48545fec in g_logv () from /usr/lib/libglib-2.0.so.0 (gdb) backtrace full #0 0x48545fec in g_logv () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #1 0x48546269 in g_log () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #2 0x08058e60 in gnome_settings_daemon_new () No symbol table info available. #3 0x08055cc3 in main () No symbol table info available. (gdb) info registers eax 0x80a7ec0 134905536 ecx 0x48a4a160 1218748768 edx 0x0 0 ebx 0x485b3248 1213936200 esp 0xbf8209d0 0xbf8209d0 ebp 0xbf820e38 0xbf820e38 esi 0x0 0 edi 0x2 2 eip 0x48545fec 0x48545fec eflags 0x200246 [ PF ZF IF 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 0xb7f179e0 (LWP 17612)): #0 0x48545fec in g_logv () from /usr/lib/libglib-2.0.so.0 #1 0x48546269 in g_log () from /usr/lib/libglib-2.0.so.0 #2 0x08058e60 in gnome_settings_daemon_new () #3 0x08055cc3 in main () (gdb) quit The program is running. Exit anyway? (y or n) Not confirmed. (gdb) quitthread apply all backtrace quit The program is running. Exit anyway? (y or n)