-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.3.0 RC
-
None
-
-
4677b2bdd68b71c66d080652dd01e1f49b40f581
In QtDeclarative, tst_qjsengine fails on Android.
It fails in void tst_QJSEngine::noAccumulatorInTemplateLiteral().
The call stack is attached in 2022_04_07_callstack.txt.
The test tries to trigger a stack overflow. This should be detected in ExecutionEngine::checkStackLimits() in qv4engine_p.h:817.
Instead a segmentation fault happens. Some maybe helpful data is in the local variables in
There can be seen:
callDepth is 82
jsStackTop is 0x0000007606bd5310
jsStackLimit is 0x0000007606fd2000
- mentioned in
-
Page Loading...