Skip to content

ICE: Assertion 'ecma_string_p != NULL' failed at jerry-core/ecma/base/ecma-helpers-value.c(ecma_make_string_value):593 #3813

@nszetei

Description

@nszetei
JerryScript revision

3b4c259

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=15
Test 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugUndesired behaviourecma builtinsRelated to ECMA built-in routines

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions