SVN (r12347) dies during startup

Chris Shoemaker c.shoemaker at cox.net
Sun Jan 15 21:17:52 EST 2006


On Fri, Jan 13, 2006 at 09:32:48PM -0500, Derek Atkins wrote:
> A little more information on this failure...
> 
> (gdb) up
> #5  0x00bc1c06 in gtk_radio_action_get_group ()
>   from /usr/lib/libgtk-x11-2.0.so.0
> (gdb) up
> #6  0xb7cb852a in gnc_main_window_update_radio_button (window=0xa196380)
>    at gnc-main-window.c:1261
> 1261      action_list = 
> gtk_radio_action_get_group(GTK_RADIO_ACTION(action));
> (gdb) p action_name
> $1 = (gchar *) 0xa190000 "Window10Action"
> (gdb) p action
> $2 = (GtkAction *) 0x0
> (gdb)
> 
> Once I tell it to return if action is NULL, I get a little further and
> then it "dies" in a different place in the same file:
> #4  0x0086afb0 in g_log () from /usr/lib/libglib-2.0.so.0
> (gdb) up
> #5  0x00b15f97 in gtk_container_foreach () from /usr/lib/libgtk-x11-2.0.so.0
> (gdb) up
> #6  0x00b171ef in gtk_container_get_children ()
>   from /usr/lib/libgtk-x11-2.0.so.0
> (gdb) up
> #7  0xb7c5acf7 in main_window_find_tab_items (window=Variable "window" is 
> not
> available.
> )
>    at gnc-main-window.c:1470
> 1470      children = gtk_container_get_children(GTK_CONTAINER(tab_hbox));
> (gdb) p tab_hbox
> $1 = (GtkWidget *) 0x0
> (gdb) p *page
> Variable "page" is not available.
> 
> I think there's something royally wrong with the startup sequence or
> something.

I haven't been able to reproduce this on FC3/x86.  Is it still an
issue?  If so, do you have a reproduction-case for it?

-chris


More information about the gnucash-devel mailing list