https://bugs.kde.org/show_bug.cgi?id=485669
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/drkonqi/-/commit/8f4a57a | |6626d6fbc801a049d9ddcab5ff8 | |1b98b2 --- Comment #3 from Harald Sitter <sit...@kde.org> --- Git commit 8f4a57a6626d6fbc801a049d9ddcab5ff81b98b2 by Harald Sitter. Committed on 03/05/2024 at 11:35. Pushed by sitter into branch 'master'. 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 M +16 -8 src/backtracegenerator.cpp https://invent.kde.org/plasma/drkonqi/-/commit/8f4a57a6626d6fbc801a049d9ddcab5ff81b98b2 -- You are receiving this mail because: You are watching all bug changes.