GNOME Bugzilla – Bug 624665
F-spot crashes upon startup
Last modified: 2010-07-22 13:33:24 UTC
F-Spot 0.7.1 from the PPA on Ubuntu Lucid crashes when I start the program. Output from command line: hunzikea@AlexT60:~$ f-spot --debug ** Running f-spot in Debug Mode ** ** Running Mono with --debug ** [1 Info 15:07:33.885] Initializing Mono.Addins [1 Debug 15:07:34.197] Mono.Addins Initialization took 0.279989 [1 Debug 15:07:34.441] Db Initialization took 0.082166 [1 Debug 15:07:34.834] 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 15:07:34.849] QueryToTemp took 0.014307 : 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 15:07:34.849] Reloading the query took 0.018392 [1 Debug 15:07:35.049] Query took 0.016912 : SELECT * FROM photoquery_temp_0 LIMIT 100 OFFSET 0 [2 Debug 15:07:35.091] PhotosPerMonth took 0.010335 [2 Debug 15:07:35.093] TimeAdaptor REAL Reload took 0.220447 [1 Debug 15:07:35.097] 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 15:07:35.111] QueryToTemp took 0.014071 : 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 15:07:35.126] Query took 0.004413 : SELECT * FROM photoquery_temp_0 LIMIT 100 OFFSET 0 [1 Debug 15:07:35.273] open uri = file:///home/hunzikea/Pictures/Barcelona/Namiko/PICT0002.JPG [1 Debug 15:07:35.292] Reloading the query took 0.195719 [3 Debug 15:07:35.337] PhotosPerMonth took 0.01221 [3 Debug 15:07:35.337] TimeAdaptor REAL Reload took 0.221399 [1 Debug 15:07:35.385] 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 15:07:35.398] QueryToTemp took 0.012838 : 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 15:07:35.408] IndexOf took 0.000585 : SELECT ROWID AS row_id FROM photoquery_temp_0 WHERE id = 920 [1 Debug 15:07:35.408] Reloading the query took 0.023593 Exception in Gtk# callback delegate Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception. System.ArgumentNullException: Argument cannot be null. Parameter name: key at System.Collections.Generic.Dictionary`2[System.String,Cms.Profile].ContainsKey (System.String key) [0x00000] at FSpot.ColorManagement.AddProfiles (System.String path, IDictionary`2 profs) [0x00000] at FSpot.ColorManagement.get_Profiles () [0x00000] at FSpot.TagSelectionWidget.IconDataFunc (Gtk.TreeViewColumn column, Gtk.CellRenderer renderer, TreeModel model, TreeIter iter) [0x00000] at GtkSharp.TreeCellDataFuncWrapper.NativeCallback (IntPtr tree_column, IntPtr cell, IntPtr tree_model, IntPtr iter, IntPtr data) [0x00000] at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal) at GtkSharp.TreeCellDataFuncWrapper.NativeCallback(IntPtr tree_column, IntPtr cell, IntPtr tree_model, IntPtr iter, IntPtr data) 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)
Should be fixed in git master now. Please reopen if this is not the case.