Bug 198389 - graphics/gqview segfaults while openpening preferences dialog
Summary: graphics/gqview segfaults while openpening preferences dialog
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-07 14:53 UTC by miguelmclara
Modified: 2015-04-24 16:20 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description miguelmclara 2015-03-07 14:53:42 UTC
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 808406400 (LWP 101422/gqview)]
0x0000000000455600 in ?? ()
(gdb) 

The app opens, I then click on preferences (either from menu or the icon), the app becomes unresponsive for a while until it segfaults

(gdb) bt
#0  0x0000000000455600 in ?? ()
#1  0x000000080844a9c0 in ?? ()
#2  0x0000000808490680 in ?? ()
#3  0x0000000808490c80 in ?? ()
#4  0x0000000040000002 in ?? ()
#5  0x0000000802428d50 in g_cclosure_marshal_VOID__VOID () from /usr/local/lib/libgobject-2.0.so.0
#6  0x0000000802426b5a in _g_closure_invoke_va () from /usr/local/lib/libgobject-2.0.so.0
#7  0x000000080243c13f in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0
#8  0x000000080243cb04 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0
#9  0x0000000800aabf2f in gtk_button_get_event_window () from /usr/local/lib/libgtk-x11-2.0.so.0
#10 0x0000000802426b5a in _g_closure_invoke_va () from /usr/local/lib/libgobject-2.0.so.0
#11 0x000000080243c13f in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0
#12 0x000000080243cb04 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0
#13 0x0000000800aabb67 in gtk_button_get_event_window () from /usr/local/lib/libgtk-x11-2.0.so.0
#14 0x0000000800b5aa5f in gtk_marshal_VOID__UINT_STRING () from /usr/local/lib/libgtk-x11-2.0.so.0
#15 0x00000008024268f2 in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0
#16 0x000000080243b7ac in signal_emit_unlocked_R () from /usr/local/lib/libgobject-2.0.so.0
#17 0x000000080243c4bd in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0
#18 0x000000080243cb04 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0
#19 0x0000000800c8576c in gtk_widget_event () from /usr/local/lib/libgtk-x11-2.0.so.0
#20 0x0000000800b58aa2 in gtk_propagate_event () from /usr/local/lib/libgtk-x11-2.0.so.0
#21 0x0000000800b586c3 in gtk_main_do_event () from /usr/local/lib/libgtk-x11-2.0.so.0
#22 0x00000008010a2321 in gdk_screen_get_setting () from /usr/local/lib/libgdk-x11-2.0.so.0
#23 0x00000008026ad405 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0
#24 0x00000008026ad77e in g_main_context_iterate () from /usr/local/lib/libglib-2.0.so.0
#25 0x00000008026ada8f in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0
#26 0x0000000800b5800f in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0
#27 0x0000000000451c6e in ?? ()
#28 0x00007fffffffe808 in ?? ()
#29 0x00007fffffffe820 in ?? ()
#30 0x00007fffffffe810 in ?? ()
#31 0x0000000000000001 in ?? ()
#32 0x00007fffffffe7f0 in ?? ()
#33 0x0000000000000000 in ?? ()
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2015-03-11 08:25:43 UTC
assign to maintainer
Comment 2 Lars Engels freebsd_committer freebsd_triage 2015-04-24 15:29:49 UTC
I can reproduce. However I just deprecated the port as there's a maintained fork graphics/geeqie. Please use this one.
Comment 3 miguelmclara 2015-04-24 16:20:32 UTC
I didn't know about the fork,  thats nice. 

Just installed and preferences work fine. 

thanks and feel free to close this as solved