GNOME Bugzilla – Bug 576089
Crashed by using Metapixel extension
Last modified: 2009-10-30 06:56:02 UTC
Steps to reproduce: 1. open f-spot 2. select picture 3. use metapixel extension for mosaics Stack trace: mono --debug /usr/lib64/f-spot/f-spot.exe ** (/usr/lib64/f-spot/f-spot.exe:11410): WARNING **: Symbol file /usr/lib64/mono/gac/NDesk.DBus/1.0.0.0__f6716e4f9b2ed099/NDesk.DBus.dll.mdb has incorrect version (expected 50.0, got 39) ** (/usr/lib64/f-spot/f-spot.exe:11410): WARNING **: Symbol file /usr/lib64/mono/gac/NDesk.DBus.GLib/1.0.0.0__f6716e4f9b2ed099/NDesk.DBus.GLib.dll.mdb has incorrect version (expected 50.0, got 39) [Info 15:51:28.517] Initializing DBus [Info 15:51:28.626] Initializing Mono.Addins [Info 15:51:28.858] Starting new FSpot server [Info 15:51:29.747] Starting DBusService [Info 15:51:29.754] Starting BeagleService [Info 15:51:29.754] Hack for gnome-settings-daemon engaged (f-spot:11410): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the data stream to the loader before dropping the last reference. Executing MetaPixel extension (f-spot:11410): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (f-spot:11410): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated ** (f-spot:11410): WARNING **: The following assembly referenced from /home/jan/.gnome2/f-spot/addins/FSpot.MetaPixelExtension.0.5.0.0/MetaPixel.dll could not be loaded: Assembly: gnome-vfs-sharp (assemblyref_index=8) Version: 2.20.0.0 Public Key: 35e10195dab3c99f The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/home/jan/.gnome2/f-spot/addins/FSpot.MetaPixelExtension.0.5.0.0). ** (f-spot:11410): WARNING **: Could not load file or assembly 'gnome-vfs-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies. ** (f-spot:11410): WARNING **: Missing method .ctor in assembly /home/jan/.gnome2/f-spot/addins/FSpot.MetaPixelExtension.0.5.0.0/MetaPixel.dll, type Gnome.Vfs.Uri Marshaling response signal Exception in Gtk# callback delegate Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'gnome-vfs-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies. File name: 'gnome-vfs-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' at MetaPixelExtension.MetaPixel.on_dialog_response (System.Object obj, Gtk.ResponseArgs args) [0x00000] at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00057] in /builddir/build/BUILD/mono-2.0.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:157 --- End of inner exception stack trace --- at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00071] in /builddir/build/BUILD/mono-2.0.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:167 at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /builddir/build/BUILD/mono-2.0.1/mcs/class/corlib/System.Reflection/MethodBase.cs:110 at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000b4] in /builddir/build/BUILD/mono-2.0.1/mcs/class/corlib/System/Delegate.cs:422 at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00018] in /builddir/build/BUILD/mono-2.0.1/mcs/class/corlib/System/MulticastDelegate.cs:71 at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in /builddir/build/BUILD/mono-2.0.1/mcs/class/corlib/System/Delegate.cs:394 at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal) at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) at Gtk.Application.gtk_main() at Gtk.Application.Run() at Gnome.Program.Run() at FSpot.Driver.Main(System.String[] args) Other information:
f-spot version? distro? where did you get metapixel extension from?
GNOME f-spot 0.5.0.3 fedora 10 repository addins.f-spot.org, http://addins.f-spot.org/0.5.0/main.mrep
See also bug 580748, which includes an interesting observation as to what may be going on. It seems these bugs are related (if not duplicates).
Is fixed at least in MetaPixel version 0.6.0.1 for f-spot-0.6.1.2-3.fc11.i586.
thanks for your report