Summary: | akonadi imap resource crash | ||
---|---|---|---|
Product: | [Applications] kdepim | Reporter: | Christian Mollekopf <chrigi_1> |
Component: | libkdepim | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | faure, winter |
Priority: | NOR | ||
Version: | GIT (master) | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | crashreport |
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. |
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.