-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Assertion 'ecma_is_lexical_environment (object_p)' failed at ecma-helpers.c (ecma_get_lex_env_type). #4900
Labels
bug
Undesired behaviour
Comments
Note about the issue: Due to the recursive first property access in |
rerobika
pushed a commit
to rerobika/jerryscript
that referenced
this issue
Jan 4, 2022
This patch fixes jerryscript-project#4900. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
rerobika
pushed a commit
to rerobika/jerryscript
that referenced
this issue
Jan 4, 2022
This patch fixes jerryscript-project#4900. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
gergocs
pushed a commit
to gergocs/jerryscript
that referenced
this issue
Nov 15, 2024
This patch fixes jerryscript-project#4900. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
gergocs
added a commit
to gergocs/jerryscript
that referenced
this issue
Nov 15, 2024
This patch fixes jerryscript-project#4900. Co-authored-by: Robert Fancsik robert.fancsik@h-lab.eu JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
gergocs
added a commit
to gergocs/jerryscript
that referenced
this issue
Nov 15, 2024
This patch fixes jerryscript-project#4900. The implementation is based on PR jerryscript-project#4943, only resolved the conflicts. Co-authored-by: Robert Fancsik robert.fancsik@h-lab.eu JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
JerryScript revision
Commit: 42523bd6
Version: v3.0.0
Build platform
Ubuntu 18.04.5 LTS (Linux 5.4.0-44-generic x86_64)
Build steps
ASAN closed
Test case
Execution steps & Output
$ ./jerryscript/build/bin/jerry poc.js ICE: Assertion 'ecma_is_lexical_environment (object_p)' failed at /home/f1yh0p/jerryscript/jerry-core/ecma/base/ecma-helpers.c(ecma_get_lex_env_type):291. Error: ERR_FAILED_INTERNAL_ASSERTION
Credits: Found by OWL337 team.
The text was updated successfully, but these errors were encountered: