Summary: | KClock daemon crashes in WaitTimerWakeupProvider::~WaitTimerWakeupProvider() right after login | ||
---|---|---|---|
Product: | [Applications] KClock | Reporter: | Sven Eden <sven> |
Component: | General | Assignee: | Devin Lin <espidev> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | hanyoung, nate |
Priority: | NOR | Keywords: | drkonqi |
Version: | 24.11.80 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kclock/-/commit/8e24eb41fe3805c7d7d89206850c63b33f73a0bc | Version Fixed In: | 24.12 |
Sentry Crash Report: |
Description
Sven Eden
2024-11-15 08:14:05 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/kclock/-/merge_requests/146 Git commit 28881e0eaeee02346b645b5b442805428934456c by Devin Lin. Committed on 15/11/2024 at 22:41. Pushed by devinlin into branch 'release/24.12'. Fix switching between powerdevil and wakeup polling This fixes a segfault when the wakeup polling thread is deleted when switching to powerdevil as the wakeup scheduler. I also fixed the wakeup provider signal not being reconnected during this event. M +5 -2 src/kclockd/utilities.cpp M +4 -2 src/kclockd/waittimerwakeupprovider.cpp https://invent.kde.org/utilities/kclock/-/commit/28881e0eaeee02346b645b5b442805428934456c Git commit 8e24eb41fe3805c7d7d89206850c63b33f73a0bc by Devin Lin. Committed on 15/11/2024 at 22:30. Pushed by devinlin into branch 'master'. Fix switching between powerdevil and wakeup polling This fixes a segfault when the wakeup polling thread is deleted when switching to powerdevil as the wakeup scheduler. I also fixed the wakeup provider signal not being reconnected during this event. M +5 -2 src/kclockd/utilities.cpp M +4 -2 src/kclockd/waittimerwakeupprovider.cpp https://invent.kde.org/utilities/kclock/-/commit/8e24eb41fe3805c7d7d89206850c63b33f73a0bc |