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 563979 - crashes after delete file
crashes after delete file
Status: RESOLVED DUPLICATE of bug 552272
Product: f-spot
Classification: Other
Component: Editing
0.4.x
Other All
: Normal critical
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-10 13:29 UTC by Boris Goldowsky
Modified: 2008-12-10 17:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Boris Goldowsky 2008-12-10 13:29:16 UTC
Steps to reproduce:
1. Right-click photo, choose "Delete from Drive"
2. Application crashes about 50% of the time



Stack trace:
I was not able to obtain a stack trace. 

Other information:
Console output:

$ f-spot
[Info  08:08:26.873] Initializing DBus
[Info  08:08:26.958] Initializing Mono.Addins
[Info  08:08:27.115] Starting new FSpot server

(f-spot:3097): 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.
 path == /home/bc/Photos/2008/12/07/IMG_6041.JPG
 path == /home/bc/Photos/2008/12/07/IMG_6042.JPG
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
GLib.MissingIntPtrCtorException: GLib.Object subclass FSpot.Widgets.RatingMenuItem must provide a protected or public IntPtr ctor to support wrapping of native object handles.
  at GLib.ObjectManager.CreateObject (IntPtr raw) [0x00000] 
  at GLib.Object.GetObject (IntPtr o, Boolean owned_ref) [0x00000] 
  at Gtk.Container.removed_cb (IntPtr container, IntPtr widget) [0x00000] 
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Container.removed_cb(IntPtr container, IntPtr widget)
   at GLib.ToggleRef.g_object_remove_toggle_ref(IntPtr , GLib.ToggleNotifyHandler , IntPtr )
   at GLib.ToggleRef.Free()
   at GLib.Object.PerformQueuedUnrefs()
   at GLib.Timeout+TimeoutProxy.Handler()
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Gnome.Program.Run()
   at FSpot.Driver.Main(System.String[] args)
Comment 1 Maxxer 2008-12-10 17:47:51 UTC
this was fixed in 0.5/svn

*** This bug has been marked as a duplicate of 552272 ***