https://bugs.kde.org/show_bug.cgi?id=372384
--- Comment #8 from Lastique <andy...@mail.ru> --- Created attachment 102500 --> https://bugs.kde.org/attachment.cgi?id=102500&action=edit Heapprofile output (~100 Mb) I'm attaching output of heapprofile from gperftools. The plasmashell process was running for a few days with tcmalloc preloaded with LD_PRELOAD. The allocator dumped heap state every 30 minutes. You can view the logs graphically as described here: http://goog-perftools.sourceforge.net/doc/heap_profiler.html. By comparing different heap dumps you can see that there is a steady memory growth, particularly from address 0x7fad33894c49, which according to pmap output is in libGLX_nvidia.so.370.28. The logs I attached earlier also suggest that the leak has something to do with OpenGL usage. -- You are receiving this mail because: You are watching all bug changes.