https://bugs.kde.org/show_bug.cgi?id=374894
Anton Anikin <anton.ani...@htower.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kde | |vplatform/0c10cf21ed8879019 | |bec1c5eb277f5f37f2eb1d6 Status|CONFIRMED |RESOLVED --- Comment #8 from Anton Anikin <anton.ani...@htower.ru> --- Git commit 0c10cf21ed8879019bec1c5eb277f5f37f2eb1d6 by Anton Anikin. Committed on 14/02/2017 at 08:17. Pushed by antonanikin into branch 'master'. Fix BUG 374894 - KDevelop crashes when clicking on QuickOpen Summary: The problem was in uninitialized value returned by `ResultCache::cachedResult()` which is called from `ProjectItemDataProvider::itemCount()` and `ProjectItemDataProvider::unfilteredItemCount()` methods. The crash happens only if uninitialized value is sufficiently big and `ResultCache::markDirty()` was not called before. Test Plan: Tested on master branch Reviewers: #kdevelop, kfunk Reviewed By: #kdevelop, kfunk Subscribers: brauch, kdevelop-devel Differential Revision: https://phabricator.kde.org/D4598 M +1 -1 plugins/quickopen/projectitemquickopen.h https://commits.kde.org/kdevplatform/0c10cf21ed8879019bec1c5eb277f5f37f2eb1d6 -- You are receiving this mail because: You are watching all bug changes.