Bug 509982 - power management not restarted after plasmashell crash
Summary: power management not restarted after plasmashell crash
Status: NEEDSINFO BACKTRACE
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_powerdevil (other bugs)
Version First Reported In: 6.4.4
Platform: Bazzite Linux
: NOR crash
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-27 02:18 UTC by mwilsonshraknel
Modified: 2025-09-29 16:16 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
power management screen shot (38.19 KB, image/png)
2025-09-27 02:18 UTC, mwilsonshraknel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mwilsonshraknel 2025-09-27 02:18:30 UTC
Created attachment 185311 [details]
power management screen shot

***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

Please remove this comment after reading and before submitting - thanks!
***

SUMMARY
While playing hell let loose kde desktop crashes and reboots. In the rebooted environment, power management tools on system settings no longer work, until the system is restarted. 

STEPS TO REPRODUCE
1. crash kde environment.
2. kde automatically restarts
3. power management no longer works

OBSERVED RESULT
In the rebooted environment, power management tools on system settings no longer work, until the system is restarted. 

EXPECTED RESULT
power management tools remain usable.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: 
KDE Plasma Version: 6.4.4
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.2

ADDITIONAL INFORMATION
Comment 1 TraceyC 2025-09-29 16:14:51 UTC
Thanks for the bug report. After plasmashell restarts, it sounds like the powerdevil service may have crashed, and is not restarted along with plasmashell, causing the error in the Power Management UI. We need a little more information to determine what's happening so we can look into fixing it.

1. Please copy the output of the following command - when the bug is present in the Power Management UI - into a reply:

systemctl --user status plasma-powerdevil.service

2. See if there's a coredump for plasma-powerdevil with

sudo coredumpctl --reverse | grep powerdevil

If that has no output, there is no coredump for powerdevil. If there is at least one entry, can you please attach a backtrace of the most recent crash using the coredumpctl command-line program, as detailed in https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl ?

Thanks.
Comment 2 TraceyC 2025-09-29 16:16:52 UTC
Bug 510033 may be related -  plasmashell crashes when restarting powerdevil

Can we also ask you for a backtrace of the plasmashell crash? Thanks!