GNOME Bugzilla – Bug 721839
crash if PackageKit is not present
Last modified: 2014-01-09 15:17:00 UTC
Created attachment 265809 [details] stacktrace In a current gnome-continuous vm, I can get the control-center to crash with the following steps: 1. open details panel 2. go back to overview 3. wait for dbus timeout The problem is that self is passed as data to the dbus call without taking a ref.
Created attachment 265824 [details] [review] info: Fix possible crasher when exiting panel The PackageKit calls weren't cancelled properly when leaving the panel. http://bugzilla.gnome.org/show_bug.cgi?id=721839
Review of attachment 265824 [details] [review]: Looks good to me.
Attachment 265824 [details] pushed as 422e2a9 - info: Fix possible crasher when exiting panel