New issue
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
Assertion 'ECMA_STRING_IS_REF_EQUALS_TO_ONE (string_p)' failed at jerryscript/jerry-core/ecma/base/ecma-literal-storage.c(ecma_free_string_list):77. #4941
Labels
bug
Undesired behaviour
Comments
mnegyokru
added a commit
to mnegyokru/jerryscript
that referenced
this issue
Jan 10, 2022
… referencing in prototype chain. This patch fixes jerryscript-project#4941 JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu
mnegyokru
added a commit
to mnegyokru/jerryscript
that referenced
this issue
Jan 10, 2022
… referencing in prototype chain. This patch fixes jerryscript-project#4941 JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu
mnegyokru
added a commit
to mnegyokru/jerryscript
that referenced
this issue
Jan 10, 2022
… referencing in prototype chain. This patch fixes jerryscript-project#4941 JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu
mnegyokru
added a commit
to mnegyokru/jerryscript
that referenced
this issue
Jan 10, 2022
… referencing in prototype chain. This patch fixes jerryscript-project#4941 JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu
mnegyokru
added a commit
to mnegyokru/jerryscript
that referenced
this issue
Jan 11, 2022
… referencing in prototype chain. This patch fixes jerryscript-project#4941 JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu
mnegyokru
added a commit
to mnegyokru/jerryscript
that referenced
this issue
Jan 11, 2022
… referencing in prototype chain. This patch fixes jerryscript-project#4941 JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JerryScript revision
Commit: a6ab5e9
Version: v3.0.0
Build platform
Ubuntu 18.04.5 LTS (Linux 4.19.128-microsoft-standard x86_64)
Ubuntu 18.04.5 LTS (Linux 5.4.0-44-generic x86_64)
Build steps
Test case
poc.js
Execution steps & Output
$ ./jerryscript/build/bin/jerry poc.js Unhandled exception: 0: <eval>:1:64 1: poc.js:14:1 ICE: Assertion 'ECMA_STRING_IS_REF_EQUALS_TO_ONE (string_p)' failed at jerryscript/jerry-core/ecma/base/ecma-literal-storage.c(ecma_free_string_list):77. Error: ERR_FAILED_INTERNAL_ASSERTION [1] 987 abort jerry poc.jsCredits: Found by OWL337 team.
The text was updated successfully, but these errors were encountered: