[Bug 161828] New: knotify4 process consumes > 90% CPU after upgrade to 4.04
jamese
james.ellis at gmail.com
Fri May 9 00:46:41 BST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=161828
Summary: knotify4 process consumes > 90% CPU after upgrade to
4.04
Product: kde
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: unassigned-bugs kde org
ReportedBy: james.ellis gmail com
Version: 4.04 (using Devel)
Installed from: Compiled sources
OS: Linux
I've upgraded to KDE 4.04 using the Kubuntu Hardy Backports repo (instructions on kubuntu.org). On logging in, the process knotify4 is consuming > 90% CPU. An strace produces this:
clock_gettime(CLOCK_MONOTONIC, {4360, 740387967}) = 0
clock_gettime(CLOCK_MONOTONIC, {4360, 740410876}) = 0
read(8, 0x807934c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=8, events=POLLIN}, {fd=5, events=POLLIN}, {fd=13, events=POLLIN}], 5, 0) = 0
read(8, 0x807934c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {4360, 740501676}) = 0
clock_gettime(CLOCK_MONOTONIC, {4360, 740524586}) = 0
read(8, 0x807934c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=8, events=POLLIN}, {fd=5, events=POLLIN}, {fd=13, events=POLLIN}], 5, 0) = 0
read(8, 0x807934c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {4360, 740615106}) = 0
clock_gettime(CLOCK_MONOTONIC, {4360, 740638016}) = 0
read(8, 0x807934c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=8, events=POLLIN}, {fd=5, events=POLLIN}, {fd=13, events=POLLIN}], 5, 0) = 0
read(8, 0x807934c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {4360, 740728257}) = 0
clock_gettime(CLOCK_MONOTONIC, {4360, 740751167}) = 0
read(8, 0x807934c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=8, events=POLLIN}, {fd=5, events=POLLIN}, {fd=13, events=POLLIN}], 5, 0) = 0
read(8, 0x807934c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {4360, 740841687}) = 0
clock_gettime(CLOCK_MONOTONIC, {4360, 740864597}) = 0
read(8, 0x807934c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=8, events=POLLIN}, {fd=5, events=POLLIN}, {fd=13, events=POLLIN}], 5, 0) = 0
read(8, 0x807934c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {4360, 740955117}) = 0
clock_gettime(CLOCK_MONOTONIC, {4360, 740978027}) = 0
ad nauseam
Something to do with the clock plasmoid ? not sure..
I have to kill the process so that my system returns to normal load usage. I searched for similar bugs but found none.
Is there any other info needed ?
More information about the Unassigned-bugs
mailing list