https://bugs.kde.org/show_bug.cgi?id=504104
--- Comment #6 from Igor Kushnir <igor...@gmail.com> --- Uninstalling a previously installed application template in the Get More Templates window also causes a segmentation fault with the same call stack as reported here. The reason is that ProjectSelectionPage::handleNewStuffDialogFinished() does not check whether an item that corresponds to a changed entry is selected successfully, and so when a template is uninstalled and cannot be selected, the very first index is also not selected as a fallback after the model is refreshed. This absence of any selection is what always occurs in TemplateSelectionPagePrivate::handleNewStuffDialogFinished() for file templates. And this causes a crash in recent KDevelop versions but not in older ones for some reason. -- You are receiving this mail because: You are watching all bug changes.