GNOME Bugzilla – Bug 320909
gtk apps crashes when setting a window icon from a big pixbuf.
Last modified: 2005-11-08 18:27:58 UTC
Steps to reproduce: This bug can be followed from EOG bug #320245. Patch #54254 reproduces it in a small toy app, using, for instance, the following image: http://www.gnome.org/~csaavedr/images/eog-crasher.jpg Stack trace:
+ Trace 63944
Other information:
This is a misfeature of XChangeProperty... 2005-11-08 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Ignore icons if they would make the request large enough to cause Xlib to loose the connection. (#320909, Claudio Saavedra)