[Bug 225576] KMail becomes unresponsive when selecting messages too quickly

Thomas McGuire mcguire at kde.org
Fri Feb 12 09:40:43 GMT 2010


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





--- Comment #3 from Thomas McGuire <mcguire kde org>  2010-02-12 10:40:42 ---
For me, that only seems to happen after a failed ItemModifyJob ("17 NO Item was
modified elsewhere, aborting STORE"). That ItemModifyJob is from
KMSetStatusCommand, trying to mark a message as read.
Not all failed ItemModifyJobs seem to trigger this, though.

I added debug output to Akonadi::SessionPrivate::writeData() and to
AkonadiConnection::slotNewData(). It seems that the ItemFetchJob which is
started to get the message is written out to the socket, but never arrives on
the server, I see the debug output from writeData(), but not from
slotNewData(). Both KMail and the Akonadi server sit in the event loop and are
not blocked.
Very strange.

-- 
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