| Summary: | Akonadi crashes while automatic mail check in KMail | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Stefano Crocco <stefano.crocco> |
| Component: | server | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | asturm, axel.braun, carl |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/pim/akonadi/-/commit/dc86d700ee726a7645bd66738c201cf2cb8957af | Version Fixed/Implemented In: | 24.08.1 |
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Stefano Crocco
2024-09-02 13:49:05 UTC
Created attachment 173230 [details]
New crash information added by DrKonqi
DrKonqi auto-attaching complete backtrace.
A possibly relevant merge request was started @ https://invent.kde.org/pim/akonadi/-/merge_requests/208 Git commit dc86d700ee726a7645bd66738c201cf2cb8957af by Daniel Vrátil. Committed on 06/09/2024 at 09:13. Pushed by dvratil into branch 'release/24.08'. Fix crash when query is evicted from QueryCache The eviction code was bugged and caused unrelated entries to be evicted from m_keys and m_queries. This lead to m_keys holding an invalid iterator to m_queries, resulting in a crash. FIXED-IN: 24.08.1 M +1 -0 autotests/server/CMakeLists.txt A +75 -0 autotests/server/querycachetest.cpp [License: LGPL(v2.0+)] M +16 -5 src/server/storage/querycache.cpp M +3 -0 src/server/storage/querycache.h https://invent.kde.org/pim/akonadi/-/commit/dc86d700ee726a7645bd66738c201cf2cb8957af *** Bug 492607 has been marked as a duplicate of this bug. *** |