Summary: | Akonadi IMAP crashed on waking up from sleep | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Badwi <slamet.badwi> |
Component: | IMAP resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | heri+kde, me, philippe.roubach |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.13.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=418593 https://bugs.kde.org/show_bug.cgi?id=418595 https://bugs.kde.org/show_bug.cgi?id=418912 https://bugs.kde.org/show_bug.cgi?id=396663 https://bugs.kde.org/show_bug.cgi?id=423675 https://bugs.kde.org/show_bug.cgi?id=418599 |
||
Latest Commit: | https://invent.kde.org/pim/kdepim-runtime/commit/127cfcc288579b1f268326f623c7652397878b5d | Version Fixed In: | 5.16.0 |
Sentry Crash Report: |
Description
Badwi
2019-12-19 02:14:32 UTC
*** Bug 415930 has been marked as a duplicate of this bug. *** *** Bug 415960 has been marked as a duplicate of this bug. *** i confirm this. i was using "captvty". kontact was minimized in the systray. 2 times : 2020-01-06 and 2020-01-17 kde apps 19.12.1 kde plasma : 5.17.5 kde frameworks : 5.66.0 Qt 5.14.0 kontact 5.13.1 i forgot : openSuse leap 15.1 Argon. Which authentication method is selected in your IMAP accounts settings? In my case (Bug 415960) I am using the following: Encryption: STARTTLS Port: 143 Authentication: PLAIN Exactly the same configuration as in a different IMAP account which never crashes. (In reply to Christophe Giboudeaux from comment #5) > Which authentication method is selected in your IMAP accounts settings? imap.free.fr ssl/tls 993 plain I have just received "impossible de se connecter au serveur. veuillez vérifier l'adresse du serveur" while I'm on the "advanced" tab. On the other hand I remember this: I launch for the first time kmail then this launches the account assistant then this fails because a problem about authentication. i forgot. i manualy created my account with success. Why Bug 415960 has been marked as a duplicate of this, and Bug 414685 not? I don't think my bug is exactly same as this one (I didn't wake up from sleep state). Sometimes it crashes while using the computer, other times with the screen locked, but I never put computers into a sleep state. (In reply to Iyán Méndez Veiga from comment #9) > Why Bug 415960 has been marked as a duplicate of this, and Bug 414685 not? Because the backtrace in bug 414685 is lacking debug symbols and could not be found. > Because the backtrace in bug 414685 is lacking debug symbols and could not > be found. What I should do to get them? I compiled kdepim-runtime following these instructions in order to get them: https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces#CMAKE_(KDE)_applications In particular, I used -DCMAKE_BUILD_TYPE=RelWithDebInfo. I would like to help as much as possible to get this bug fix. *** Bug 418599 has been marked as a duplicate of this bug. *** (In reply to Ahmad Samir from comment #12) > *** Bug 418599 has been marked as a duplicate of this bug. *** I carried over the See-Alsos from bug #418599, which reference issues that appeared on the same systems with the same accounts and might be related to each other. A possibly relevant merge request was started @ https://invent.kde.org/pim/kdepim-runtime/-/merge_requests/5 Git commit 127cfcc288579b1f268326f623c7652397878b5d by Daniel Vrátil, on behalf of Ahmad Samir. Committed on 24/08/2020 at 14:45. Pushed by dvratil into branch 'master'. Fix crash in SessionPool::requestPassword If the connection to the imap server is lost, m_account becomes null and requestPassword would crash trying to access a nullptr. Check m_account in processPendingRequests and bail out if the connection is lost. Note that a similar check is used in onPasswordRequestDone. M +9 -0 resources/imap/sessionpool.cpp https://invent.kde.org/pim/kdepim-runtime/commit/127cfcc288579b1f268326f623c7652397878b5d I applied the patch, and I haven't had any crashes for almost two days. If it continues like these for a few more days, then I guess that was also my problem. One of my accounts was crashing continuously at random times (one or two times per day). Thank you Ahmad Samir for fixing the issue! No crashes in three different computers after applying the patch. Solved for me. Was the patch merged into 20.08.1? After updating with package from repos I got again a crash. The fix was applied to master branch, and will be available with the 20.12 releases. |