ICE: Assertion 'ecma_string_p != NULL' failed at jerry-core/ecma/base/ecma-helpers-value.c(ecma_make_string_value):593
nszetei opened this issue · 0 comments
nszetei commented
JerryScript revision
Build platform
Ubuntu 18.04.4 LTS (Linux 4.15.0-91-generic x86_64)
Build steps
./tools/build.py --clean --debug --compile-flag=-fsanitize=address \
--compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \
--compile-flag=-fno-common --compile-flag=-g \
--strip=off --system-allocator=on --logging=on \
--linker-flag=-fuse-ld=gold --error-messages=on --profile=es2015-subset \
--stack-limit=15Test case
function main() {
var v2 = "jye5rkxQrX".__proto__;
v2.toString = Symbol;
var v6 = JSON.stringify(2147483647,constructor);
}
main();Execution steps
$ /tmp/jerryscript/build/bin/jerry 01.js
ICE: Assertion 'ecma_string_p != NULL' failed at /tmp/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c(ecma_make_string_value):593.
Error: ERR_FAILED_INTERNAL_ASSERTION
Aborted (core dumped)