| Summary: | After Plasma 6.5 upgrade kactivitymanager crashes reliably | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Stephan Diestelhorst <stephan.diestelhorst> |
| Component: | Activities in general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | ivan.cukic, kdedev |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 6.5.4 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | https://crash-reports.kde.org/organizations/kde/issues/335589/events/750ae5851220485092e58a2642a80640/ | ||
|
Description
Stephan Diestelhorst
2026-01-08 11:23:57 UTC
Reviewing the log of the systemd unit, I see the following issue from SQLite causing this:
syon@d-allen:~$ systemctl --user status plasma-kactivitymanagerd
[...]
Jan 08 11:26:53 d-allen kactivitymanagerd[12922]: "DELETE FROM ResourceScoreCache WHERE usedActivity = COALESCE(:usedActivity, usedActivity) AND lastUpdate < :time"
Jan 08 11:26:53 d-allen kactivitymanagerd[12922]: QSqlError("779", "Unable to fetch row", "database disk image is malformed")
Jan 08 11:26:53 d-allen kactivitymanagerd[12922]: ASSERT failure in Uils::exec: "Query failed:database disk image is malformed Unable to fetch row", file ./src/service/plugins/sqlite/Utils.h, line 53
Jan 08 11:26:53 d-allen kactivitymanagerd[12922]: KCrash: Application 'kactivitymanagerd' crashing... crashRecursionCounter = 2
Moving the old database out of the way has helped (I don't use activities):
$ mv .local/share/kactivitymanagerd/resources{,.old}
Thank you for the bug report. Based on the backtrace this looks like a duplicate of bug 465977 so I'll merge this report in with the other one. Please follow that report if you would like updates on the progress of this issue. *** This bug has been marked as a duplicate of bug 465977 *** |