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 | |ma/bluedevil/commit/fad0578 | |afeb574c5115215aec353d2e353 | |56b9c9 Version Fixed In| |5.24.1 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit fad0578afeb574c5115215aec353d2e35356b9c9 by Nate Graham, on behalf of Fushan Wen. Committed on 14/02/2022 at 18:25. Pushed by ngraham into branch 'master'. 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 M +16 -0 src/kded/devicemonitor.cpp M +1 -0 src/kded/devicemonitor.h https://invent.kde.org/plasma/bluedevil/commit/fad0578afeb574c5115215aec353d2e35356b9c9 -- You are receiving this mail because: You are watching all bug changes.