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

--- Comment #2 from Wood <w0...@mail.com> ---
(In reply to Friedrich W. H. Kossebau from comment #1)
> Thanks for the report. Never seen before. Can you remember what you exactly
> did? What language do you develop with? Did you enable/disable plugins?
> 
> Developer notes:
> Backtrace possibly hints to a QAction accessed which no longer exists. The
> QAction pointed to by ActionsQuickOpenItem is added during a filtering run,
> where ActionsQuickOpenProvider::setFilterText() queries
> KActionCollection::allCollections() for all actions. But there is no
> mechanism to catch actions being deleted at a later point, while the item is
> still existing.
> 
> The rest of the backtrace hints that the popup of the QuickOpen menu is
> triggered, and possibly at that point it still holds the results of the last
> search.
> 
> Needs more investigation.

The codebase I was editing is C++. Just before the crash, I pasted two lines of
template code in a .h file.

The weird thing is that in the callstack I saw references to quickopen which
you also mentioned, but I'm pretty sure I was not trying to use the quick open
box. The mouse pointer was hovering somewhere near the new pasted lines in the
editor panel and I didn't hit any of the shortcuts for the quick open actions.

I have some plugins disabled: svn, perforce, bazaar, ninja, meson, ctags, man
pages

The core file is unfortunately not very helpful, there are no debug symbols

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

Reply via email to