Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
5.2.0 RC1
-
None
-
Qt 5.2 git stable compiled 08/dec 2013, Arch Linux Kernel 3.12.3, x86_64
-
qtdeclarative: 2331a5ef5765d1b99472cd05e1af4b84d59c0177
Description
Steps to reproduce:
Load the attached file with qmlscene, click on any menu and move the mouse around to the other menus. The bug is not triggered imediattely, so you must keep moving untill it breaks ( can take up to 1 to 50 trials, I'v managed to freeze qmlscene in every attempt in less than 15 secs. )
The file attached is simly a ApplicationWindow with a MenuBar populated with Actions - nothing fancy, and really small code.
Btw: This code and bug reports are very similar to QTBUG-35482, with the difference that this uses QtQuick 2.2 and QtQuick.Controls 1.1 and it freezes X, where in the other hand, the other bug uses QtQuick 2.0 and QtQuick.Controls 1.0 and qmlscene crashes, but X keeps working.