After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 386007 - TimerTask continues after it is unregistered
TimerTask continues after it is unregistered
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: core
unspecified
Other Linux
: Normal normal
: 0.4.0
Assigned To: Peter Parente
LSR maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-14 21:33 UTC by Eitan Isaacson
Modified: 2006-12-18 16:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (426 bytes, patch)
2006-12-14 21:34 UTC, Eitan Isaacson
committed Details | Review

Description Eitan Isaacson 2006-12-14 21:33:22 UTC
TimerTask continues after it is unregistered. 
since it is orphaned from a perk, preExecute fails with AttributeError
Comment 1 Eitan Isaacson 2006-12-14 21:34:31 UTC
Created attachment 78392 [details] [review]
Proposed patch

This only gets rid of the symptom, not the root cause.
the timeout is just repressed but still active.
Comment 2 Peter Parente 2006-12-14 21:38:51 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.
Comment 3 Peter Parente 2006-12-18 16:05:34 UTC
Corrected bugs in Task.Tools.System.unregisterTask which wasn't properly handling TimerTasks.