SVN (r12347) dies during startup

Derek Atkins warlord at MIT.EDU
Fri Jan 13 21:32:48 EST 2006


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.

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-devel mailing list