We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3b4c259
Ubuntu 18.04.4 LTS (Linux 4.15.0-91-generic x86_64)
./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
function main() { var v2 = "jye5rkxQrX".__proto__; v2.toString = Symbol; var v6 = JSON.stringify(2147483647,constructor); } main();
$ /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)
The text was updated successfully, but these errors were encountered:
Fix error handling in SerializeJSONProperty
bda2f93
Fixes jerryscript-project#3813. JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu
0ef06f0
Fix error handling in SerializeJSONProperty (#3816)
d06c3a7
Fixes #3813. JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu
Successfully merging a pull request may close this issue.
JerryScript revision
3b4c259
Build platform
Ubuntu 18.04.4 LTS (Linux 4.15.0-91-generic x86_64)
Build steps
Test case
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)
The text was updated successfully, but these errors were encountered: