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

Milian Wolff <m...@milianw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/kde/
                   |                            |kdevelop/commit/5bff5d65a02
                   |                            |3cfce078c0abc7f82b9899f49ff
                   |                            |fb
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Milian Wolff <m...@milianw.de> ---
Git commit 5bff5d65a023cfce078c0abc7f82b9899f49fffb by Milian Wolff, on behalf
of Marcin DÅ‚ubakowski.
Committed on 20/09/2019 at 04:10.
Pushed by mwolff into branch '5.4'.

Fixed crash when filtering class list

Issue: When you select an inner node (method or member) in classes
panel, then type something in search bar that filters that node out,
Kdevelop crashes. It seems that when nodes get filtered, at some
point currentIndex of QTreeView points to deleted node, which causes
segfault in ClassModel::hasChildren. Manually invalidating
currentIndex before filtering seems to have fixed the issue.

Differential Revision: https://phabricator.kde.org/D22660

M  +1    -0    plugins/classbrowser/classwidget.cpp

https://invent.kde.org/kde/kdevelop/commit/5bff5d65a023cfce078c0abc7f82b9899f49fffb

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

Reply via email to