[Bug 235481] all dimap data / receiving mail accounts deleted

Kaleb Pederson kaleb.pederson at gmail.com
Fri Aug 27 22:31:35 BST 2010


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





--- Comment #1 from Kaleb Pederson <kaleb pederson gmail com>  2010-08-27 23:31:32 ---
This just happened again. Upon restarting my system and logging in I started
kmail. It didn't appear right away. Remembering what happened before, I ran
strace:


[***kibab at kibab ~***]$ ps aux | grep [k]mail
kibab    19634  3.5  0.4 475692 37216 ?        D    14:05   0:02 /usr/bin/kmail
-caption KMail
[***kibab at kibab ~***]$ strace -o strace.log -f -ff -s1024 -p 19634
Process 19634 attached - interrupt to quit
^CProcess 19634 detached

The strace log shows that it was indeed deleting all my files. Here's a small
excerpt:

stat("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272262518.17914.pEJzl:2,S",
{st_mode=S_IFREG|0644, st_size=3345, ...}) = 0
lstat("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272262518.17914.pEJzl:2,S",
{st_mode=S_IFREG|0644, st_size=3345, ...}) = 0
getdents(16, /* 0 entries */, 32768)    = 0
close(16)                               = 0
stat("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272262518.17914.UT4E3:2,S",
{st_mode=S_IFREG|0644, st_size=2240, ...}) = 0
lstat("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272262518.17914.UT4E3:2,S",
{st_mode=S_IFREG|0644, st_size=2240, ...}) = 0
brk(0x14f1000)                          = 0x14f1000
brk(0x1512000)                          = 0x1512000
unlink("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272261978.17914.QbIQK:2,S")
= 0
unlink("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272261978.17914.riLCe:2,S")
= 0
unlink("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272261978.17914.yejcA:2,S")
= 0
unlink("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272261979.17914.382pG:2,S")
= 0
unlink("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272261979.17914.CnuoW:2,S")
= 0
unlink("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272261979.17914.rxmbp:2,S")
= 0
unlink("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272261980.17914.avpv7:2,S")
= 0
unlink("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272261980.17914.NXR67:2,S")
= 0
unlink("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272261981.17914.7BMzz:2,S")
= 0
unlink("/home/kibab/.kde4/share/apps/kmail/dimap/.1948823749.directory/qt/cur/1272261981.17914.TJhkk:2,S")
= 0

I'll attach the full log, which I probably should have let run longer to help
in debugging.

When kmail finally came up I was greeted with 47 dialogs like
kmail_permissions_error.png (attached).  The error message read:

The UID cache file for folder 2046725245/[Gmail]/Trash could not be written.
There could be a problem with file system permissions.

Once I closed down all the error dialogs, I was once again greeted with the new
accounts dialog (kmail_new_accounts.png, attached).

As last time, this resulted in both of my dimap accounts being completely
deleted. My account settings were also deleted although my POP-based e-mail was
still present.

-- 
Configure bugmail: https://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