GNOME Bugzilla – Bug 606103
glade-3 crashed with SIGSEGV in gtk_entry_set_icon_tooltip_text()
Last modified: 2010-12-17 09:07:36 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/glade-3/+bug/502949 "I was poking around with a toolbar for an app I'm designing when Glade suddenly segfaulted, now whenever i try to load that file in glade it segfaults. I chose the gtkbuilder format for the .glade-file at creation. So the bug is reproducable." ".
+ Trace 219894
Thread 1 (process 2774)
I just hit this bug with glade-3.6.7. I tracked the problem down to icon tooltips in a GtkEntry widget. The crash appears when an icon tooltip is set without the actual icon. Both primary and secondary. I attach a simple .glade file that makes my glade crash. The crash is fixed by adding the actual icon or deleting the tooltip.
Created attachment 172037 [details] example gtkbuilder glade file that causes the crash
Fixed in glade-3-8 and master branch (avoid setting the property when no icon is in place). Preparing fix for GTK+ which still has the problem ;)