[Bug 289264] Re: Memory leak in update-notifier-kde
Daniel Hahler
launchpad at thequod.de
Sun May 24 19:46:42 UTC 2009
btw: I've added the following snippet (in variants) to debug this (and added output to update-notifier-kde):
(update-notifier-kde &); sleep 5; pid=$(pgrep -f ^python.*update-notifier); echo $pid; for i in `seq 1 50`; do ps aux|grep update-notifier|grep -v grep|grep python|awk '{print $2":"$5"/"$6}'; sudo touch /var/lib/apt/lists/; sleep 15; done; kill $pid
This may help you, apart that a "real profiler" is more useful of
course, see e.g. http://stackoverflow.com/questions/110259/python-
memory-profiler
--
Memory leak in update-notifier-kde
https://bugs.launchpad.net/bugs/289264
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to update-notifier-kde in ubuntu.
More information about the kubuntu-bugs
mailing list