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.
No instructions and no backtrace = not really useful. Could be bug 238216 or bug 282290.
agreed. let's close this one.
There is a backtrace (see attachment). It crashes in SessionPool::cancelSessionCreation. Feel free to close it if it is no longer relevant.
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.