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 319192 - Old gtk2 fileselector crash application
Old gtk2 fileselector crash application
Status: RESOLVED NOTGNOME
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.8.x
Other All
: High critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 317730
 
 
Reported: 2005-10-18 22:10 UTC by Pulvirenti Fabio
Modified: 2005-10-25 16:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Pulvirenti Fabio 2005-10-18 22:10:28 UTC
Steps to reproduce:
when an application use the old file selector, if you select a file and then you
click OK the file selector stop to work and with it also the program that
require the file.
I think that it return a invalid file pointer.


Stack trace:
an example is anjuta 2.0.1 when you try to create a new project with wizard dialog
[pulphix@linux ~]$ anjuta

(anjuta:18504): Gtk-WARNING **: Theme directory 64x64/devices.64x64/filesystems
of theme kearonesIcons has no size field


(anjuta:18504): libglade-CRITICAL **: glade_xml_build_interface: assertion `wid
!= NULL' failed

(anjuta:18504): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT
(object)' failed

** (anjuta:18504): CRITICAL **: anjuta_preferences_add_page: assertion
`GTK_IS_WIDGET (page)' failed
*** glibc detected *** anjuta: free(): invalid pointer: 0xb7aa4c20 ***

Other information:
Comment 1 Matthias Clasen 2005-10-25 16:36:32 UTC
Doesn't happen with the old file chooser test in testgtk. 
The warnings point at problems with the selected icon theme
and with the glade interface descriptions.