Summary: | Imap resources crash when trying to open settings | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Christophe Marin <christophe> |
Component: | IMAP resource | Assignee: | Christian Mollekopf <chrigi_1> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arojas, gerdfleischer, info, kdepim-bugs, laurent.rineau, reuben_p, stephan.diestelhorst, vkrause |
Priority: | NOR | ||
Version: | GIT (master) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kdepim-runtime/611510d0a005bc93102aa4b9f1a5b5f9905c4179 | Version Fixed In: | |
Sentry Crash Report: |
Description
Christophe Marin
2017-04-24 10:08:44 UTC
Git commit d6a6f6e41cebc4545bfcfe122db76850054ea924 by Montel Laurent. Committed on 24/04/2017 at 10:33. Pushed by mlaurent into branch 'master'. Fix Bug 379155 - Imap resources crash when trying to open settings M +2 -2 resources/imap/setupserver.cpp https://commits.kde.org/kdepim-runtime/d6a6f6e41cebc4545bfcfe122db76850054ea924 *** Bug 379733 has been marked as a duplicate of this bug. *** Can this please be backported to 17.04? It's a critical bug fix Not yet. now the imap resource crashes if the server is a GMail one :) #3 0x00007fb2cbcb314e in qt_assert(char const*, char const*, int) () from /usr/lib64/libQt5Core.so.5 #4 0x000000000043154f in setCurrentAuthMode (authCombo=0x1f698f0, authtype=MailTransport::TransportBase::EnumAuthenticationType::XOAUTH2) at /kde/src/5/kdepim-runtime/resources/imap/setupserver.cpp:105 #5 0x000000000042f734 in SetupServer::readSettings (this=0x1cca450) at /kde/src/5/kdepim-runtime/resources/imap/setupserver.cpp:400 #6 0x000000000042b3e6 in SetupServer::SetupServer (this=0x1cca450, parentResource=0x1a77830, parent=111149279) at /kde/src/5/kdepim-runtime/resources/imap/setupserver.cpp:190 #7 0x00000000004224db in ImapResource::createConfigureDialog (this=0x1a77830, windowId=111149279) at /kde/src/5/kdepim-runtime/resources/imap/imapresource.cpp:75 #8 0x000000000044ef66 in ImapResourceBase::configure (this=0x1a77830, windowId=111149279) at /kde/src/5/kdepim-runtime/resources/imap/imapresourcebase.cpp:223 #9 0x00007fb2ce301c4f in Akonadi__ControlAdaptor::configure (this=0x1a76610, windowId=111149279) at /kde/build/5/akonadiserver/src/agentbase/controladaptor.cpp:51 #10 0x00007fb2ce301d62 in Akonadi__ControlAdaptor::qt_static_metacall (_o=0x1a76610, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x7ffcc6385f70) at /kde/build/5/akonadiserver/src/agentbase/controladaptor.moc:121 #11 0x00007fb2ce302025 in Akonadi__ControlAdaptor::qt_metacall (this=0x1a76610, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x7ffcc6385f70) at /kde/build/5/akonadiserver/src/agentbase/controladaptor.moc:172 (In reply to Christophe Giboudeaux from comment #4) > Not yet. now the imap resource crashes if the server is a GMail one :) > Should be fixed with https://phabricator.kde.org/D5819 Git commit e8b131fe179f474af9de12f1289ea70cd99e90e4 by Antonio Rojas. Committed on 12/05/2017 at 14:56. Pushed by arojas into branch 'Applications/17.04'. Add missing include Otherwise WITH_GMAIL_XOAUTH2 is always undefined Differential Revision: https://phabricator.kde.org/D5819 M +1 -0 resources/imap/setupserver.cpp https://commits.kde.org/kdepim-runtime/e8b131fe179f474af9de12f1289ea70cd99e90e4 Git commit 611510d0a005bc93102aa4b9f1a5b5f9905c4179 by Christophe Giboudeaux, on behalf of Montel Laurent. Committed on 22/05/2017 at 10:37. Pushed by cgiboudeaux into branch 'Applications/17.04'. Fix Bug 379155 - Imap resources crash when trying to open settings M +2 -2 resources/imap/setupserver.cpp https://commits.kde.org/kdepim-runtime/611510d0a005bc93102aa4b9f1a5b5f9905c4179 *** Bug 379996 has been marked as a duplicate of this bug. *** *** Bug 379548 has been marked as a duplicate of this bug. *** Possible duplicate: bug 379792. *** Bug 379911 has been marked as a duplicate of this bug. *** |