GNOME Bugzilla – Bug 533471
crash in Glade Interface Designer: Editing a new menuitem (...
Last modified: 2010-12-16 17:26:10 UTC
Version: 3.4.4 What were you doing when the application crashed? Editing a new menuitem (a few were already in the menu), changed the type to "Image" and then clicked back in the Name textbox. Distribution: Gentoo Base System release 1.12.11.1 Gnome Release: 2.20.3 2008-03-24 (Gentoo) BugBuddy Version: 2.20.1 System: Linux 2.6.24-gentoo-r4 #1 SMP PREEMPT Fri Apr 11 15:40:52 EDT 2008 i686 X Vendor: The X.Org Foundation X Vendor Release: 10300000 Selinux: No Accessibility: Disabled GTK+ Theme: Glossy Icon Theme: gnome Memory status: size: 57389056 vsize: 57389056 resident: 34385920 share: 16064512 rss: 34385920 rss_rlim: 4294967295 CPU usage: start_time: 1210954737 rtime: 1255 utime: 1225 stime: 30 cutime:3 cstime: 3 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/glade-3' Using host libthread_db library "/lib/libthread_db.so.1". 0xffffe410 in __kernel_vsyscall ()
+ Trace 197911
----------- .xsession-errors (38 sec old) --------------------- (glade-3:3760): GLib-GObject-WARNING **: invalid cast from `GParamString' to `GParamBoxed' (glade-3:3760): GLib-GObject-WARNING **: invalid cast from `GParamString' to `GParamBoxed' (glade-3:3760): GLib-GObject-WARNING **: invalid cast from `GParamString' to `GParamBoxed' (glade-3:3760): GLib-GObject-WARNING **: invalid cast from `GParamEnum' to `GParamBoxed' (glade-3:3760): GLib-GObject-WARNING **: invalid cast from `GParamEnum' to `GParamBoxed' (glade-3:3760): GLib-GObject-WARNING **: invalid cast from `GParamEnum' to `GParamBoxed' (glade-3:3760): GladeUI-CRITICAL **: glade_base_editor_treeview_cursor_changed: assertion `GTK_IS_TREE_VIEW (treeview)' failed (glade-3:3760): GladeUI-CRITICAL **: glade_base_editor_treeview_cursor_changed: assertion `GTK_IS_TREE_VIEW (treeview)' failed --------------------------------------------------
Created attachment 111061 [details] [review] Patch I have a similar bug with svn trunk, so I've made a patch for it.
I can confirm that the patch fixes the issue.
Only the glade_command_set_name() remains to be applied now; would someone be so kind to either include or reject it? Thanks!
See the same sort of problem when changing type or stock id for toolbars as well. Problem seems to happen when combo box is popped down and I fumble the mouse a little and loose hold of the pop down as I select. In other words a rapid release followed by a press of the mouse button. Like I loose the popdown but half grab hold again. Once this happens the popdown is blank and persists across all desktops. And of course glade-3 becomes unresponsive and I have to kill it. Seen this happen serveral times. So been careful not to trigger this by fumbling the mouse and then don't see it happen. My guess is this might be a GTK problem rather than glade-3.
Hello, i do not know if this helps, but i just fixed a bug in the menu editor regarding type change and the combo box, it was using the wrong model. So it is very possible that was the problem. greets
Looks like a duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=609612
This is either a duplicate of the fixed bug or obsolete by now, doesnt happen with glade-3-8 branch.