Bug 271834 - akonadi imap resource crash
Summary: akonadi imap resource crash
Status: RESOLVED WORKSFORME
Alias: None
Product: kdepim
Classification: Applications
Component: libkdepim (show other bugs)
Version: GIT (master)
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-27 12:48 UTC by Christian Mollekopf
Modified: 2013-02-17 20:55 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
crashreport (7.80 KB, text/plain)
2011-04-27 12:48 UTC, Christian Mollekopf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Mollekopf 2011-04-27 12:48:11 UTC
Created attachment 59357 [details]
crashreport

Version:           GIT (master) (using KDE 4.6.2) 
OS:                Linux

I can't remember what exactly I was doing, but I believe I either shutdown kmail2 or I stopped akonadi. (My whole kdepim stack is compiled from sources)

Reproducible: Couldn't Reproduce




I have the "switch offline on kmail shutdown" flag enabled.
Comment 1 David Faure 2012-01-05 11:35:42 UTC
No instructions and no backtrace = not really useful.

Could be bug 238216 or bug 282290.
Comment 2 Allen Winter 2012-01-05 21:36:48 UTC
agreed. let's close this one.
Comment 3 Christian Mollekopf 2012-01-06 08:58:47 UTC
There is a backtrace (see attachment).
It crashes in  SessionPool::cancelSessionCreation.
Feel free to close it if it is no longer relevant.
Comment 4 David Faure 2013-02-17 20:55:47 UTC
The code in cancelSessionCreation() says, nowadays:

    if ( !m_pendingRequests.isEmpty() ) {
      emit sessionRequestDone( m_pendingRequests.takeFirst(), 0, errorCode, errorMessage );

So the takeFirst() can't abort like in the crash reported here, anymore.
-> closing.