Skip to content

Instantly share code, notes, and snippets.

@clobrano
Created August 22, 2013 17:10
Show Gist options
  • Select an option

  • Save clobrano/6310074 to your computer and use it in GitHub Desktop.

Select an option

Save clobrano/6310074 to your computer and use it in GitHub Desktop.
F-spot crash while fuzz testing it
** Running f-spot in Debug Mode **
** Running Mono with --debug **
[1 Info 19:04:17.425] Initializing Mono.Addins
[1 Debug 19:04:17.654] Mono.Addins Initialization took 0,206363
(f-spot:9665): Gtk-WARNING **: Impossibile trovare il motore del tema in module_path: «pixmap»,
(f-spot:9665): Gtk-WARNING **: Impossibile trovare il motore del tema in module_path: «pixmap»,
(f-spot:9665): Gtk-WARNING **: Impossibile trovare il motore del tema in module_path: «pixmap»,
(f-spot:9665): Gtk-WARNING **: Impossibile trovare il motore del tema in module_path: «pixmap»,
(f-spot:9665): Gtk-WARNING **: Impossibile trovare il motore del tema in module_path: «pixmap»,
[1 Debug 19:04:17.919] Db Initialization took 0,062132
[1 Debug 19:04:18.232] 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 19:04:18.233] QueryToTemp took 0,001069 : 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 19:04:18.233] Reloading the query took 0,002935
[4 Debug 19:04:18.453] PhotosPerMonth took 0,000755
[4 Debug 19:04:18.455] TimeAdaptor REAL Reload took 0,208406
[1 Debug 19:04:18.486] 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 19:04:18.488] QueryToTemp took 0,001857 : 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 19:04:18.551] Reloading the query took 0,064878
(f-spot:9665): 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.
[6 Debug 19:04:18.702] PhotosPerMonth took 0,001007
[6 Debug 19:04:18.702] TimeAdaptor REAL Reload took 0,211624
[1 Debug 19:04:18.751] Query took 0,000705 : SELECT * FROM photoquery_temp_0 LIMIT 100 OFFSET 0
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.IndexOutOfRangeException: Array index is out of range.
at FSpot.PhotoQuery+PhotoCache.Get (Int32 index) [0x00000] in <filename unknown>:0
at FSpot.PhotoQuery.get_Item (Int32 index) [0x00000] in <filename unknown>:0
at FSpot.Widgets.SelectionCollection.Add (Int32 num, Boolean notify) [0x00000] in <filename unknown>:0
at FSpot.Widgets.SelectionCollection.ToggleCell (Int32 cell_num, Boolean notify) [0x00000] in <filename unknown>:0
at FSpot.Widgets.SelectionCollection.ToggleCell (Int32 cell_num) [0x00000] in <filename unknown>:0
at FSpot.Widgets.SelectionCollectionGridView.OnKeyPressEvent (Gdk.EventKey evnt) [0x00000] in <filename unknown>:0
at Gtk.Widget.keypressevent_cb (IntPtr widget, IntPtr evnt) [0x00000] in <filename unknown>:0
at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
at Gtk.Widget.keypressevent_cb(IntPtr widget, IntPtr evnt)
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)
[2 Debug 19:04:18.762] Finalizer called on FSpot.Widgets.Filmstrip. Should be Disposed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment