
Bryce Harrington wrote:
On Tue, Feb 13, 2007 at 08:02:59PM +0100, Ronan Zeegers wrote:
Hello guys,
I can't run a svn build of inkscape without a crash at startup since several weeks. I'm compiling and running Inkscape under Ubuntu Edge. Can someone tell me what's going wrong?
Here is the console log:
(inkscape:20268): GLib-GObject-WARNING **: invalid cast from `GtkLabel' to `GtkContainer'
(inkscape:20268): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed
Emergency save activated! Emergency save completed. Inkscape will close now.
It's very hard to say without more information. A backtrace might help, see our Reporting Bugs page for more information.
Most crashes at start on Linux are due to mismatched libraries, so without knowing anything more, that'd be my guess. See:
http://wiki.inkscape.org/wiki/index.php/FAQ#On_Linux.2C_Inkscape_crashes_wit...
Bryce
Yep, it's probably a lib version problem. But shouldn't ./configure operation tell me what lib I should use?
Here is the backtrace from gdb: ----------------- ** (inkscape:31832): CRITICAL **: Inkscape::XML::Document* sp_repr_read_file(const gchar*, const gchar*): assertion `Inkscape::IO::file_test( filename, G_FILE_TEST_EXISTS )' failed
** (inkscape:31832): WARNING **: Unable to read keys file /usr/local/share/inkscape/keys/default.xml Unable to find: org.inkscape.help.manual Unable to find: org.inkscape.help.commandline Unable to find: org.inkscape.help.faq Unable to find: org.inkscape.help.relnotes Unable to find: org.inkscape.help.reportabug Unable to find: org.inkscape.help.svgspec
(inkscape:31832): GLib-GObject-WARNING **: invalid cast from `GtkLabel' to `GtkContainer'
(inkscape:31832): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1225025872 (LWP 31832)] 0x08084daa in sp_ui_menu_item_set_name (action=0x8660c08, name=@0xbfe28bb8, data=0x881cee0) at interface.cpp:1322 1322 name.c_str()); -----------------
Ronan