GNOME Bugzilla – Bug 671080
glade exit when I select TreeView and click edit.
Last modified: 2012-03-06 19:23:26 UTC
Created attachment 208709 [details] glade ui for the current problem GladeUI-Message: No displayable values for property GtkTreeSelection::mode GladeUI-Message: 14 missing displayable value for GtkCellRendererAccel::accel-mods GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. GladeUI-CRITICAL **: glade_project_selection_set: assertion `glade_project_has_object (project, object)' failed Gtk-ERROR **: GtkBox child GladeEditorTable minimum height: -4 < 0 Trace/breakpoint trap (core dumped)
Thanks for taking the time to report this bug. Without a stack trace from the crash it's very hard to determine what caused it. Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Ah well, confirming for glade3-3.10.0-6.fc16.i686: (glade:2785): GladeUI-CRITICAL **: glade_signal_model_iter_n_children: assertion `iter != NULL' failed (glade:2785): GladeUI-CRITICAL **: glade_signal_model_iter_n_children: assertion `iter != NULL' failed (glade:2785): GladeUI-CRITICAL **: glade_signal_model_iter_n_children: assertion `iter != NULL' failed Gtk-ERROR **: GtkBox child GladeEditorTable minimum height: -4 < 0 Program received signal SIGTRAP, Trace/breakpoint trap. g_logv (log_domain=0xb7e777db "Gtk", log_level=<optimized out>, format=0xb7e7de44 "GtkBox child %s minimum %s: %d < 0", args1= 0xbfffc2ac "x\001\002C\312\374\361\267\374\377\377\377Y\221\206B8\211\\\tȈ\\\t\374\377\377\377\374\377\377\377\364\237\375\267\324\303\377\277\300\210\\\tx\303\377\277\a\224\275\267P\303\377\277\246\222\206B\364/\227B\260m\207BȈ\\\t\002") at gmessages.c:577 577 g_private_set (g_log_depth, GUINT_TO_POINTER (depth)); (gdb) thread apply all bt
+ Trace 229804
Thread 1 (Thread 0xb7adc840 (LWP 2785))
(gdb) list 572 abort (); 573 #endif /* !G_OS_WIN32 */ 574 } 575 576 depth--; 577 g_private_set (g_log_depth, GUINT_TO_POINTER (depth)); 578 } 579 } 580 } 581
I think this is something related with gtk, because I installed the latest version and this didn't happen with 3.11 neither with 3.10, just gaves me other problems :).
I think this is something related with gtk, because I installed the latest version and this didn't happen with 3.11 neither with 3.10, just gave me other problems :).
*** This bug has been marked as a duplicate of bug 664474 ***