[drkonqi] [Bug 485669] Drkonqi crashes while generating the backtrace

2024-05-03 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=485669

Harald Sitter  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  ---
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   -8src/backtracegenerator.cpp

https://invent.kde.org/plasma/drkonqi/-/commit/1011f4addc90459e110eaa3f59d2f18ec0cde0fc

-- 
You are receiving this mail because:
You are watching all bug changes.

[drkonqi] [Bug 485669] Drkonqi crashes while generating the backtrace

2024-05-03 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=485669

Harald Sitter  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  ---
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   -8src/backtracegenerator.cpp

https://invent.kde.org/plasma/drkonqi/-/commit/8f4a57a6626d6fbc801a049d9ddcab5ff81b98b2

-- 
You are receiving this mail because:
You are watching all bug changes.

[drkonqi] [Bug 485669] Drkonqi crashes while generating the backtrace

2024-04-22 Thread DN
https://bugs.kde.org/show_bug.cgi?id=485669

DN  changed:

   What|Removed |Added

 CC||mlggot...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[drkonqi] [Bug 485669] Drkonqi crashes while generating the backtrace

2024-04-18 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=485669

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/drkonqi/-/merge_requests/234

-- 
You are receiving this mail because:
You are watching all bug changes.

[drkonqi] [Bug 485669] Drkonqi crashes while generating the backtrace

2024-04-18 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=485669

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #1 from Harald Sitter  ---
The relevant line

m_proc->deleteLater();

I am not sure how m_proc can be 0x0 though. It's where this signal originates 路

-- 
You are receiving this mail because:
You are watching all bug changes.