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 331629 - F-Spot crashes upon clicking Edit - Preferences
F-Spot crashes upon clicking Edit - Preferences
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
CVS
Other All
: Normal critical
: ---
Assigned To: F-spot maintainers
F-spot maintainers
: 333586 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-02-18 01:09 UTC by Alexandre Prokoudine
Modified: 2006-05-17 04:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Prokoudine 2006-02-18 01:09:48 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:
Comment 1 Larry Ewing 2006-02-18 01:31:40 UTC
fixed in CVS
Comment 2 Alexandre Prokoudine 2006-02-18 19:24:22 UTC
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)
Comment 3 Bengt Thuree 2006-02-18 21:35:22 UTC
happens for me to on one computer.
latest cvs
Comment 4 Larry Ewing 2006-02-21 09:01:47 UTC
this new problem should be fixed now as well.
Comment 5 Bengt Thuree 2006-05-17 04:59:05 UTC
*** Bug 333586 has been marked as a duplicate of this bug. ***