https://bugs.kde.org/show_bug.cgi?id=410767
--- Comment #6 from Friedrich W. H. Kossebau <kosse...@kde.org> --- (In reply to David Redondo from comment #5) > This happens not only in the Appimage. Just hit this when using the neon > package. Same backtrace? Do you remember what you did? The best idea I have so far is that QuickOpenModel::data() does not protect against being called with an invalid index (here coming from direct mapping call from QAbstractProxyModel), or rather QuickOpenModel::getItem not against being called with row == -1, where it would return a out-of-array-bounds item for ActionsQuickOpenProvider then. Though only if that provider is first in the list, where it gets added as last and would be only first if all the othes are disabled... -- You are receiving this mail because: You are watching all bug changes.