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 637007 - F-Spot crashes when clicking on photo
F-Spot crashes when clicking on photo
Status: RESOLVED DUPLICATE of bug 636694
Product: f-spot
Classification: Other
Component: Metadata
GIT
Other Linux
: Normal major
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-11 07:28 UTC by Paul Wellner Bou
Modified: 2010-12-13 17:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test case, reduced size (7.33 KB, image/jpeg)
2010-12-11 07:28 UTC, Paul Wellner Bou
Details

Description Paul Wellner Bou 2010-12-11 07:28:11 UTC
Created attachment 176222 [details]
Test case, reduced size

Not sure if this is an taglib issue. It seems to be involved looking at the trace.

Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at FSpot.Widgets.InfoBox.<SetupWidgets>m__4D (IPhoto photo, TagLib.Image.File metadata) [0x00000] in <filename unknown>:0 
  at FSpot.Widgets.InfoBox+<AddLabelEntry>c__AnonStoreyE.<>m__43 (Gtk.Widget widget, IPhoto photo, TagLib.Image.File metadata) [0x00000] in <filename unknown>:0 
  at FSpot.Widgets.InfoBox.Update () [0x00000] in <filename unknown>:0 
  at FSpot.Utils.DelayedOperation.HandleOperation () [0x00000] in <filename unknown>:0 
  at GLib.Idle+IdleProxy.Handler () [0x00000] in <filename unknown>:0 
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at GLib.Idle+IdleProxy.Handler()
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at FSpot.Driver.Startup()
   at Hyena.Gui.CleanRoomStartup.Startup(Hyena.Gui.StartupInvocationHandler startup)
   at FSpot.Driver.Main(System.String[] args)
Comment 1 Paul Wellner Bou 2010-12-13 17:48:57 UTC
Fixed by the patch of https://bugzilla.gnome.org/show_bug.cgi?id=636694

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