[Konsole-devel] [Bug 176974] High memory consumption when using Konsole for a longer time.

Robert Knight robertknight at gmail.com
Sun Jun 7 09:56:47 UTC 2009


https://bugs.kde.org/show_bug.cgi?id=176974





--- Comment #12 from Robert Knight <robertknight gmail com>  2009-06-07 11:56:43 ---
> I can see that at least in the source the problem is acknowledged
> and marked as critical

Those comments were written back in the KDE 3 days and I believe do not refer
to a leak but just that if you set the number of scrollback lines to a very
large number, open many tabs and fill all those buffers then a lot of memory
will be used - see my calculations above.

> Is it possible that (1) is just a simple bug caused by a 
> missing destructor, missing delete or similar? 

I need to confirm that there is actually a leak first - not just a lot of
memory being used as a result of many tabs and a large scrollback buffer in
each.  I valgrinded a simple Konsole session with 1K scrollback opening tabs,
filling the scrollback buffer and then closing the tab but did not see any
relevant problems in the leak report.

It would be helpful if you could try as well using:

valgrind --leak-check=full --show-reachable=yes konsole --nofork

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list