GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2 Copyright (C) 2010 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 "i686-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/inkscape...Reading symbols from /usr/lib/debug/usr/bin/inkscape...done. done. (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/inkscape [Thread debugging using libthread_db enabled] [New Thread 0xb0f69b70 (LWP 11843)] [New Thread 0xb0768b70 (LWP 11844)] [Thread 0xb0f69b70 (LWP 11843) exited] [New Thread 0xb0f69b70 (LWP 11845)] [Thread 0xb0f69b70 (LWP 11845) exited] Program received signal SIGINT, Interrupt. 0x0012e416 in __kernel_vsyscall () (gdb) backtrace full #0 0x0012e416 in __kernel_vsyscall () No symbol table info available. #1 0x01d5ef76 in poll () from /lib/i386-linux-gnu/libc.so.6 No symbol table info available. #2 0x0105884b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0 No symbol table info available. #3 0x010481af in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 No symbol table info available. #4 0x0104892b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 No symbol table info available. #5 0x00956c39 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #6 0x002fd357 in Gtk::Main::run_impl() () from /usr/lib/libgtkmm-2.4.so.1 No symbol table info available. #7 0x002fdd42 in Gtk::Main::run() () from /usr/lib/libgtkmm-2.4.so.1 No symbol table info available. #8 0x08086cb3 in sp_main_gui (argc=1, argv=0xbffff8f4) at main.cpp:983 main_instance = fl = 0x0 retVal = __PRETTY_FUNCTION__ = "int sp_main_gui(int, const char**)" dataDirs = { >> = {_M_impl = {> = {<__gnu_cxx::new_allocator> = {}, }, _M_start = 0x8acf150, _M_finish = 0x8acf168, _M_end_of_storage = 0x8acf170}}, } usericondir = create_new = #9 0x081713ea in Inkscape::NSApplication::Application::run (this=0xbffff81c) at application/application.cpp:114 result = 0 __PRETTY_FUNCTION__ = "gint Inkscape::NSApplication::Application::run()" #10 0x0808601a in main (argc=1, argv=0xbffff8f4) at main.cpp:719 inkscape_localedir = use_gui = 1 app = {_vptr.Application = 0x8791ee0, _argc = 1, _argv = 0xbffff8f4, _app_impl = 0x0, _path_home = 0x0} (gdb) infro o registers eax 0xfffffdfc -516 ecx 0x4 4 edx 0xffffffff -1 ebx 0xb1541a0 185942432 esp 0xbffff580 0xbffff580 ebp 0xbffff598 0xbffff598 esi 0x0 0 edi 0x1df9ff4 31432692 eip 0x12e416 0x12e416 <__kernel_vsyscall+2> eflags 0x200293 [ CF AF SF IF ID ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 (gdb) x/16i $pc => 0x12e416 <__kernel_vsyscall+2>: ret 0x12e417: add %ch,(%esi) 0x12e419: jae 0x12e483 0x12e41b: jae 0x12e491 0x12e41d: jb 0x12e493 0x12e41f: popa 0x12e420: bound %eax,(%eax) 0x12e422: cs 0x12e423: push $0x687361 0x12e428: cs 0x12e429: fs 0x12e42a: jns 0x12e49a 0x12e42c: jae 0x12e4a7 0x12e42e: insl (%dx),%es:(%edi) 0x12e42f: add %ch,(%esi) 0x12e431: fs (gdb) thread apply all backtrace Thread 3 (Thread 0xb0768b70 (LWP 11844)): #0 0x0012e416 in __kernel_vsyscall () #1 0x01d5ef76 in poll () from /lib/i386-linux-gnu/libc.so.6 #2 0x0105884b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0 #3 0x010481af in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #4 0x0104892b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #5 0x00d69304 in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0 #6 0x010712df in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #7 0x01c89e99 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #8 0x01d6d73e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 1 (Thread 0xb7fce8b0 (LWP 11840)): #0 0x0012e416 in __kernel_vsyscall () #1 0x01d5ef76 in poll () from /lib/i386-linux-gnu/libc.so.6 #2 0x0105884b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0 #3 0x010481af in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #4 0x0104892b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #5 0x00956c39 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #6 0x002fd357 in Gtk::Main::run_impl() () from /usr/lib/libgtkmm-2.4.so.1 #7 0x002fdd42 in Gtk::Main::run() () from /usr/lib/libgtkmm-2.4.so.1 #8 0x08086cb3 in sp_main_gui (argc=1, argv=0xbffff8f4) at main.cpp:983 #9 0x081713ea in Inkscape::NSApplication::Application::run (this=0xbffff81c) at application/application.cpp:114 #10 0x0808601a in main (argc=1, argv=0xbffff8f4) at main.cpp:719 (gdb) quit A debugging session is active. Inferior 1 [process 11840] will be killed. Quit anyway? (y or n)