https://bugs.kde.org/show_bug.cgi?id=473815
a <bugs...@2r.anonaddy.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|NOT A BUG |--- Status|RESOLVED |REOPENED Ever confirmed|0 |1 --- Comment #2 from a <bugs...@2r.anonaddy.com> --- You mean that it lacks that part? And you can't classify it as a non-bug as it's indeed a bug: ### Issue Report: KDE Plasma Shell Errors and Crashes #### Description: The KDE Plasma Shell is experiencing various operational failures, crashes, and error messages. These issues include handler exceptions, missing objects, plugin errors, cyclic dependencies, and core dumps. This significantly impacts the user experience and system stability. #### Logs: **Handler Exceptions in Akonadi Server**: ``` akonadiserver[]: org.kde.pim.akonadiserver: Handler exception when handling command FetchItems on connection plasmashell-XXXXXX (0x? : Operations based on remote identifiers require a resource or collection context ``` **Baloo Indexer Warnings**: ``` baloo_file_extractor[]: kf.baloo: "/home/$USERNAME/.cache/plasmashell/hsts/hstsstore" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created ``` **Plasmashell Errors**: ``` plasmashell[]: "Item query returned empty result set" plasmashell[]: "Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/X”" plasmashell[]: "The shared library was not found." plasmashell[]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running. plasmashell[]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x? QQmlContext(0x? QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml") ``` **Core Dumps**: ``` systemd-coredump[]: Process XXXXXX (plasmashell) of user 1000 dumped core. ``` **systemd Errors**: ``` systemd[]: plasma-plasmashell.service: Failed to kill control group, ignoring: Operation not permitted systemd[]: plasma-plasmashell.service: Failed with result 'core-dump'. systemd[]: plasma-plasmashell.service: Main process exited, code=dumped, status=6/ABRT systemd[]: plasma-plasmashell.service: Start request repeated too quickly. ``` #### Key Issues: 1. **Plasmashell Crashes**: Frequent core dumps for `plasmashell` indicating a critical instability. 2. **Handler Exceptions**: Repeated handler exceptions when processing commands in Akonadi Server. 3. **Missing Objects**: Errors related to missing objects or paths, particularly involving network manager and plugins. 4. **Activity Manager Daemon Not Running**: Causing aborted shell loads. 5. **Cyclic Dependencies**: Detected in QML files. 6. **PipeWire and D-Bus Errors**: Issues with PipeWire context creation and D-Bus service names. 7. **Various QML Errors**: Binding loops, undefined properties, and invalid assignments in QML files. #### Reproduce: 1. Use the system normally with KDE Plasma as the desktop environment. 2. The reported issues occur intermittently during regular operations. #### Expected Behavior: - Stable operation of KDE Plasma Shell without crashing or throwing repeated errors. - Proper handling of Akonadi server commands. - Correct object paths and presence of required plugins. #### Actual Behavior: - KDE Plasma Shell crashes frequently, leading to core dumps and service restarts. - Numerous handler exceptions and missing object errors. #### Environment: - KDE Plasma version: latest - Operating System: Arch latest - Kernel: Linux stable latest #### Steps Taken: - Restarted the plasmashell service. - Checked system logs and dmesg for related errors. - Reinstalled affected packages where applicable. - Cleared caches and temporary files (`/home/$USERNAME/.cache/plasmashell`). ### Additional Information: Attached is the `message.txt` file containing the full logs of the errors encountered. #### Suggested Fix: - Investigate root causes of Plasmashell crashes. - Resolve handler exceptions in Akonadi server by ensuring required contexts. - Verify plugin paths and correct missing or misconfigured plugins. - Address cyclic dependencies in QML files. - Ensure PipeWire and D-Bus services are correctly configured and reachable. --- **Attachments**: - [message.txt]: Detailed error logs. Your assistance in resolving these critical issues is highly appreciated. Thank you. -- You are receiving this mail because: You are watching all bug changes.