That's a general stack-overflow issue. The engine has no internal stack-overflow protection by default, but you can enable it by passing --stack-limit X to build.py where X is the limit of stack usage in KB. Whenever this limit is reached a range error is thrown.
JerryScript revision
git hash: 392ee71
Test case
Execution steps
./jerry poc.js
Build cmd
python tools/build.py --compile-flag="-fsanitize=address"
Stack dump:
The text was updated successfully, but these errors were encountered: