Summary: | KMail crashes repeatedly while entering recipient [Xapian::Document::Internal::get_data[abi:cxx11]] | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Mirko Stocker <me> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bruno, dyle71, fredrick.o.jackson, kdenis, kfunk |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.3.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/akonadi-search/d43b22a5132bb41981fa1594da0f97455f370383 | Version Fixed In: | 17.12.2 |
Sentry Crash Report: |
Description
Mirko Stocker
2016-09-19 15:13:20 UTC
*** Bug 385860 has been marked as a duplicate of this bug. *** *** Bug 386545 has been marked as a duplicate of this bug. *** *** Bug 385770 has been marked as a duplicate of this bug. *** *** Bug 386198 has been marked as a duplicate of this bug. *** According to Laurent, the following commit fixed this issue: commit 94e608dffa8112c94cf88c16e67afaea70b40d7b (origin/Applications/17.12) Author: Daniel Vrátil <dvratil@kde.org> Date: Thu Jan 25 12:54:49 2018 +0100 Handle DatabaseCorruptError exception in ContactCompleter Work-around: Disabling the 'use addresses indexed from emails for autocompletion' (Settings -> Configure KMail -> Composer) avoids the crash. Git commit d43b22a5132bb41981fa1594da0f97455f370383 by Daniel Vrátil. Committed on 26/01/2018 at 16:52. Pushed by dvratil into branch 'Applications/17.12'. Handle DatabaseModifiedError when querying email contacts This may occur if KMail tries to autocomplete contacts in composer while the Indexing Agent is indexing new emails thus changing the database between queries. FIXED-IN: 17.12.03 M +14 -10 lib/contactcompleter.cpp https://commits.kde.org/akonadi-search/d43b22a5132bb41981fa1594da0f97455f370383 |