Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
Qt Creator 2.8.0-rc
-
Windows 8 64-bit.
Microsoft Visual Studio 2012.
Qt version: qt-windows-opensource-5.1.0-rc1-msvc2012-x86_64
Qt Creator both 2.7.2 (came with above Qt version) and 2.8.0-rc
Debugger engine (CDB) from Windows 8 SDK
Description
Debugging Qt Quick application with repeating Timer QML object (Timer
{repeat: true}– full QML file attached) eventually crashes Qt Develop as soon as the application is closed.
Right after closing the application being debugged (by clicking the close button on its window's titlebar) the following message appears:
---------------------------
Exception Triggered
---------------------------
<p>The inferior stopped because it triggered an exception.<p>Stopped in thread 14 by:
Exception at 0x6b9723a0, code: 0xc0000005: read access violation at: 0x0, flags=0x0 (first chance).
---------------------------
OK
---------------------------
Then, after a couple of second, Qt Creator crashes. This happens with both Qt Creator 2.7.2 and 2.8.0-rc.