[konsole] [Bug 412705] Konsole leaves hundreds of megabytes in thousands of temp history files
Mariusz Glebocki
bugzilla_noreply at kde.org
Wed Oct 9 00:33:46 BST 2019
https://bugs.kde.org/show_bug.cgi?id=412705
--- Comment #6 from Mariusz Glebocki <mglb at arccos-1.net> ---
Reverting this should help:
https://invent.kde.org/kde/konsole/commit/660559600f1663e4538611870d1fcde418e55704
This code creates named file, which must be removed by working program. Unnamed
files are removed by kernel automatically.
Access to unnamed files (under linux) is provided through /proc/XXX/fd/:
lrwx------ 1 mglb mglb 64 Oct 9 00:58 17 -> '/tmp/#6060213 (deleted)'
lrwx------ 1 mglb mglb 64 Oct 9 00:58 18 -> '/tmp/#6060214 (deleted)'
lrwx------ 1 mglb mglb 64 Oct 9 00:58 19 -> '/tmp/#6060215 (deleted)'
I'll test it tomorrow.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list