[ubuntu-mono] [Bug 609170] Re: docky crashes
Launchpad Bug Tracker
609170 at bugs.launchpad.net
Tue Sep 7 08:07:10 UTC 2010
This bug was fixed in the package docky - 2.0.6-2
---------------
docky (2.0.6-2) unstable; urgency=low
* Upload to unstable.
docky (2.0.6-1) experimental; urgency=low
* New upstream release 2.0.6 "Just lovin' it",
changes include:
+ fix check for existing instance
+ hitting ESC should cancel drags (LP: #460071)
+ make sure plugins enabled by default are added to the dock on first run
and enable Trash docklet by default
+ update badge drawing so the text is consistently sized
+ fix leak of ThemedIcon/FileIcon in IconFromGIcon
+ fix non-square items arent properly darken (LP: #584094)
+ remove MenuList.Dispose which is not really needed, solves (LP: #609170)
+ shrink config dialog (LP: #591448)
+ RecentDocs: fix crash (LP: #580723)
+ Mounter: use a better MountItem.UniqueID and don't fill up gconf with
useless keys (temporary fix for LP: #600311)
+ Weather: add weather icon for Smoke (LP: #612437)
+ CPUMonitor: fix CPU utilization percentage (LP: #604677)
+ GMail:
- add debuging messages to gmail and log web response status when we
have a web exception
- fix crash and leak in Gmail
* debian/patches:
+ drop 01_use_cli_for_wrapper.patch
* patch build-system and bump dependency for new gio-sharp >= 2.22.2
+ update debian/patches/use-system-gio-sharp.patch
-- Iain Lane <iain at orangesquash.org.uk> Tue, 07 Sep 2010 09:03:13 +0100
** Changed in: docky (Ubuntu)
Status: New => Fix Released
--
docky crashes
https://bugs.launchpad.net/bugs/609170
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to docky in ubuntu.
Status in Docky: Fix Released
Status in “docky” package in Ubuntu: Fix Released
Status in “docky” source package in Lucid: Fix Committed
Bug description:
Docky crashes without apparent reason. can't reproduce it.
Starting with -d flag this is the output
[Info 13:48:45.370] CLR version: 2.0.50727.1433
[Debug 13:48:45.826] [UserArgs] BufferTime = 10
[Debug 13:48:45.826] [UserArgs] MaxSize = 2147483647
[Debug 13:48:45.826] [UserArgs] NetbookMode = False
[Debug 13:48:45.826] [UserArgs] NoPollCursor = False
[Info 13:48:46.048] [DockController] Setting theme: Classic
[Info 13:48:47.720] [Helper] Starting rhythmbox_control.py
[Info 13:48:47.734] [Helper] Starting tomboy_menus.py
[Info 13:48:47.741] [HelperService] Helper added: /usr/share/docky/helpers/banshee_control.py
[Info 13:48:47.741] [HelperService] Helper added: /usr/share/docky/helpers/deluge_badge.py
[Info 13:48:47.741] [HelperService] Helper added: /usr/share/docky/helpers/gajim_badge.py
[Info 13:48:47.741] [HelperService] Helper added: /usr/share/docky/helpers/gtg_menus.py
[Info 13:48:47.741] [HelperService] Helper added: /usr/share/docky/helpers/liferea_badge.py
[Info 13:48:47.741] [HelperService] Helper added: /usr/share/docky/helpers/open_terminal_here.py
[Info 13:48:47.741] [HelperService] Helper added: /usr/share/docky/helpers/pidgin_control.py
[Info 13:48:47.741] [HelperService] Helper added: /usr/share/docky/helpers/rhythmbox_control.py
[Info 13:48:47.741] [HelperService] Helper added: /usr/share/docky/helpers/tomboy_menus.py
[Info 13:48:47.742] [HelperService] Helper added: /usr/share/docky/helpers/zeitgeist_docky.py
[Info 13:48:47.742] [HelperService] Helper added: /usr/share/docky/helpers/zeitgeist_journal.py
[Info 13:48:47.939] [DrawingService] Could not find 'deluge', using fallback of 'extension'.
[Info 13:48:48.018] [DrawingService] Could not find 'gajim', using fallback of 'extension'.
[Info 13:48:48.049] [DrawingService] Could not find 'gtg', using fallback of 'extension'.
[Info 13:48:48.087] [DrawingService] Could not find 'liferea', using fallback of 'extension'.
[Info 13:48:48.202] [DrawingService] Could not find 'pidgin', using fallback of 'extension'.
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 Docky.Menus.MenuList.Dispose () [0x00000]
at Docky.Items.AbstractDockItem.Dispose () [0x00000]
at Docky.Items.IconDockItem.Dispose () [0x00000]
at Docky.Items.WnckDockItem.Dispose () [0x00000]
at Docky.Items.ApplicationDockItem.Dispose () [0x00000]
at Docky.Items.FileApplicationProvider.RemoveTransientItems (IEnumerable`1 items) [0x00000]
at Docky.Items.FileApplicationProvider.UpdateTransientItems () [0x00000]
at Docky.Items.FileApplicationProvider+<WnckScreenDefaultWindowOpened>c__AnonStoreyF.<>m__34 () [0x00000]
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
Cairo.Context: called from finalization thread, programmer is missing a call to Dispose
More information about the Ubuntu-mono
mailing list