GNOME Bugzilla – Bug 624776
Attempting to straighten a jpeg crashes f-spot
Last modified: 2010-07-22 14:47:14 UTC
Here's debug output: ** Running f-spot in Debug Mode ** ** Running Mono with --debug ** [1 Info 18:55:07.910] Initializing Mono.Addins [1 Debug 18:55:08.105] Mono.Addins Initialization took 0.186334 [1 Debug 18:55:08.473] Db Initialization took 0.252372 [1 Debug 18:55:08.986] Query Started : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename ASC [1 Debug 18:55:09.253] QueryToTemp took 0.266994 : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename ASC [1 Debug 18:55:09.253] Reloading the query took 0.270006 [2 Debug 18:55:09.651] PhotosPerMonth took 0.141038 [2 Debug 18:55:09.653] TimeAdaptor REAL Reload took 0.359083 [1 Debug 18:55:09.660] Query took 0.06115 : SELECT * FROM photoquery_temp_0 LIMIT 100 OFFSET 0 [1 Debug 18:55:09.698] Query Started : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time ASC, filename ASC [1 Debug 18:55:09.935] QueryToTemp took 0.236699 : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time ASC, filename ASC [1 Debug 18:55:09.953] Query took 0.007235 : SELECT * FROM photoquery_temp_0 LIMIT 100 OFFSET 0 [1 Debug 18:55:10.070] open uri = file:///data/photos/Photos/2003/2003-06 Erica's British and Irish Adventure/dcp_3691.jpg [1 Debug 18:55:10.093] Reloading the query took 0.395615 [1 Debug 18:55:10.204] Query Started : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time ASC, filename ASC [3 Debug 18:55:10.281] PhotosPerMonth took 0.133122 [3 Debug 18:55:10.281] TimeAdaptor REAL Reload took 0.344465 [1 Debug 18:55:10.505] QueryToTemp took 0.300942 : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time ASC, filename ASC [1 Debug 18:55:10.536] IndexOf took 0.010926 : SELECT ROWID AS row_id FROM photoquery_temp_0 WHERE id = 7905 [1 Debug 18:55:10.537] Reloading the query took 0.332759 [1 Debug 18:55:10.703] IndexOf took 0.021354 : SELECT ROWID AS row_id FROM photoquery_temp_0 WHERE time >= 925534800 ORDER BY time ASC LIMIT 1 [1 Debug 18:55:10.707] Query took 0.004106 : SELECT * FROM photoquery_temp_0 LIMIT 100 OFFSET 0 [1 Debug 18:55:10.711] IndexOf took 0.004303 : SELECT ROWID AS row_id FROM photoquery_temp_0 WHERE id = 7905 [4 Debug 18:55:10.962] PhotosPerMonth took 0.251525 [4 Debug 18:55:10.963] TimeAdaptor REAL Reload took 0.457427 [1 Debug 18:55:11.078] Loading image took 1.122568 (f-spot:4376): 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. [1 Debug 18:55:15.575] open uri = file:///data/photos/Photos/2003/2003-06 Erica's British and Irish Adventure/dcp_3691.jpg [1 Debug 18:55:18.508] FSpot.Editors.TiltEditor can be applied? True Marshaling value_changed 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.EntryPointNotFoundException: f_pixbuf_to_cairo_surface at (wrapper managed-to-native) FSpot.MemorySurface/NativeMethods:f_pixbuf_to_cairo_surface (intptr) at FSpot.MemorySurface.CreateSurface (Gdk.Pixbuf pixbuf) [0x00000] in /usr/local/src/f-spot-0.7.1/src/MemorySurface.cs:72 at FSpot.Widgets.ImageInfo.SetPixbuf (Gdk.Pixbuf pixbuf) [0x00000] in /usr/local/src/f-spot-0.7.1/src/BitConverter.cs:1 at FSpot.Widgets.ImageInfo..ctor (Gdk.Pixbuf pixbuf) [0x00006] in /usr/local/src/f-spot-0.7.1/src/Widgets/ImageInfo.cs:33 at FSpot.Editors.TiltEditor.ProcessImpl (Gdk.Pixbuf input, Cms.Profile input_profile, Boolean fast) [0x00000] in /usr/local/src/f-spot-0.7.1/src/Editors/TiltEditor.cs:56 at FSpot.Editors.TiltEditor.ProcessFast (Gdk.Pixbuf input, Cms.Profile input_profile) [0x00000] in /usr/local/src/f-spot-0.7.1/src/Editors/TiltEditor.cs:50 at FSpot.Editors.Editor.UpdatePreview () [0x000a1] in /usr/local/src/f-spot-0.7.1/src/Editors/Editor.cs:206 at FSpot.Editors.TiltEditor.HandleValueChanged (System.Object sender, System.EventArgs args) [0x00025] in /usr/local/src/f-spot-0.7.1/src/Editors/TiltEditor.cs:79 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.4.3.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:159 --- 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.4.3.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:169 at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /builddir/build/BUILD/mono-2.4.3.1/mcs/class/corlib/System.Reflection/MethodBase.cs:111 at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000b9] in /builddir/build/BUILD/mono-2.4.3.1/mcs/class/corlib/System/Delegate.cs:430 at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00018] in /builddir/build/BUILD/mono-2.4.3.1/mcs/class/corlib/System/MulticastDelegate.cs:71 at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in /builddir/build/BUILD/mono-2.4.3.1/mcs/class/corlib/System/Delegate.cs:402 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 FSpot.Driver.Startup() in /usr/local/src/f-spot-0.7.1/src/main.cs:line 328 at Hyena.Gui.CleanRoomStartup.Startup(Hyena.Gui.StartupInvocationHandler startup) in /usr/local/src/f-spot-0.7.1/lib/Hyena/Hyena.Gui/Hyena.Gui/CleanRoomStartup.cs:line 54 at FSpot.Driver.Main(System.String[] args) in /usr/local/src/f-spot-0.7.1/src/main.cs:line 272 [5 Debug 18:55:19.745] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.746] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.747] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.747] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.747] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.747] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.747] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.747] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.747] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.747] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.748] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.748] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.748] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.748] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.748] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.749] Finalizer called on Db. Should be Disposed [5 Debug 18:55:19.749] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.749] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.749] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.749] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.749] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.749] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.749] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.749] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.749] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.750] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.750] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.750] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.750] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.750] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.750] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.750] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.750] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.750] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.750] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.750] Finalizer called on FSpot.Utils.DisposableCache`2[System.String,Gdk.Pixbuf]. Should be Disposed [5 Debug 18:55:19.753] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.753] Finalizer called on FSpot.Utils.DisposableCache`2[Hyena.SafeUri,Gdk.Pixbuf]. Should be Disposed [5 Debug 18:55:19.753] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.753] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.753] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.753] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.753] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.753] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.753] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.753] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.753] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.753] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.753] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.754] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.755] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.756] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.756] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.756] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.756] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.756] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.756] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.756] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.756] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.756] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.756] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.756] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.758] Finalizer called on Banshee.Database.QueuedSqliteDatabase. Should be Disposed [5 Debug 18:55:19.758] Finalizer called on FSpot.Tag. Should be Disposed [5 Debug 18:55:19.760] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.760] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.760] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.760] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.760] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.760] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.760] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.760] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.760] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.760] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.760] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.760] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.761] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.761] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.761] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.761] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.761] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.761] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.761] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.761] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.761] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.761] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.761] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.761] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.761] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.762] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.762] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.763] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.763] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.763] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.763] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.763] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.763] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.763] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.763] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.763] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.763] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.763] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.763] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.763] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.764] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.764] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.764] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.764] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.764] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.764] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.764] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.764] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.764] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.765] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.766] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.767] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.768] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.768] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.768] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.768] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.768] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.768] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.768] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.768] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.768] Finalizer called on FSpot.Category. Should be Disposed [5 Debug 18:55:19.768] Finalizer called on FSpot.Category. Should be Disposed
Doh, my fault, fixed!