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

--- Comment #12 from Wolfgang Bauer <wba...@tmo.at> ---
(In reply to Fabian Vogt from comment #11)
> Dolphin does indeed do some weird stuff with its Control button:
> in DolphinMainWindow::updateControlMenu:
>  
>     // All actions get cleared by QMenu::clear(). The sub-menus are deleted
>     // by connecting to the aboutToHide() signal from the parent-menu.
>     connect(menu, &QMenu::aboutToHide, helpMenu, &QMenu::deleteLater);

This seems to be the problem indeed. Removing those connects does fix the
crashes for me...

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

Reply via email to