Summary: | Twitter (kdetwitter) plasmoid leaks pixmaps and never releases them | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Steve Gilberd <steve> |
Component: | widget-microblogging | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, aseigo, danitipp, fedora, gerwin, mail, steve |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Steve Gilberd
2009-07-29 19:55:40 UTC
Both bug 182900 / bug 201736 mentions leaks that were fixed on KDE4.3 code. Thanks yes, these should be addressed in 4.3. Awesome - thanks for the quick response, and glad it's been fixed already :-). Now running KDE-4.3.0 release, compiled from source - the microblogging widget still exhibits the same behavior and has not been fixed. how many people are you following on twitter, exactly? Not many - I have around 10 following, and follow twice that. Can confirm this here on 4.3.0 release, Gentoo ~amd64 & ~x86. I am currently following eight people. can confirm this on debian sid plasma-desktop used 130 MiB pixmaps (according to xrestop), after removing the twitter widget, plasma-desktop is down to 26 MB 130 MiB seems to be the cap for me, didn't see any higher value yet Count me in on 4.3 final @ Fedora... Still happens on 4.3.1. SVN commit 1070409 by mart: never keep more than 30 avatars in user_map hope it's enough to stop the X pixmap skyrocketing, not so sure BUG:201915 M +7 -0 microblog.cpp M +1 -0 microblog.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1070409 Still happens with KDE 4.4.0 (Gentoo ~amd64). X Memory usage goes up endlessly. This should be re-opened. @Daniel: can you confirm that memory usage doesn't happen if you don't use the Microblogging widget at all ? Regards @Dario Andres: When I remove the Microblogging Plasmoid, memory usage drops immediately to a healthy value. *bump* re-open? I'm also running Gentoo ~amd64 with KDE-4.4.0, and I can't say I'm seeing this bug any more - memory usage by the microblogging plasmoid is just fine. Could this perhaps be an entirely different bug with the same symptom? SVN commit 1129014 by aseigo: only hold user pixmap data that is actually in use; prevents endless accumulation of random images over time BUG:201915 M +15 -0 imagesource.cpp M +3 -0 imagesource.h M +2 -0 timelinesource.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1129014 |