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

--- Comment #38 from Matt Whitlock <k...@mattwhitlock.name> ---
(In reply to David Faure from comment #34)
> The only course of action I can suggest is that someone who can reproduce
> the bug applies the patch below to their kio build and reports the results.
> 
> http://www.davidfaure.fr/2017/previewjob.cpp.diff

Okay, I applied it and reproduced the bug. When I browse to "trash:" and enable
thumbnails, I get thousands of these log messages:

Using temp file "/tmp/dolphin.c25868"
KIO::TransferJob(0x2bb5350) for "/tmp/dolphin.c25868"
Deleting temp file "/tmp/dolphin.c25868"

After all the log activity subsides, I find that 1.3 GiB are now consumed in
two directories inside /tmp. Both of these directory paths are reported in
"Deleting temp file" messages (multiple times, presumably because the temp file
names are reused). Are you certain that QFile::remove(const QString &) supports
recursively removing a non-empty directory?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to