[kmail2] [Bug 323929] kmail high cpu load, seems stuck looping on fetching mails from akonadi

Maarten ter Huurne maarten at treewalker.org
Wed Aug 28 19:21:59 BST 2013


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

Maarten ter Huurne <maarten at treewalker.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maarten at treewalker.org

--- Comment #14 from Maarten ter Huurne <maarten at treewalker.org> ---
I had a similar problem and managed to fix it. In my local maildirs, I had both
"inbox" (the usual inbox) and "{archive}/inbox" (containing old mails moved out
of my inbox). Somehow, KMail considered "{archive}/inbox" to be a special
folder as well, and it kept replacing one inbox with the other in its special
folders collection.

The fix was to create a new folder "{archive}/inb2", move the contents of
"{archive}/inbox" there and then remove "{archive}/inbox". I did this in the
Browser tab of akonadiconsole, since KMail was not responsive.

Some details from the debugging session:

(gdb) frame 5
#5  0x00007fa6f0828428 in Akonadi::SpecialCollections::registerCollection
(this=0xb39820, type=..., 
    collection=...) at
/usr/src/debug/kdepimlibs-4.11.0/akonadi/specialcollections.cpp:238
238         d->emitChanged( resourceId );
(gdb) printq4string resourceId
akonadi_mixedmaildir_resource_0
(gdb) print collection.id()
$1 = 30
(gdb) print oldCollection.id()
$2 = 64

Both these collections (30 and 64) had the same remoteId ("inbox"), but a
different parentId.

I'll add the full backtrace as an attachment.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list