Comment 17 for bug 226499

Revision history for this message
conraid (conraid) wrote :

Last svn, open the Text and Font from the Text menu and close

./configure \
  --prefix=/usr \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --mandir=/usr/man \
  --infodir=/usr/info \
  --enable-lcms \
  --enable-poppler-cairo \
  --disable-inkboard \
  --without-gnome-vfs

$ inkscape

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can fix it.

(inkscape:17951): GLib-WARNING **: g_main_loop_run(): called recursively from within a source's check() or prepare() member, iteration not possible.
Segmentation fault

$ 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 "i486-slackware-linux"...
(gdb)
Starting program: /usr/bin/inkscape
[Thread debugging using libthread_db enabled]
[New Thread 0xb58d26f0 (LWP 17955)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb58d26f0 (LWP 17955)]
0xb7331966 in g_main_context_prepare () from /usr/lib/libglib-2.0.so.0
(gdb) bt
#0 0xb7331966 in g_main_context_prepare () from /usr/lib/libglib-2.0.so.0
#1 0xb7331e2a in ?? () from /usr/lib/libglib-2.0.so.0
#2 0x089c7e38 in ?? ()
#3 0xbfe3add8 in ?? ()
#4 0x0b41e370 in ?? ()
#5 0x00000003 in ?? ()
#6 0xb7332662 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#7 0xb77d6a79 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#8 0xb7e8ca14 in Gtk::Main::run_impl () from /usr/lib/libgtkmm-2.4.so.1
#9 0xb7e8c80f in Gtk::Main::run () from /usr/lib/libgtkmm-2.4.so.1
#10 0x08086274 in sp_main_gui (argc=1, argv=0xbfe3b014) at main.cpp:920
#11 0x0815aa3a in Inkscape::NSApplication::Application::run (this=0xbfe3af50) at application/application.cpp:114
#12 0x0808670d in main (argc=1, argv=0xbfe3b014) at main.cpp:679
(gdb)

$ LANG=en_US 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 "i486-slackware-linux"...
(gdb) run
Starting program: /usr/bin/inkscape
[Thread debugging using libthread_db enabled]
[New Thread 0xb58d06f0 (LWP 17964)]

Program exited normally.