[ubuntu-mono] [Bug 757000] [NEW] f-spot crashed aftering importing photos, won't restart
Luke Miller
757000 at bugs.launchpad.net
Mon Apr 11 00:59:21 UTC 2011
Public bug reported:
Binary package hint: f-spot
Running ubuntu 10.10, which has f-spot 0.8.0 I believe. F-spot crashes
on startup. It crashed after importing photos from my phone.
Running with debug on I get this:
** Running f-spot in Debug Mode **
** Running Mono with --debug **
[1 Info 10:53:03.784] Initializing Mono.Addins
[1 Debug 10:53:04.045] Mono.Addins Initialization took 0.246887
[1 Debug 10:53:04.241] Db Initialization took 0.083909
[1 Debug 10:53:04.555] 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 10:53:04.580] QueryToTemp took 0.024923 : 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 10:53:04.580] Reloading the query took 0.027906
[1 Debug 10:53:04.777] Query took 0.016103 : SELECT * FROM photoquery_temp_0 LIMIT 100 OFFSET 0
[2 Debug 10:53:04.829] PhotosPerMonth took 0.027171
[2 Debug 10:53:04.831] TimeAdaptor REAL Reload took 0.236945
[1 Debug 10:53:04.877] 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 10:53:04.903] QueryToTemp took 0.026337 : 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 10:53:04.919] Query took 0.001481 : SELECT * FROM photoquery_temp_0 LIMIT 100 OFFSET 0
[1 Debug 10:53:04.999] open uri = file:///home/luke/Pictures/Photos/2011/04/09/m77213e99.jpg
[1 Debug 10:53:05.015] Reloading the query took 0.138349
[3 Debug 10:53:05.124] PhotosPerMonth took 0.012064
[3 Debug 10:53:05.125] TimeAdaptor REAL Reload took 0.219554
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.ArgumentOutOfRangeException: Argument is out of range.
at System.DateTime.DaysInMonth (Int32 year, Int32 month) [0x00000] in <filename unknown>:0
at FSpot.TimeAdaptor.DateFromIndexDescending (Int32 item) [0x00000] in <filename unknown>:0
at FSpot.TimeAdaptor.DateFromIndex (Int32 item) [0x00000] in <filename unknown>:0
at FSpot.TimeAdaptor.TickLabel (Int32 item) [0x00000] in <filename unknown>:0
at FSpot.GroupSelector.HandleAdaptorChanged (FSpot.GroupAdaptor adaptor) [0x00000] in <filename unknown>:0
at (wrapper delegate-invoke) FSpot.GroupAdaptor/ChangedHandler:invoke_void__this___GroupAdaptor (FSpot.GroupAdaptor)
at FSpot.TimeAdaptor+<DoReload>c__AnonStorey19.<>m__6B () [0x00000] in <filename unknown>:0
at FSpot.Driver+<RunIdle>c__AnonStorey11.<>m__50 () [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)
[4 Debug 10:53:05.395] Finalizer called on FSpot.Core.Category. Should be Disposed
[4 Debug 10:53:05.397] Finalizer called on FSpot.Core.Category. Should be Disposed
[4 Debug 10:53:05.398] Finalizer called on FSpot.Core.Category. Should be Disposed
[4 Debug 10:53:05.398] Finalizer called on FSpot.Core.Category. Should be Disposed
[4 Debug 10:53:05.398] Finalizer called on FSpot.Core.Category. Should be Disposed
[4 Debug 10:53:05.399] Finalizer called on FSpot.Utils.DisposableCache`2[Hyena.SafeUri,Gdk.Pixbuf]. Should be Disposed
Good luck!
** Affects: f-spot (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to f-spot in Ubuntu.
https://bugs.launchpad.net/bugs/757000
Title:
f-spot crashed aftering importing photos, won't restart
Status in “f-spot” package in Ubuntu:
New
Bug description:
Binary package hint: f-spot
Running ubuntu 10.10, which has f-spot 0.8.0 I believe. F-spot crashes
on startup. It crashed after importing photos from my phone.
Running with debug on I get this:
** Running f-spot in Debug Mode **
** Running Mono with --debug **
[1 Info 10:53:03.784] Initializing Mono.Addins
[1 Debug 10:53:04.045] Mono.Addins Initialization took 0.246887
[1 Debug 10:53:04.241] Db Initialization took 0.083909
[1 Debug 10:53:04.555] 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 10:53:04.580] QueryToTemp took 0.024923 : 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 10:53:04.580] Reloading the query took 0.027906
[1 Debug 10:53:04.777] Query took 0.016103 : SELECT * FROM photoquery_temp_0 LIMIT 100 OFFSET 0
[2 Debug 10:53:04.829] PhotosPerMonth took 0.027171
[2 Debug 10:53:04.831] TimeAdaptor REAL Reload took 0.236945
[1 Debug 10:53:04.877] 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 10:53:04.903] QueryToTemp took 0.026337 : 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 10:53:04.919] Query took 0.001481 : SELECT * FROM photoquery_temp_0 LIMIT 100 OFFSET 0
[1 Debug 10:53:04.999] open uri = file:///home/luke/Pictures/Photos/2011/04/09/m77213e99.jpg
[1 Debug 10:53:05.015] Reloading the query took 0.138349
[3 Debug 10:53:05.124] PhotosPerMonth took 0.012064
[3 Debug 10:53:05.125] TimeAdaptor REAL Reload took 0.219554
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.ArgumentOutOfRangeException: Argument is out of range.
at System.DateTime.DaysInMonth (Int32 year, Int32 month) [0x00000] in <filename unknown>:0
at FSpot.TimeAdaptor.DateFromIndexDescending (Int32 item) [0x00000] in <filename unknown>:0
at FSpot.TimeAdaptor.DateFromIndex (Int32 item) [0x00000] in <filename unknown>:0
at FSpot.TimeAdaptor.TickLabel (Int32 item) [0x00000] in <filename unknown>:0
at FSpot.GroupSelector.HandleAdaptorChanged (FSpot.GroupAdaptor adaptor) [0x00000] in <filename unknown>:0
at (wrapper delegate-invoke) FSpot.GroupAdaptor/ChangedHandler:invoke_void__this___GroupAdaptor (FSpot.GroupAdaptor)
at FSpot.TimeAdaptor+<DoReload>c__AnonStorey19.<>m__6B () [0x00000] in <filename unknown>:0
at FSpot.Driver+<RunIdle>c__AnonStorey11.<>m__50 () [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)
[4 Debug 10:53:05.395] Finalizer called on FSpot.Core.Category. Should be Disposed
[4 Debug 10:53:05.397] Finalizer called on FSpot.Core.Category. Should be Disposed
[4 Debug 10:53:05.398] Finalizer called on FSpot.Core.Category. Should be Disposed
[4 Debug 10:53:05.398] Finalizer called on FSpot.Core.Category. Should be Disposed
[4 Debug 10:53:05.398] Finalizer called on FSpot.Core.Category. Should be Disposed
[4 Debug 10:53:05.399] Finalizer called on FSpot.Utils.DisposableCache`2[Hyena.SafeUri,Gdk.Pixbuf]. Should be Disposed
Good luck!
More information about the Ubuntu-mono
mailing list