https://bugs.kde.org/show_bug.cgi?id=485669
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/drkonqi/-/commit/8f4a57a |ma/drkonqi/-/commit/1011f4a |6626d6fbc801a049d9ddcab5ff8 |ddc90459e110eaa3f59d2f18ec0 |1b98b2 |cde0fc --- Comment #4 from Harald Sitter <sit...@kde.org> --- Git commit 1011f4addc90459e110eaa3f59d2f18ec0cde0fc by Harald Sitter. Committed on 03/05/2024 at 11:38. Pushed by sitter into branch 'Plasma/6.0'. backtracegenerator: don't crash when the debugger crashes when the debugger crashes slotOnErrorOccurred runs before slotProcessExited and causes the latter to trip over the since-nullpointered members. instead guard the delete operations against nullptrs. this is done in both functions to increase reliablity even though technically it's only needed in slotProcessExited (cherry picked from commit 8f4a57a6626d6fbc801a049d9ddcab5ff81b98b2) M +16 -8 src/backtracegenerator.cpp https://invent.kde.org/plasma/drkonqi/-/commit/1011f4addc90459e110eaa3f59d2f18ec0cde0fc -- You are receiving this mail because: You are watching all bug changes.