Summary: | KNotify4 Uses Way too Much CPU Power | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Phonon | Reporter: | John Doe <superechidna> |
Component: | general | Assignee: | Matthias Kretz <kretz> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | andresbajotierra, giggi1999, grundleborg, invisibunny, kde, kevin, me, MurzNN, shikamaru |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
John Doe
2008-08-05 18:36:49 UTC
Can you still reproduce this bug with a recent KDE (4.1.3 / 4.2beta2 / 4.2svn) ? Thanks :) Hi! This is happening with me. I'm using kde-4.1.3 with openSuse. Always that I listen music with Amarok using phonon (with xine backend) my knotify uses much CPU power. SVN commit 926199 by ogoffart: Load the image lazily from the byte array, we don't need it in mosts cases. CCBUG: 168441 M +7 -12 knotify.cpp M +3 -4 knotify.h M +11 -1 knotifyconfig.cpp M +21 -2 knotifyconfig.h M +4 -4 notifybypopup.cpp M +1 -1 notifybytaskbar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=926199 I confirm this. For me it happened because I unplugged my audio usb headset, plugin it back solved the problem. see following strace: http://pastebin.mandriva.com/8568 it seems that knotify still tries to access the device though it is unavailable, and once it is knotify calms down. I am in Gentoo using 4.2.1, and am having the same issue as described in comment 4. My sound card died so I have to use USB speakers right now. When they are on all is well. When they are turned off and knotify tries to play a sound, such as when an email is received, CPU usage goes through the roof and I have to kill the process. I'm using Arch Linux with KDE 4.2.2 (x86_64) And I've the same problem but knotify4 get all the cpu only after the 'suspend'. I have this problem too on the new Jaunty with 4.2.2. I'm not running amarok but I think it might come from the popup notices. It seems to happen after I have been copying files around and then let the machine idle. Killing knotify4 solves the problem short term. *** This bug has been confirmed by popular vote. *** This looks very much like a dupe of BUG 156215 *** This bug has been marked as a duplicate of bug 156215 *** Same issue on Kubuntu Karmic with amarok and KDE 4.3, and still here on KDE 4.4 RC2. Killing knotify4 solves the problem short term. At now, for example, Knotify uses every time 99-100% one of my 3 AMD processors every time, total is 64 hours of CPU usage: $ ps u -p 29200 USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND tat 29200 0.9 0.3 713364 13064 ? SNl Jan26 64:41 /usr/bin/knotify4 |