-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.8.4
There is a popup menu with &QMenu::aboutToHide connected to QMenu::deleteLater.
If the action clicked on the menu opens a modal dialog and the menu is destroyed in the modal dialog event loop, there is a crash after the modal dialog closes.
It seems to happen only if the triggered action is contained in a submenu.