On 01/10/2010 12:09 PM, Jon Cruz wrote:
Can you take a quick peek? It looks like snap-candidate.h has an error in the initializer in line 116.
Fixed. But is the crash below yours?
Program received signal SIGSEGV, Segmentation fault. 0x000000362c87ecd2 in __strlen_sse2 () from /lib64/libc.so.6
(gdb) bt #0 0x000000362c87ecd2 in __strlen_sse2 () from /lib64/libc.so.6 #1 0x000000300ae590e2 in g_strdup () from /lib64/libglib-2.0.so.0 #2 0x000000300b23107d in ?? () from /lib64/libgobject-2.0.so.0 #3 0x0000003fe0d49f32 in ?? () from /usr/lib64/libgtk-x11-2.0.so.0 #4 0x0000003fe0d4a419 in gtk_list_store_set_valist () from /usr/lib64/libgtk-x11-2.0.so.0 #5 0x0000003fe0d4a518 in gtk_list_store_set () from /usr/lib64/libgtk-x11-2.0.so.0 #6 0x00000000007e91e8 in create_or_fetch_actions (desktop=0x1a51c00) at widgets/toolbox.cpp:849 #7 0x00000000007ec5d9 in setupToolboxCommon (toolbox=0x2beb1c0, desktop=0x1a51c00, descr= 0xe25198 "<ui> <toolbar name='ToolToolbar'> <toolitem action='ToolSelector' /> <toolitem action='ToolNode' /> <toolitem action='ToolTweak' /> <toolitem action='ToolSpray' /> <toolitem action='To"..., toolbarName=0xe25478 "/ui/ToolToolbar", sizePref=0xe2487e "/toolbox/tools/small") at widgets/toolbox.cpp:1631 #8 0x00000000007ecf0d in setup_tool_toolbox (toolbox=0x2beb1c0, desktop=0x1a51c00) at widgets/toolbox.cpp:1758 #9 0x00000000007ec474 in Inkscape::UI::ToolboxFactory::setToolboxDesktop (toolbox=0x2beb1c0, desktop=0x1a51c00) at widgets/toolbox.cpp:1615 #10 0x0000000000833888 in Inkscape::UI::UXManager::connectToDesktop (this=0x2daffd0, toolboxes=std::vector of length 4, capacity 4 = {...}, desktop=0x1a51c00) at ui/uxmanager.cpp:98 #11 0x00000000007b5ce8 in SPDesktopWidget::createInstance (namedview=0x22680a0) at widgets/desktop-widget.cpp:1395 #12 0x00000000007b5904 in sp_desktop_widget_new (namedview=0x22680a0) at widgets/desktop-widget.cpp:1346 #13 0x00000000004649f8 in sp_file_new (templ=...) at file.cpp:129 #14 0x0000000000464d4d in sp_file_new_default () at file.cpp:177 #15 0x000000000044d5b4 in sp_main_gui (argc=1, argv=0x7fffffffe1a8) at main.cpp:949 #16 0x00000000005abe32 in Inkscape::NSApplication::Application::run (this=0x7fffffffe070) at application/application.cpp:114 #17 0x000000000044ca4a in main (argc=1, argv=0x7fffffffe1a8) at main.cpp:689
Regards,
Diederik