Comment 0 for bug 298283

Revision history for this message
Aaron Kelley (aaronkelley) wrote :

Binary package hint: f-spot

I reported this over at the Gnome bug tracker. Here is my report:
http://bugzilla.gnome.org/show_bug.cgi?id=560265
(I have also pasted my original report below.)

I am posting this here because, after looking at some of the recent changes to f-spot in Ubuntu (https://launchpad.net/ubuntu/+source/f-spot), I am wondering if this crash may be caused by one of the recent updates. The preferences window worked when I first installed Ubuntu (shortly after 8.10 release), and stopped after the most recent update came down. (I cannot say for sure that the update caused the problem, but I can say that the preferences window started crashing after the update and I haven't done much else in f-spot that I think would cause a problem.

Here is my original report:

---

Steps to reproduce:
1. Open f-spot.
2. Go to Edit -> Preferences.
3. Boom!

Stack trace (from terminal output):
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.UI.Dialog.PreferenceDialog.LoadPreference (System.String key)
[0x00000]
  at FSpot.UI.Dialog.PreferenceDialog..ctor () [0x00000]
  at FSpot.UI.Dialog.PreferenceDialog.Show () [0x00000]
  at MainWindow.HandlePreferences (System.Object sender, System.EventArgs args)
[0x00000]
  at GLib.Signal.voidObjectCallback (IntPtr handle, IntPtr data) [0x00000]
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean
is_terminal)
   at GLib.Signal.voidObjectCallback(IntPtr handle, IntPtr data)
   at GLib.Signal.voidObjectCallback(IntPtr , IntPtr )
   at Gtk.Application.gtk_main()
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Gnome.Program.Run()
   at FSpot.Driver.Main(System.String[] args)

---

Let me know if I can provide any additional information.