From owner-freebsd-gnome@FreeBSD.ORG Thu May 29 21:22:26 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DCFF1065670 for ; Thu, 29 May 2008 21:22:26 +0000 (UTC) (envelope-from james@icionline.ca) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id B90178FC1A for ; Thu, 29 May 2008 21:22:25 +0000 (UTC) (envelope-from james@icionline.ca) Received: by yx-out-2324.google.com with SMTP id 31so373896yxl.13 for ; Thu, 29 May 2008 14:22:24 -0700 (PDT) Received: by 10.142.147.15 with SMTP id u15mr1802512wfd.149.1212096143073; Thu, 29 May 2008 14:22:23 -0700 (PDT) Received: by 10.142.143.21 with HTTP; Thu, 29 May 2008 14:22:23 -0700 (PDT) Message-ID: <7039ada60805291422w79cffe2csdef8bdf38603bd8f@mail.gmail.com> Date: Thu, 29 May 2008 15:22:23 -0600 From: "James Earl" To: "Jeremy Messenger" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7039ada60805280926s17ff1201l8a0668ce53eeb6a4@mail.gmail.com> <7039ada60805291323q2fe6115jb4db1e0b2a044390@mail.gmail.com> Cc: freebsd-gnome@freebsd.org Subject: Re: Inkscape X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:22:26 -0000 On Thu, May 29, 2008 at 2:44 PM, Jeremy Messenger wrote: > On Thu, 29 May 2008 15:23:56 -0500, James Earl wrote: > >> Thanks Jeremy, >> >> > >> >> >> Ports current as of today, May 29. >> >> >> make WITH_DEBUG=yes did not provide any additional info. > > Have you tried to follow (gdb part) in > http://live.gnome.org/GettingTraces/Details#obtain-a-stacktrace ? This is > how to get it works by WITH_DEBUG=yes. > > I don't have Inkscape install right now, so it will taking a while for me to > get it install later. > > Cheers, > Mezz Thanks for the link. Here's the output: Program received signal SIGSEGV, Segmentation fault. 0x0000000803bd00e9 in g_type_class_ref () from /usr/local/lib/libgobject-2.0.so.0 (gdb) thread apply all bt Thread 1 (Thread 0x806401120 (LWP 100218)): #0 0x0000000803bd00e9 in g_type_class_ref () from /usr/local/lib/libgobject-2.0.so.0 #1 0x00000000004e50cf in sp_painter_free (painter=0x80b4cec50) at sp-paint-server.cpp:139 #2 0x000000000085dbd7 in nr_arena_shape_update (item=0x1660990, area=0x0, gc=0x7fffffffb950, state=510, reset=0) at display/nr-arena-shape.cpp:326 #3 0x0000000000853770 in nr_arena_item_invoke_update (item=0x1660990, area=0x0, gc=0x7fffffffba00, state=510, reset=0) at display/nr-arena-item.cpp:257 #4 0x000000000085562e in nr_arena_group_update (item=0x11e4bd0, area=0x0, gc=0x7fffffffbaa0, state=510, reset=0) at display/nr-arena-group.cpp:175 #5 0x0000000000853770 in nr_arena_item_invoke_update (item=0x11e4bd0, area=0x0, gc=0x7fffffffbb50, state=510, reset=0) at display/nr-arena-item.cpp:257 #6 0x000000000085562e in nr_arena_group_update (item=0x11e4d20, area=0x0, gc=0x7fffffffbbf0, state=510, reset=0) at display/nr-arena-group.cpp:175 #7 0x0000000000853770 in nr_arena_item_invoke_update (item=0x11e4d20, area=0x0, gc=0x7fffffffbca0, state=510, reset=0) at display/nr-arena-item.cpp:257 #8 0x000000000085562e in nr_arena_group_update (item=0x11e4e70, area=0x0, gc=0x7fffffffbd40, state=510, reset=0) at display/nr-arena-group.cpp:175 ---Type to continue, or q to quit--- #9 0x0000000000853770 in nr_arena_item_invoke_update (item=0x11e4e70, area=0x0, gc=0x80647d308, state=510, reset=0) at display/nr-arena-item.cpp:257 #10 0x0000000000862c1c in sp_canvas_arena_update (item=0x80647d240, affine=@0x7fffffffbed0, flags=1) at display/canvas-arena.cpp:152 #11 0x0000000000880ab1 in sp_canvas_item_invoke_update (item=0x80647d240, affine=@0x7fffffffc030, flags=1) at display/sp-canvas.cpp:295 #12 0x0000000000881b61 in sp_canvas_group_update (item=0x8084e0500, affine=@0x7fffffffc030, flags=1) at display/sp-canvas.cpp:770 #13 0x0000000000880ab1 in sp_canvas_item_invoke_update (item=0x8084e0500, affine=@0x7fffffffc190, flags=1) at display/sp-canvas.cpp:295 #14 0x0000000000881b61 in sp_canvas_group_update (item=0x8084e0190, affine=@0x7fffffffc190, flags=1) at display/sp-canvas.cpp:770 #15 0x0000000000880ab1 in sp_canvas_item_invoke_update (item=0x8084e0190, affine=@0x7fffffffc1f0, flags=0) at display/sp-canvas.cpp:295 #16 0x0000000000880f56 in do_update (canvas=0x8086d1000) at display/sp-canvas.cpp:2024 #17 0x00000000008810db in sp_canvas_update_now (canvas=0x8086d1000) at display/sp-canvas.cpp:2144 #18 0x000000000058488c in SPDesktop::updateNow (this=0x11e0cc0) at desktop.cpp:1164 #19 0x000000000058b40f in sigc::bound_mem_functor0::operator() (this=0x8087064f8) at mem_fun.h:1787 ---Type to continue, or q to quit--- #20 0x000000000058b439 in sigc::adaptor_functor >::operator() (this=0x8087064f0) at adaptor_trait.h:251 #21 0x000000000058b461 in sigc::internal::slot_call0, void>::call_it (rep=0x8087064c0) at slot.h:103 #22 0x0000000000458915 in sigc::internal::signal_emit0::emit ( impl=0x808702bc0) at signal.h:772 #23 0x00000000004589d9 in sigc::signal0::emit ( this=0x8064f8a30) at signal.h:2667 #24 0x000000000058ef30 in sp_document_maybe_done (doc=0x11acee0, key=0xc950a6 "fill:flatcolor:1", event_type=167, event_description=@0x7fffffffc4b0) at document-undo.cpp:208 #25 0x000000000075f683 in sp_fill_style_widget_paint_changed ( psel=0x80b384080, spw=0x80b421590) at dialogs/fill-style.cpp:397 #26 0x000000000075fe15 in sp_fill_style_widget_paint_mode_changed ( psel=0x80b384080, spw=0x80b421590) at dialogs/fill-style.cpp:262 #27 0x0000000803bb160f in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 #28 0x0000000803bc514f in g_signal_handler_disconnect () from /usr/local/lib/libgobject-2.0.so.0 #29 0x0000000803bc6b6d in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 #30 0x0000000802202aa5 in gtk_signal_emit () from /usr/local/lib/libgtk-x11-2.0.so.0 ---Type to continue, or q to quit--- #31 0x000000000080dcf5 in sp_paint_selector_set_mode (psel=0x80b384080, mode=SP_PAINT_SELECTOR_MODE_COLOR_RGB) at widgets/paint-selector.cpp:355 #32 0x000000000080e10a in sp_paint_selector_style_button_toggled ( tb=0x809cf3540, psel=0x80b384080) at widgets/paint-selector.cpp:274 #33 0x0000000803bb160f in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 #34 0x0000000803bc514f in g_signal_handler_disconnect () from /usr/local/lib/libgobject-2.0.so.0 #35 0x0000000803bc6b6d in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 #36 0x0000000803bc6f23 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0 #37 0x000000080225dd28 in gtk_toggle_button_toggled () from /usr/local/lib/libgtk-x11-2.0.so.0 #38 0x0000000803bb160f in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 #39 0x0000000803bc4e0f in g_signal_handler_disconnect () from /usr/local/lib/libgobject-2.0.so.0 #40 0x0000000803bc6b6d in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 #41 0x0000000803bc6f23 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0 #42 0x000000080225db05 in gtk_toggle_action_new () ---Type to continue, or q to quit--- from /usr/local/lib/libgtk-x11-2.0.so.0 #43 0x0000000803bb160f in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 #44 0x0000000803bc4e0f in g_signal_handler_disconnect () from /usr/local/lib/libgobject-2.0.so.0 #45 0x0000000803bc6b6d in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 #46 0x0000000803bc6f23 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0 #47 0x00000008020e0329 in gtk_button_released () from /usr/local/lib/libgtk-x11-2.0.so.0 #48 0x00000008021a494f in gtk_marshal_BOOLEAN__VOID () from /usr/local/lib/libgtk-x11-2.0.so.0 #49 0x0000000803bb160f in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 #50 0x0000000803bc5557 in g_signal_handler_disconnect () from /usr/local/lib/libgobject-2.0.so.0 #51 0x0000000803bc6878 in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 #52 0x0000000803bc6f23 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0 #53 0x00000008022aafee in gtk_widget_get_default_style () from /usr/local/lib/libgtk-x11-2.0.so.0 ---Type to continue, or q to quit--- #54 0x000000080219dc72 in gtk_propagate_event () from /usr/local/lib/libgtk-x11-2.0.so.0 #55 0x000000080219ec25 in gtk_main_do_event () from /usr/local/lib/libgtk-x11-2.0.so.0 #56 0x000000000044b92d in snooper (event=0x80aa06ed0) at main.cpp:682 #57 0x00000008025426fc in gdk_add_client_message_filter () from /usr/local/lib/libgdk-x11-2.0.so.0 #58 0x0000000803f228a2 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 #59 0x0000000803f25b16 in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 #60 0x0000000803f25dd7 in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0 #61 0x000000080219eff3 in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0 #62 0x000000000044c1fe in sp_main_gui (argc=1, argv=0x7fffffffea60) at main.cpp:724 #63 0x0000000000645277 in Inkscape::NSApplication::Application::run ( this=0x7fffffffe9d0) at application/application.cpp:117 #64 0x000000000044c7d4 in main (argc=1, argv=0x7fffffffea60) at main.cpp:539