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 opnoprint 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/rhythmbox [Thread debugging using libthread_db enabled] [New Thread 0xb6536740 (LWP 5916)] [New Thread 0xb60b7b90 (LWP 5920)] [Thread 0xb60b7b90 (LWP 5920) exited] [New Thread 0xb60b7b90 (LWP 5921)] [New Thread 0xb50a7b90 (LWP 5922)] [Thread 0xb50a7b90 (LWP 5922) exited] [Thread 0xb60b7b90 (LWP 5921) exited] [New Thread 0xb60b7b90 (LWP 5923)] [New Thread 0xb50a7b90 (LWP 5924)] [New Thread 0xb469fb90 (LWP 5925)] [Thread 0xb60b7b90 (LWP 5923) exited] [Thread 0xb469fb90 (LWP 5925) exited] [New Thread 0xb469fb90 (LWP 5926)] [New Thread 0xb60b7b90 (LWP 5927)] [New Thread 0xb3c90b90 (LWP 5928)] [New Thread 0xb348fb90 (LWP 5929)] [New Thread 0xb29ffb90 (LWP 5930)] The program 'rhythmbox' received an X Window System error. This probably reflects a bug in the program. The error was 'BadValue (integer parameter out of range for operation)'. (Details: serial 39 error_code 2 request_code 141 minor_code 13) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) [New Thread 0xb1ffdb90 (LWP 5931)] [New Thread 0xb17fcb90 (LWP 5932)] [New Thread 0xb0ffbb90 (LWP 5933)] [New Thread 0xb07fab90 (LWP 5934)] [New Thread 0xafdffb90 (LWP 5935)] Program exited with code 01. (gdb) backtrace full No stack. (gdb) info registers The program has no registers now. (gdb) thread apply all backtrace No registers. (gdb) quit