SEGV bug in gtknotebook.c (GTK 1.1)




I've found a bug in GTK 1.1 (though this may have been fixed as I last
checked it out a few weeks back.)

If you use a GtkNotebook without tab labels, you may receive a SEGV in
gtk_notebook_switch_focus_tab(). (Glade is unusable with GTK 1.1 if this
is not fixed - selecting most 'Widget' properties causes a SEGV).


Program received signal SIGSEGV, Segmentation fault.
0x4007bfb1 in gtk_notebook_switch_focus_tab (notebook=0x80f7668, 
    new_child=0x80d051c) at gtknotebook.c:3281
3281      if (GTK_WIDGET_MAPPED (page->tab_label))

(gdb) print page->tab_label
$1 = (GtkWidget *) 0x0


Damon



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]