GNOME Bugzilla – Bug 665862
Crash when editing a combobox
Last modified: 2012-01-03 08:34:21 UTC
Created attachment 203140 [details] Backtrace of the crash Steps to reproduce the bug: 1. Add a combobox as toplevel or inside any container 2. Right-click the combobox and choose "Edit" Result: Glade receives a SIGTRAP and closes. The backtrace is attached.
Based on the stacktrace (it's happening to me too) I'm pretty sure this is a duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=664474 which was actually GTK+ bug https://bugzilla.gnome.org/show_bug.cgi?id=660139. Looks like that bug is fixed as of GTK+ 3.2.2.
Confirmed that with GTK+ 3.2.0 and Glade 3.10 on Ubuntu Ocelot, I get the crash as reported. However, with GTK+ 3.3.4 and Glade 3.10.2 on Ubuntu Precise alpha, the problem no longer exists. So looks like this one will be solved by GTK fixes.
Yes this is a (very well known now) GTK+ bug, I've been aware of the fix in GTK+ git master since over than a month now, I mistakenly mentioned that I expected to see a fix in a GTK+ 3.2.x release, I didn't take care of backporting the fix myself so I don't know if it will be backported... *** This bug has been marked as a duplicate of bug 660139 ***