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

Friedrich W. H. Kossebau <kosse...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kosse...@kde.org

--- Comment #1 from Friedrich W. H. Kossebau <kosse...@kde.org> ---
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.

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

Reply via email to