Summary: | Crash on sending email with Kmail | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Simon Brown <bugs> |
Component: | Mail Dispatcher Agent | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | carl, kloecker |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 6.5.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/kdepim-runtime/-/commit/a32a5fea481930f3af6a58492396ef3680190883 | Version Fixed In: | 25.08.1 |
Sentry Crash Report: | https://crash-reports.kde.org/organizations/kde/issues/238056/events/1c333787462f4879bb76e5937e90a99e/ |
Description
Simon Brown
2025-08-20 14:55:22 UTC
I think this problem was caused by an empty password in the smtp config. I had updated neon during the update to 25.08 so I think I had a partial upgrade. This seemed to cause wallet problems, which lead to recreating accounts. Another round of updates a day later and re-entering the passwords seems to have stopped the crash. The crash isn't fixed (yet). It happens whenever the agent tries to ask for the SMTP password. It will be fixed by https://invent.kde.org/pim/kdepim-runtime/-/merge_requests/264 The fix has also been backported for the 25.08 release series: https://invent.kde.org/pim/kdepim-runtime/-/merge_requests/265 Git commit 65e4e1a377b30d7c1c1af6a10458c4a9e5d92717 by Ingo Klöcker, on behalf of Ingo Klöcker. Committed on 22/08/2025 at 20:08. Pushed by kloecker into branch 'master'. Mail dispatcher agent needs widgets The agent might have to ask for the SMTP password and this dialog is a QWidget. M +1 -1 agents/maildispatcher/CMakeLists.txt M +2 -2 agents/maildispatcher/maildispatcheragent.cpp M +2 -2 agents/maildispatcher/maildispatcheragent.h https://invent.kde.org/pim/kdepim-runtime/-/commit/65e4e1a377b30d7c1c1af6a10458c4a9e5d92717 Git commit a32a5fea481930f3af6a58492396ef3680190883 by Ingo Klöcker, on behalf of Ingo Klöcker. Committed on 23/08/2025 at 13:21. Pushed by kloecker into branch 'release/25.08'. Mail dispatcher agent needs widgets The agent might have to ask for the SMTP password and this dialog is a QWidget. (cherry picked from commit 65e4e1a377b30d7c1c1af6a10458c4a9e5d92717) M +1 -1 agents/maildispatcher/CMakeLists.txt M +2 -2 agents/maildispatcher/maildispatcheragent.cpp M +2 -2 agents/maildispatcher/maildispatcheragent.h https://invent.kde.org/pim/kdepim-runtime/-/commit/a32a5fea481930f3af6a58492396ef3680190883 |