-
Bug
-
Resolution: Won't Do
-
P1: Critical
-
5.15.15, 5.15.17
View3d is created in qml singleton. There are two windows. I recreate the windows in C++ code and the engine is recreated the same way. When I try to destroy the main window by calling delete, I get a crash of the application.
Note: This has something to do with the Item inside Node. If I remove Item element, the crash will not reproduce
Node {
PerspectiveCamera {
id: cameraPerspectiveOne
z: 600
}
Item {
width: 10
height: 10
}
PropertyAnimation on eulerRotation.x {
loops: Animation.Infinite
duration: 5000
to: -360
from: 0
}
}
I've attached example.
- relates to
-
QTBUG-125963 application crash when using View3d in singleton and apply effects to View3d
-
- Closed
-