From kde-bugs-dist Wed Dec 18 16:53:05 2002 From: pch () freeshell ! org Date: Wed, 18 Dec 2002 16:53:05 +0000 To: kde-bugs-dist Subject: [Bug 51965] uses 95% of my cpu X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=104023044308904 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=51965 ------- Additional Comments From pch@freeshell.org 2002-12-18 17:53 ------- darkmoon@pch $ ps aux | grep kget pch 28691 87.6 2.6 72908 16876 ? R 16:40 48:08 kget -caption KGet -icon kget -miniicon kget pch 29019 0.0 0.0 1388 476 pts/0 S 17:35 0:00 grep kget I attach the debugger and i get 3 thread sleeping on slave:run() warker.wait() this 3 must not take more that any cpu time ( i was downloading 3 files so this are my slave threads) 1 thread is the thread manager running on pool() in libc.so.6 the last (the only running) on kapp.exec() and is this that is taking 99% of cpu...