Summary: | Kmail crash after add an account | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | bugs.kde |
Component: | IMAP resource | Assignee: | Christian Mollekopf <chrigi_1> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kde, kdepim-bugs, vkrause |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kdepim-runtime/f32aaa9d574f85519c02d5d4c46dbd0853efebf8 | Version Fixed In: | 5.4.1 |
Sentry Crash Report: |
Description
bugs.kde
2015-10-07 13:47:19 UTC
*** Bug 355759 has been marked as a duplicate of this bug. *** *** Bug 360880 has been marked as a duplicate of this bug. *** Git commit f32aaa9d574f85519c02d5d4c46dbd0853efebf8 by Daniel Vrátil. Committed on 07/01/2017 at 13:06. Pushed by dvratil into branch 'Applications/16.12'. IMAP: Fix crash when session is destroyed during password request This can happen when there's a certificate problem, then the m_pendingInitialSession is set to null before the onPasswordRequestDone() is called, which ends up in dereferencing a nullptr in killSession(). FIXED-IN: 5.4.1 M +5 -2 resources/imap/sessionpool.cpp https://commits.kde.org/kdepim-runtime/f32aaa9d574f85519c02d5d4c46dbd0853efebf8 |