[Bug 135717] Deleting many maildir messages very slow

Mike Frysinger vapier at gentoo.org
Sat Dec 27 09:38:57 GMT 2008


http://bugs.kde.org/show_bug.cgi?id=135717


Mike Frysinger vapier gentoo org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vapier at gentoo.org




--- Comment #9 from Mike Frysinger <vapier gentoo org>  2008-12-27 10:38:55 ---
kmail 1.10.3 (from kde 4.1.3) appears to do the same thing ... ive tweaked the
output to make it a bit more readable, but here's the strace from a delete in a
local maildir

stat(".../.mail/trash/tmp/1230370293.7494.WvV10:2,S", 0x54ad8f8) = -1 ENOENT
lstat(".../.mail/trash/tmp/1230370293.7494.WvV10:2,S", 0x7fff6dea4820) = -1
ENOENT
open(".../.mail/trash/tmp/1230370293.7494.WvV10:2,S",
O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0666) = 38
fstat(38, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
write(38, "Delivered-To: vapierfilter at gmail."..., 4096) = 4096
write(38, "de?subject=help>\nList-Subscribe: "..., 2228) = 2228
close(38)                               = 0
stat(".../.mail/trash/cur/1230370293.7494.WvV10:2,S", 0x6a3cb78) = -1 ENOENT
lstat(".../.mail/trash/cur/1230370293.7494.WvV10:2,S", 0x7fff6dea48e0) = -1
stat(".../.mail/trash/tmp/1230370293.7494.WvV10:2,S", {st_mode=S_IFREG|0644,
st_size=6324, ...}) = 0
stat(".../.mail/trash/cur/1230370293.7494.WvV10:2,S", 0x6a229e8) = -1 ENOENT
lstat(".../.mail/trash/cur/1230370293.7494.WvV10:2,S", 0x7fff6dea3880) = -1
ENOENT
rename(".../.mail/trash/tmp/1230370293.7494.WvV10:2,S",
".../.mail/trash/cur/1230370293.7494.WvV10:2,S") = 0
unlink(".../.mail/misc projects/cur/1230370293.7494.WvV10") = 0


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



More information about the Kdepim-bugs mailing list