Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.0
-
None
-
On Qt 5.2 MinGW 32 bits, on Windows Seven 64 bits and a QML-based application.
-
a41764cafbc85c271edde8d09eae46798ccdcb8d (qtdeclarative)
Description
While running in debug after a compilation without error and warnings, I get the crash at the start:
ASSERT: "member->base->asTemp()" in file compiler\qv4isel_p.cpp, line 234
This crash happend when adding "onClicked:options()" in a MouseArea (even if "signal options() is declared).
Removing the onClicked line resolves the assert error.