[kmail2] [Bug 358116] messageviewer leaks temporary files with mail parts in it

2016-08-01 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358116 David Faure changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[kmail2] [Bug 358116] messageviewer leaks temporary files with mail parts in it

2016-03-30 Thread Simon Andric via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358116 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com

[kmail2] [Bug 358116] messageviewer leaks temporary files with mail parts in it

2016-01-29 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358116 --- Comment #6 from Sandro Knauß --- Well I can reproduce this behaviour with a simple testcase. This one fails: QString path; { NodeHelper helper; path = helper.createTempDir(QStringLiteral("foo"));

[kmail2] [Bug 358116] messageviewer leaks temporary files with mail parts in it

2016-01-29 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358116 --- Comment #7 from Sandro Knauß --- I've created a patch that should improve the situation: https://phabricator.kde.org/D883 Still we have no handling, if the application crashes, but we now delete the temp dirs directly, if the

[kmail2] [Bug 358116] messageviewer leaks temporary files with mail parts in it

2016-01-17 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358116 --- Comment #4 from Laurent Montel --- For me it's when kmail crash. I will look at how to clean up it during crash. -- You are receiving this mail because: You are the assignee for the bug.

[kmail2] [Bug 358116] messageviewer leaks temporary files with mail parts in it

2016-01-17 Thread Martin Steigerwald via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358116 --- Comment #5 from Martin Steigerwald --- Hmmm, I had some crashes when I had KMail running during kdesrc-build. But 117 files – even it at one day I had two copies of KMail run (one for work user, one for private user)? Well, I

[kmail2] [Bug 358116] messageviewer leaks temporary files with mail parts in it

2016-01-17 Thread Martin Steigerwald via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358116 Martin Steigerwald changed: What|Removed |Added CC||skna...@kde.org --

[kmail2] [Bug 358116] messageviewer leaks temporary files with mail parts in it

2016-01-17 Thread Martin Steigerwald via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358116 --- Comment #1 from Martin Steigerwald --- Almost all of the directories still have files in it: merkaba:/tmp> find -name "*unnamed*" | wc -l 116 However quite some of them are empty: merkaba:/tmp> find -name "*unnamed*" -empty

[kmail2] [Bug 358116] messageviewer leaks temporary files with mail parts in it

2016-01-17 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358116 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org --- Comment #2

[kmail2] [Bug 358116] messageviewer leaks temporary files with mail parts in it

2016-01-17 Thread Martin Steigerwald via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358116 --- Comment #3 from Martin Steigerwald --- Hm, Laurent, I clicked through some more mails and the count of messageviewer directories in /tmp didn´t increase: merkaba:/tmp> ls -ld messageviewer_* | wc -l 117 Hmmm, okay, it does