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 --sync '/home/dan/Desktop/007 Die Another Day.avi' Starting program: /usr/bin/totem --sync '/home/dan/Desktop/007 Die Another Day.avi' [Thread debugging using libthread_db enabled] [New Thread 0xb685da60 (LWP 4585)] [New Thread 0xb63bdb90 (LWP 4589)] [New Thread 0xb5b28b90 (LWP 4590)] [Thread 0xb5b28b90 (LWP 4590) exited] /var/lib/python-support/python2.6/gdata/tlslite/utils/cryptomath.py:9: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha [New Thread 0xb5b28b90 (LWP 4591)] [New Thread 0xb3773b90 (LWP 4592)] [New Thread 0xb2f72b90 (LWP 4593)] [New Thread 0xb2771b90 (LWP 4594)] [New Thread 0xabebbb90 (LWP 4595)] The program 'totem' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 117 error_code 11 request_code 133 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 0xb1dffb90 (LWP 4596)] [New Thread 0xab689b90 (LWP 4597)] Program exited with code 01. (gdb) backtrace gfull No stack. (gdb) info registers The program has no registers now. (gdb) thread apply all backtrace No registers. (gdb) quit