GNU gdb (GDB) 6.8.50.20090628-cvs-debian Copyright (C) 2009 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". For bug reporting instructions, please see: ... (no debugging symbols found) (gdb) run --internatiactive Starting program: /usr/bin/gnome-screenshot --interactive (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) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] (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) (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) (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) Gdk-ERROR **: The program 'gnome-screenshot' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow (invalid Window parameter)'. (Details: serial 3962 error_code 3 request_code 15 minor_code 0) (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.) aborting... [New Thread 0xb793cb70 (LWP 3416)] Program received signal SIGTRAP, Trace/breakpoint trap. 0x00a869b2 in g_logv () from /usr/lib/libglib-2.0.so.0 (gdb) backtrace full #0 0x00a869b2 in g_logv () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #1 0x00a86d86 in g_log () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #2 0x00172501 in ?? () from /usr/lib/libgdk-x11-2.0.so.0 No symbol table info available. #3 0x01602839 in _XError () from /usr/lib/libX11.so.6 No symbol table info available. #4 0x016095ce in _XReply () from /usr/lib/libX11.so.6 No symbol table info available. #5 0x015f7591 in XQueryTree () from /usr/lib/libX11.so.6 No symbol table info available. #6 0x08052171 in screenshot_get_pixbuf () No symbol table info available. #7 0x0804fd80 in ?? () No symbol table info available. #8 0x00784e85 in ?? () from /usr/lib/libgio-2.0.so.0 No symbol table info available. #9 0x00a7aec1 in ?? () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #10 0x00a7cc48 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #11 0x00a804f0 in ?? () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #12 0x00a8095f in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #13 0x0038e2f9 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #14 0x0804f567 in main () No symbol table info available. (gdb) info registers eax 0x0 0 ecx 0x2 2 edx 0x2 2 ebx 0xb07ff4 11567092 esp 0xbfffe960 0xbfffe960 ebp 0xbfffede8 0xbfffede8 esi 0x828ddd0 136895952 edi 0x4 4 eip 0xa869b2 0xa869b2 eflags 0x246 [ PF ZF IF ] 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 0xb793cb70 (LWP 3416)): #0 0x00742422 in __kernel_vsyscall () #1 0x001f7142 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0 #2 0x00eac15e in ?? () from /usr/lib/libgthread-2.0.so.0 #3 0x00a57b3c in ?? () from /usr/lib/libglib-2.0.so.0 #4 0x00aa86e7 in ?? () from /usr/lib/libglib-2.0.so.0 #5 0x00aa721f in ?? () from /usr/lib/libglib-2.0.so.0 #6 0x001f280e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 #7 0x010c385e in clone () from /lib/tls/i686/cmov/libc.so.6 Thread 1 (Thread 0xb7fe1700 (LWP 3413)): #0 0x00a869b2 in g_logv () from /usr/lib/libglib-2.0.so.0 #1 0x00a86d86 in g_log () from /usr/lib/libglib-2.0.so.0 #2 0x00172501 in ?? () from /usr/lib/libgdk-x11-2.0.so.0 #3 0x01602839 in _XError () from /usr/lib/libX11.so.6 #4 0x016095ce in _XReply () from /usr/lib/libX11.so.6 #5 0x015f7591 in XQueryTree () from /usr/lib/libX11.so.6 #6 0x08052171 in screenshot_get_pixbuf () #7 0x0804fd80 in ?? () #8 0x00784e85 in ?? () from /usr/lib/libgio-2.0.so.0 #9 0x00a7aec1 in ?? () from /usr/lib/libglib-2.0.so.0 #10 0x00a7cc48 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #11 0x00a804f0 in ?? () from /usr/lib/libglib-2.0.so.0 #12 0x00a8095f in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #13 0x0038e2f9 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #14 0x0804f567 in main () (gdb) quit The program is running. Quit anyway (and kill it)? (y or n)