Re: [bugle-users] gldb-gui segmentation fault with arch linux
Status: Inactive
Brought to you by:
bmerry
|
From: Bruce M. <bm...@gm...> - 2012-07-08 07:51:24
|
On 8 July 2012 05:25, Preet <pri...@gm...> wrote:
> 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.
Hi
The stack trace helps a lot actually - I can immediately see a bug
that might explain this. In src/gdldb/gldb-gui-framebuffer.c:475, try
changing the 4 to a 3 so that it looks like this:
store = gtk_list_store_new(3,
G_TYPE_UINT, /* ID */
G_TYPE_INT, /* bold */
G_TYPE_STRING);
Let me know whether that works.
Bruce
--
Dr Bruce Merry
bmerry <@> gmail <.> com
http://www.brucemerry.org.za/
http://blog.brucemerry.org.za/
|