Summary: | Akonadi imap resource crashes | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Martin Bednar <martin+kde> |
Component: | IMAP resource | Assignee: | Kevin Ottens <ervin> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | faure, kdepim-bugs, vkrause |
Priority: | NOR | ||
Version: | 4.8 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=302148 | ||
Latest Commit: | 5c4a1fea0347e7536ec2c03aebb421536daba441 | Version Fixed In: | 4.10.2 |
Sentry Crash Report: |
Description
Martin Bednar
2012-07-23 10:48:26 UTC
commit 5c4a1fea0347e7536ec2c03aebb421536daba441 Author: David Faure <faure@kde.org> Date: Sat Mar 2 14:59:19 2013 +0100 Fix crash in SessionPool::onPasswordRequestDone, again due to m_pendingInitialSession. It could become dangling in the following case: - wrong imap password, error dialog shows up, leave it up - wait for connection to drop (idle timeout, or maybe due to losing network altogether) - resource reconnects, wrong password still, error dialog show up. When closing them both, the 2nd one ends up in SessionPool::onPasswordRequestDone with a dangling m_pendingInitialSession. |