https://bugs.kde.org/show_bug.cgi?id=450195
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/bluedevil/commit/fad0578 |ma/bluedevil/commit/038b7e3 |afeb574c5115215aec353d2e353 |03f7c1881e53ccd1db4d04e5d1c |56b9c9 |a3987b --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit 038b7e303f7c1881e53ccd1db4d04e5d1ca3987b by Nate Graham, on behalf of Fushan Wen. Committed on 14/02/2022 at 18:25. Pushed by ngraham into branch 'Plasma/5.24'. kded/devicemonitor: Check BlueDevilDaemon exists when calling login1PrepareForSleep It's possible that BlueDevilDaemon has been destroyed, but PrepareForSleep is received before DeviceMonitor is destroyed, so a crash will happen. To prevent the crash, add a check in login1PrepareForSleep to validate BlueDevilDaemon still exists. FIXED-IN: 5.24.1 (cherry picked from commit fad0578afeb574c5115215aec353d2e35356b9c9) M +16 -0 src/kded/devicemonitor.cpp M +1 -0 src/kded/devicemonitor.h https://invent.kde.org/plasma/bluedevil/commit/038b7e303f7c1881e53ccd1db4d04e5d1ca3987b -- You are receiving this mail because: You are watching all bug changes.