[bugle-users] gldb-gui segmentation fault with arch linux
Status: Inactive
Brought to you by:
bmerry
|
From: Preet <pri...@gm...> - 2012-07-08 03:26:12
|
Hiya,
I get a segmentation fault when I try to run gldb-gui on Arch Linux.
Someone else in bugle-dev had mentioned the same problem and I think
they got around it by compiling with the debug config. I tried doing
that as well, but gldb-gui still crashes. I've pasted my stack trace
but I don't know how much help it'll be since the crash seems to occur
in gtk somewhere. I'd appreciate any advice.
Preet
0x00007ffff3d63cec in g_type_check_is_value_type ()
from /usr/lib/libgobject-2.0.so.0
(gdb) backtrace
#0 0x00007ffff3d63cec in g_type_check_is_value_type ()
from /usr/lib/libgobject-2.0.so.0
#1 0x00007ffff6385a1e in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#2 0x00007ffff62a7bc9 in gtk_list_store_new ()
from /usr/lib/libgtk-x11-2.0.so.0
#3 0x000000000040d4b4 in gldb_framebuffer_pane_id_new (pane=0x953950)
at src/gldb/gldb-gui-framebuffer.c:475
#4 0x000000000040d766 in gldb_framebuffer_pane_combo_table_new (pane=0x953950)
at src/gldb/gldb-gui-framebuffer.c:530
#5 0x000000000040dc88 in gldb_framebuffer_pane_new (statusbar=0x701e80,
statusbar_context_id=1) at src/gldb/gldb-gui-framebuffer.c:588
#6 0x000000000041924d in build_main_window (context=0x7fffffffdfe0)
at src/gldb/gldb-gui.c:875
---Type <return> to continue, or q <return> to quit---
#7 0x0000000000419509 in main (argc=1, argv=0x7fffffffe128)
at src/gldb/gldb-gui.c:917
|