https://bugs.kde.org/show_bug.cgi?id=425986

Igor Kushnir <igor...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/kdev
                   |                            |elop/kdevelop/commit/c60e83
                   |                            |03829be4f13fd4511eda3d43655
                   |                            |72c74e6
   Version Fixed In|                            |5.6.1

--- Comment #1 from Igor Kushnir <igor...@gmail.com> ---
Git commit c60e8303829be4f13fd4511eda3d4365572c74e6 by Igor Kushnir.
Committed on 15/10/2020 at 15:26.
Pushed by igorkushnir into branch '5.6'.

Check ICore::activeSession() for nullptr in BreakpointModel::save()

When a user exits KDevelop while debugging a program, a queued call to
BreakpointModel::save() may be invoked during Core::cleanup() or perhaps
even during ~CorePrivate(). If this happens between
SessionController::cleanup() and ~DebugController() (which is the parent
of BreakpointModel), the result is a crash. A breakpoint change that is
saved at this time is likely unimportant and can be safely skipped.
FIXED-IN: 5.6.1

M  +8    -1    kdevplatform/debugger/breakpoint/breakpointmodel.cpp

https://invent.kde.org/kdevelop/kdevelop/commit/c60e8303829be4f13fd4511eda3d4365572c74e6

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

Reply via email to