After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 647244 - Toggling the 'Deletable' option under the general tab of window properties causes segmentation fault
Toggling the 'Deletable' option under the general tab of window properties ca...
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
3.10.x
Other Linux
: Normal critical
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-09 04:20 UTC by dan collins
Modified: 2011-04-09 05:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description dan collins 2011-04-09 04:20:15 UTC
Toggling the 'Deletable' option under the general tab of window properties causes segmentation fault in version 3.10.0
Comment 1 Tristan Van Berkom 2011-04-09 05:09:02 UTC
Thanks for reporting this (I found that focus-on-map and urgency-hint and I 
think some others were also crashing).

The issue is fixed now in GTK+ and should be available
in the next bugfix release.

commit e21d72cf3a7af18284ea23e7ad9d3acd2327ed08
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 9 01:55:50 2011 +0900

    Fix some crashes caused by unimplemented functions in GdkOffscreenWindow
    
    These crashes happen when accessing GtkWindow properties and the
    GdkWindow is an offscreen (fixes https://bugzilla.gnome.org/show_bug.cgi?id=647244)