[Kget] [Bug 51965] uses 95% of my cpu
Tap at people.homeip.net
Tap at people.homeip.net
Sun Sep 3 04:10:56 CEST 2006
------- 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=51965
------- Additional Comments From Tap people homeip net 2006-09-03 04:10 -------
I am on KDE 3.5.4 with KGet 0.8.5 on Linux 2.4.33 and am also experiencing this bug. I don't know what triggers this behavior but strace shows that KGet is constantly looping on select:
select(20, [3 5 6 7 9 13 18 19], [], [], {0, 0}) = 0 (Timeout)
gettimeofday({1157249144, 176307}, NULL) = 0
gettimeofday({1157249144, 176419}, NULL) = 0
ioctl(5, FIONREAD, [0]) = 0
gettimeofday({1157249144, 177478}, NULL) = 0
select(20, [3 5 6 7 9 13 18 19], [], [], {0, 0}) = 0 (Timeout)
gettimeofday({1157249144, 177746}, NULL) = 0
gettimeofday({1157249144, 177919}, NULL) = 0
ioctl(5, FIONREAD, [0]) = 0
gettimeofday({1157249144, 178054}, NULL) = 0
select(20, [3 5 6 7 9 13 18 19], [], [], {0, 0}) = 0 (Timeout)
This is unreasonable behavior and is probably a result of the timeout passed to select not being reset somewhere.
More information about the Kget
mailing list