###### JerryScript revision 3b4c2592817dd1484b2291565d47288b48b51bf8 ###### Build platform Ubuntu 18.04.4 LTS (Linux 4.15.0-91-generic x86_64) ###### Build steps ```sh ./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=15 ``` ###### Test case ```javascript function main() { var v2 = "jye5rkxQrX".__proto__; v2.toString = Symbol; var v6 = JSON.stringify(2147483647,constructor); } main(); ``` ###### Execution steps ```sh $ /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) ```