Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.2.0
-
Fix Version/s: 5.2.1
-
Component/s: QML: Declarative and Javascript Engine
-
Labels:None
-
Environment:On Qt 5.2 MinGW 32 bits, on Windows Seven 64 bits and a QML-based application.
-
Commits: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.