GNOME Bugzilla – Bug 331629
F-Spot crashes upon clicking Edit - Preferences
Last modified: 2006-05-17 04:59:05 UTC
Steps to reproduce: 1. Run F-Spot 2. Click Edit - Preferences 3. F-Spot crashes Stack trace: avp@traveller:~/soft/build/graphics/f-spot/f-spot-2006-02-17$ mono --debug /usr/lib/f-spot/f-spot.exe Starting new FSpot server new Tiff.Header timer stopped: 00:00:00.0073670 (f-spot:21765): Gdk-WARNING **: GdkWindow is too large to allow the use of shape masks or shape regions. new Tiff.Header timer stopped: 00:00:00.0001700 (f-spot:21765): GdkPixbuf-CRITICAL **: gdk_pixbuf_new: assertion `width > 0' failed new Tiff.Header timer stopped: 00:00:00.5119260 new Tiff.Header timer stopped: 00:00:00.0001620 new Tiff.Header timer stopped: 00:00:00.0523120 new Tiff.Header timer stopped: 00:00:00.0445970 (f-spot:21765): GConf-CRITICAL **: gconf_value_new: assertion `GCONF_VALUE_TYPE_VALID(type)' failed Unhandled Exception: GConf.InvalidValueTypeException: Exception of type GConf.InvalidValueTypeException was thrown. in <0x00207> GConf.Value:Set (System.Object data, ValueType type) in <0x00037> GConf.Value:Initialize (System.Object val, ValueType type) in <0x00037> GConf.Value:.ctor (System.Object val) in <0x00026> GConf.ClientBase:Set (System.String key, System.Object val) in <0x00062> FSpot.Preferences:Get (System.String key) in <0x0001e> FSpot.PreferenceDialog:LoadPreference (System.String key) in <0x0003d> FSpot.PreferenceDialog:.ctor () in <0x0001f> FSpot.PreferenceDialog:Show () in <0x00007> MainWindow:HandlePreferences (System.Object sender, System.EventArgs args) in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs) in <0x00093> GLib.Signal:voidObjectCallback (IntPtr handle, IntPtr gch) in (wrapper native-to-managed) GLib.Signal:voidObjectCallback (intptr,intptr) in <0x00000> <unknown method> in (wrapper managed-to-native) Gtk.Application:gtk_main () in <0x00007> Gtk.Application:Run () in <0x00007> Gnome.Program:Run () in <0x004ea> FSpot.Driver:Main (System.String[] args) Other information:
fixed in CVS
So, it's happening again avp@traveller:~/soft/build/graphics/f-spot/f-spot-2006-02-18$ mono --debug /usr/lib/f-spot/f-spot.exe Starting new FSpot server (f-spot:2324): Gdk-WARNING **: GdkWindow is too large to allow the use of shape masks or shape regions. Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object in <0x00190> FSpot.PreferenceDialog:LoadPreference (System.String key) in <0x00059> FSpot.PreferenceDialog:.ctor () in <0x0001f> FSpot.PreferenceDialog:Show () in <0x00007> MainWindow:HandlePreferences (System.Object sender, System.EventArgs args) in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs) in <0x00093> GLib.Signal:voidObjectCallback (IntPtr handle, IntPtr gch) in (wrapper native-to-managed) GLib.Signal:voidObjectCallback (intptr,intptr) in <0x00000> <unknown method> in (wrapper managed-to-native) Gtk.Application:gtk_main () in <0x00007> Gtk.Application:Run () in <0x00007> Gnome.Program:Run () in <0x004ea> FSpot.Driver:Main (System.String[] args)
happens for me to on one computer. latest cvs
this new problem should be fixed now as well.
*** Bug 333586 has been marked as a duplicate of this bug. ***