<table><tr><td style="">antonanikin created this revision.<br />antonanikin added a reviewer: KDevelop.<br />antonanikin added a subscriber: kdevelop-devel.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D4542" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Steps to reproduce (tested on kubuntu 16.04):</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">Set some breakpoint</li>
<li class="remarkup-list-item">Run debug</li>
<li class="remarkup-list-item">Close Memory View</li>
<li class="remarkup-list-item">KDevelop crashed</li>
</ol>

<p>Or simply run debug without breakpoint and get "hang-up" of KDevelop at the end of debug session.</p>

<p>The problem of crash was in incorrect memory operations - <tt style="background: #ebebeb; font-size: 13px;">MemoryViewerWidget</tt> class creates <tt style="background: #ebebeb; font-size: 13px;">MemoryView</tt> objects and set them (QObject) parent to self. This leads to situation when connected <tt style="background: #ebebeb; font-size: 13px;">MemoryViewerWidget::slotChildDestroyed</tt> method is called *after* finish of <tt style="background: #ebebeb; font-size: 13px;">MemoryViewerWidget</tt> destructor.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Tested with with master branch</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D4542" rel="noreferrer">https://phabricator.kde.org/D4542</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>debuggers/gdb/memviewdlg.cpp<br />
debuggers/gdb/memviewdlg.h</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>antonanikin, KDevelop<br /><strong>Cc: </strong>kdevelop-devel<br /></div>