Details
Description
This test (found in tests/auto/qscriptengine) evaluates a script that calls a JavaScript function recursively.
It should cause the VM to throw a stack overflow error, but on Symbian it causes a crash.
One possibility is that the VM's internal register file grows outside memory bounds (see call to slideRegisterWindowForCall() in the implementation of op_call in Interpreter.cpp).
Attachments
Issue Links
- resulted from
-
QTBUG-15800 Creating QScriptEngine on the heap causes app crash on Symbian device
- Closed