[Konsole-devel] [Bug 61376] memory leak when using xterm control codes to write to titlebar
awendt at putergeek.com
awendt at putergeek.com
Thu Jul 17 23:19:43 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=61376
------- Additional Comments From awendt at putergeek.com 2003-07-18 01:19 -------
I really think this is a Kicker bug. I could not get your script to cause Kicker to leak
memory when run from a generic xterm, but I think xterm is smart enough not to reset
the title if it is the same string as the one you sent last time.
I can get Kicker's memory to grow if I run this script from an xterm, which adds an
element of randomness to the title string to work around xterm being smart:
#!/bin/bash
while true; do
echo -ne "\033]2;${RANDOM}123456789012345678901234567890\007"
done
More information about the konsole-devel
mailing list