Comment 7 for bug 552657

Revision history for this message
Aiden Nibali (anibali) wrote : Re: Crash on unmount of usb stick

~/.xsession-errors doesn't show anything helpful, but running Docky from the terminal spews out the following stack 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 GLib.Timeout+TimeoutProxy.Handler () [0x00000]
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at GLib.Timeout+TimeoutProxy.Handler()
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Docky.Docky.Main(System.String[] args)
Cairo.Context: called from finalization thread, programmer is missing a call to Dispose

You'll notice that this is similar to the first stack trace mentioned in the original bug description.