[Bug 61186] system-tools-backends abuses the timers in a big way
Ryan Lortie
desrt at desrt.ca
Tue Sep 19 07:19:06 UTC 2006
Public bug reported:
Binary package hint: system-tools-backends
20 wakeups per second from the system-tools-backends perl script.
caused by this line in /usr/share/system-tools-
backends-2.0/scripts/SystemToolsBackends.pl
Net::DBus::Reactor->main->add_timeout (50, Net::DBus::Callback->new(method => \&Utils::Monitor::do_monitor_files));
every 50 milliseconds. crikey!
since ubuntu doesn't even have Sys::Gamin, this results in a call to a
handler that returns immediately (so it's entirely useless).
a fix for this problem is to comment that line out.
see upstream bug: http://bugzilla.gnome.org/show_bug.cgi?id=356649
** Affects: gst (upstream)
Importance: Unknown
Status: Unknown
** Affects: system-tools-backends (Ubuntu)
Importance: Untriaged
Assignee: Ubuntu Desktop Bugs
Status: Confirmed
--
system-tools-backends abuses the timers in a big way
https://launchpad.net/bugs/61186
More information about the desktop-bugs
mailing list