Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 4.0.2, Qt Creator 4.0.3, Qt Creator 4.1.0-beta1
-
None
-
Windows 10 x64
Windows 7 x64
Description
When QML TabView is dragged to the form, Qt Creator crashes. Debugging this with Visual Studio produced the following message:
Unhandled exception at 0x7747DC9C (Qt5Qml.dll) in qtcreator.exe: 0xC00000FD: Stack overflow (parameters: 0x00000001, 0x00092FFC).
Debugging was done with 4.1.0-beta1 but this happens in 4.0.3 and 4.0.2 too. This doesn't happen on Linux.
Steps to reproduce:
1. Create a new Qt Quick Controls Application project
2. Select MainForm.ui.qml
3. Drag and drop Tab View to the form.
-> Editor crashes.
Edit: Forgot to mention that this happens at least on QtQuick Controls 1.4. QtQuick Controls 2.0 doesn't have this problem.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-16680 Qt Creator crashes when TabView item in Navigator is clicked
- Closed