Comment 14 for bug 226499

Revision history for this message
faikuygur (faik) wrote :

Here is backtrace of the crash:

$ gdb inkscape
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
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-pc-linux-gnu"...
(gdb) run
Starting program: /usr/bin/inkscape

Program received signal SIGSEGV, Segmentation fault.
0xb746499a in g_main_context_prepare () from /usr/lib/libglib-2.0.so.0
Current language: auto; currently asm
(gdb) bt
#0 0xb746499a in g_main_context_prepare () from /usr/lib/libglib-2.0.so.0
#1 0xb746567d in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0
#2 0xb7465fe9 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#3 0xb780f4ef in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
(gdb)