Summary: | crash when typing a "C" in the folder quick-filter line edit | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Martin Koller <kollix> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | faure |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Koller
2017-04-19 08:12:39 UTC
Since I started kmail in a shell, this are the last few lines before abort. Don't know if they are related (and yes, the POP error is correct since I was using a VPN tunnel which does not allow to contact the POP server): akonadi_pop3_resource_3 POPSession::slotSlaveError line:47: Got a slave error: "securemail.a1.net: Socket operation timed out" akonadi_pop3_resource_3 POP3Resource::cancelSync line:950: ============== ERROR DURING POP3 SYNC ========================== akonadi_pop3_resource_3 POP3Resource::cancelSync line:951: "Unable to login to the server securemail.a1.net.\nTimeout on server\nsecuremail.a1.net: Socket operation timed out" akonadi_pop3_resource_3 POP3Resource::saveSeenUIDList line:934: UID list from server is not valid. kmail2 unknown line:0: ASSERT: "!storageModelId.isEmpty()" in file /home/KDE5/source/kde/pim/messagelib/messagelist/src/core/storagemodelbase.cpp, line 58 *** KMail got signal 6 (Exiting) *** Dead letters dumped. *** Bug 381126 has been marked as a duplicate of this bug. *** I'm pretty sure I know how this happened. The order of the proxy was wrong, so the filter really removed the folders for a lot of code on top, including the code that wanted to save the previously-current message. I changed all that long ago -- and I just removed the assert anyway for another reason, the case of actually deleting a folder. https://invent.kde.org/pim/messagelib/commit/53ed9a5675a5516da6d599bf5868e0a0e73ea15e |