Description
The code below cause the app crash on Symbian device
QScriptEngine *engine = new QScriptEngine();
delete engine;
The crash happens when the engine is destructed. It is reproduced on both emulator and hardware.
The stack from emulator is attached. This error is not reproduced on Qt 4.6.3.
tests\auto\qscriptengine test can reproduce this error.
Attachments
Issue Links
- resulted in
-
QTBUG-16685 tst_QScriptEngine::infiniteRecursion() crashes on Symbian
- Closed