Bug 318098 - akonadi_imap_resource eats 100% CPU
Summary: akonadi_imap_resource eats 100% CPU
Status: RESOLVED FIXED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: IMAP resource (show other bugs)
Version: 4.10
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Christian Mollekopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-09 17:12 UTC by Lastique
Modified: 2013-11-19 16:53 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
strace log fragment from the akonadi_imap_resource (3.46 KB, text/plain)
2013-04-09 17:16 UTC, Lastique
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lastique 2013-04-09 17:12:01 UTC
Sometimes, akonadi_imap_resource starts to eat 100% CPU (a single thread, apparently). When that happens, the IMAP account that is served by this process becomes unresponsive in Kmail (selecting a folder and an email shows the "Retrieving folder contents" page). The only way to solve it is to kill the akonadi_imap_resource process and restart it.

I don't know what triggers this behavior as I'm not doing anything special with email when that happens. There were no observable network problems, so I don't think it is related to the IMAP server connectivity.


Reproducible: Sometimes
Comment 1 Lastique 2013-04-09 17:16:43 UTC
Created attachment 78754 [details]
strace log fragment from the akonadi_imap_resource

I saved an strace log from the offending process. It seems to loop indefinitely trying to update a folder 'Hudson' which is present in my account.
Comment 2 Guillaume Castagnino 2013-04-26 08:26:52 UTC
Hi, should probably be a dupe of #316541 ?
Comment 3 Lastique 2013-04-26 09:41:21 UTC
(In reply to comment #2)
> Hi, should probably be a dupe of #316541 ?

No, I didn't shut down Kmail, it was always running.
Comment 4 Guillaume Castagnino 2013-04-26 09:43:31 UTC
The bug #316541 also happen kmail opened (look at the "even" in the title). I'm pretty shure it's the same : same strace more or less, same network consumption.
Comment 5 Lastique 2013-04-26 11:29:25 UTC
(In reply to comment #4)
> The bug #316541 also happen kmail opened (look at the "even" in the title).
> I'm pretty shure it's the same : same strace more or less, same network
> consumption.

The #316541 bug description (and steps to reproduce, and comments) don't communicate that the problem is not related to Kmail shutdown, so I'd rather not mark it as a duplicate. I'm not always having this issue and frankly, I didn't notice high network consumption (although it's possible I simply missed it). But if developers are sure it's a duplicate then surely they will mark it as such and I'm ok with that.
Comment 6 Daniel Vrátil 2013-06-09 14:55:04 UTC
gdb output from the resource would be more useful. Can you please try to obtain it, once this happens again?
Comment 7 Lastique 2013-06-10 06:32:50 UTC
I'll try, but it doesn't happen very often. It only happened once or twice since I filled the report.
Comment 8 David Faure 2013-06-26 10:47:11 UTC
Please enable all debug output and look at .xsession-errors when it happens.

If you see a constant stream of "Cancelling this request. Probably there is no more session available." then I just fixed this bug.
Comment 9 David Faure 2013-06-26 10:48:25 UTC
Git commit a4299dbabf37e692f4355ed4871fc0e3681d765b by David Faure.
Committed on 26/06/2013 at 10:13.
Pushed by dfaure into branch 'KDE/4.10'.

Cancel session request if the task is deleted early.

E.g. due to losing the connection to the server.
Otherwise the request is processed later on, with no task to use that
session, and we end up with a session in m_reservedSession for ever, and
soon afterwards an infinite stream of
"Cancelling this request. Probably there is no more session available."

Might be related to:
Related: bug 316541
(but for lack of debug output in these reports, I can't tell for sure)

FIXED-IN: 4.10.5
Reviewed-by: Kévin Ottens

M  +5    -2    resources/imap/resourcetask.cpp
M  +6    -0    resources/imap/sessionpool.cpp
M  +1    -0    resources/imap/sessionpool.h
M  +43   -0    resources/imap/tests/testsessionpool.cpp

http://commits.kde.org/kdepim-runtime/a4299dbabf37e692f4355ed4871fc0e3681d765b
Comment 10 David Faure 2013-07-04 21:02:10 UTC
Git commit 00784dd1a92cb00069df9e5f296e02f268fab6ed by David Faure.
Committed on 04/07/2013 at 21:00.
Pushed by dfaure into branch 'KDE/4.10'.

Cancel session request if imap idle manager is deleted before getting a session.

Same logic as commit a4299dbabf37e692f4355ed4871fc0e3681d765b, but for
the idle manager.
Same possible symptom later on, an infinite number of:
"Cancelling this request. Probably there is no more session available."
Related: bug 316541
FIXED-IN: 4.11

CCMAIL: ervin@kde.org

M  +7    -2    resources/imap/imapidlemanager.cpp

http://commits.kde.org/kdepim-runtime/00784dd1a92cb00069df9e5f296e02f268fab6ed
Comment 11 Kevin Ottens 2013-11-16 07:26:48 UTC
The IMAP resource has a new maintainer, reassigning to him.
Comment 12 Christian Mollekopf 2013-11-19 16:53:52 UTC
I'll close this for now, please reopen if it still applies.