GNOME Bugzilla – Bug 319192
Old gtk2 fileselector crash application
Last modified: 2005-10-25 16:36:32 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:
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.