Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
6.2.0 Beta2
-
None
-
687b655e9d62e0643439d13f11bb8f5d33850618 (qt/qtquick3d/dev) 1214a774c5d3f3facc3e86fa33405183467e194a (qt/qtquick3d/6.2)
-
Qt Quick 3D - 2021 Week 31/32
Description
QuickBall example crashes after hitting the first target. The error is a read access violation which happens in the internalPick function of the View3D component.
Analysis :
After hitting a target the hitAnimation inside the qml is started and at the end in runs a script to destroy the Node. When the internalPick function tries to access the frontEndObject of this Node it is destroyed by this time and the application crashes. Commenting the script inside the qml at line 410 makes the application does not crash