[Akonadi] [Bug 492547] Akonadi crashes while automatic mail check in KMail
Daniel Vrátil
bugzilla_noreply at kde.org
Fri Sep 6 10:23:12 BST 2024
https://bugs.kde.org/show_bug.cgi?id=492547
Daniel Vrátil <dvratil at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://invent.kde.org/pim/
| |akonadi/-/commit/dc86d700ee
| |726a7645bd66738c201cf2cb895
| |7af
Status|ASSIGNED |RESOLVED
Version Fixed In| |24.08.1
Resolution|--- |FIXED
--- Comment #3 from Daniel Vrátil <dvratil at kde.org> ---
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list