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/cheese [Thread debugging using libthread_db enabled] [New Thread 0xb68659a0 (LWP 9349)] [New Thread 0xb630ab90 (LWP 9353)] [Thread 0xb630ab90 (LWP 9353) exited] [New Thread 0xb630ab90 (LWP 9354)] [Thread 0xb630ab90 (LWP 9354) exited] [New Thread 0xb630ab90 (LWP 9355)] [Thread 0xb630ab90 (LWP 9355) exited] [New Thread 0xb630ab90 (LWP 9356)] [Thread 0xb630ab90 (LWP 9356) exited] [New Thread 0xb630ab90 (LWP 9357)] [Thread 0xb630ab90 (LWP 9357) exited] [New Thread 0xb630ab90 (LWP 9358)] [New Thread 0xb56d9b90 (LWP 9359)] [New Thread 0xb350eb90 (LWP 9364)] [New Thread 0xb2c9cb90 (LWP 9365)] [Thread 0xb2c9cb90 (LWP 9365) exited] [Thread 0xb350eb90 (LWP 9364) exited] The program 'cheese' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 61 error_code 11 request_code 140 minor_code 19) (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 0xb350eb90 (LWP 9370)] [New Thread 0xb2c9cb90 (LWP 9371)] [New Thread 0xb5255b90 (LWP 9372)] [New Thread 0xb4a1ab90 (LWP 9377)] [Thread 0xb630ab90 (LWP 9358) exited] Program exited with code 01. (gdb) backtrace full No stack. (gdb) backtrace full No stack. (gdb) info registers The program has no registers now. (gdb) thread apply all backtrace No registers. (gdb) quit