Summary: | Crash at kde startup | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Amaury De Ganseman <amaury.deganseman> |
Component: | server | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | carl |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Amaury De Ganseman
2023-04-26 06:24:31 UTC
A possibly relevant merge request was started @ https://invent.kde.org/pim/akonadi/-/merge_requests/136 Hi, the crash is caused by akonadi being unable to open the database. Unfortunately akonadi will crash when trying to generate debug information. I created a merge requests making it not crash anymore, but this doesn't fix the root bug that the database couldn't be opened. If this is reproducible, could you run akonadictl start? And paste the debug output here? Hello, Don't now why but after restart I can't reproduce the bug...So may be OpenSuSE related.... Git commit 05db7d03baae46513cd6735ec2c3f28733145b0a by Carl Schwan. Committed on 26/04/2023 at 18:14. Pushed by carlschwan into branch 'master'. Avoid crashing before priting debug output when setting up db Calling debugLastDbError requires the database to be already setup as it is using the akonadi tracer. So using it to debug why the database didn't open doesn't work. M +4 -1 src/server/storage/datastore.cpp https://invent.kde.org/pim/akonadi/commit/05db7d03baae46513cd6735ec2c3f28733145b0a Git commit 518c99d1313b621312275a5bd6af919a3d889f26 by Carl Schwan. Committed on 26/04/2023 at 18:15. Pushed by carlschwan into branch 'release/23.04'. Avoid crashing before priting debug output when setting up db Calling debugLastDbError requires the database to be already setup as it is using the akonadi tracer. So using it to debug why the database didn't open doesn't work. (cherry picked from commit 05db7d03baae46513cd6735ec2c3f28733145b0a) M +4 -1 src/server/storage/datastore.cpp https://invent.kde.org/pim/akonadi/commit/518c99d1313b621312275a5bd6af919a3d889f26 |