------- 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...