Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.6.2
-
None
-
Windows 10 x86, Compiler: MSVC2015 update3
-
dcede8bbe1a4e1401679d42bf7179305771d0c5a (qtdeclarative, 5.6.2,3.9.2016), 7fb34481617cb1a283082cb12885dd3f625e77a2 (5.6.2, 3.9.2016)
Description
When running
qputenv("QV4_FORCE_INTERPRETER", "1"); QCoreApplication app(argc, argv); const QString code = "var a = {'0':'#','2':'#','5':'#','8':'#','6':'#','12':'#','13':'#','16':'#','18':'#','39':'#'}"; QJSEngine eng; QJSValue ret = eng.evaluate(code, /*fileName =*/QString(), 1);
A crash occurred in C:\Users\qt\work\qt\qtdeclarative\tests\auto\qml\qjsengine\release\tst_qjsengine.exe. Function time: 24ms Total time: 195ms Exception address: 0x69EE72E8 Exception code : 0xc0000005 Nearby symbol : QV4::SparseArray::insert Stack: # 1: QTest::toString() - 0x6ABC9560
Attachments
Issue Links
- is required for
-
QTBUG-54443 Update to Visual Studio 2015 Update 3
- Closed