-
Notifications
You must be signed in to change notification settings - Fork 676
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_PROPERTY_IS_PROPERTY_PAIR (prop_iter_p)' failed in ecma_find_named_property #2506
Comments
It causes a segfault with gcc-5.4.0, doesn't segfault with gcc-7.3 and gcc-4.8. |
DanielBallaSZTE
pushed a commit
to DanielBallaSZTE/jerryscript
that referenced
this issue
Sep 11, 2018
Fixes jerryscript-project#2486 Fixes jerryscript-project#2506 Co-authored-by: Robert Fancsik [email protected] JerryScript-DCO-1.0-Signed-off-by: Daniel Balla [email protected]
DanielBallaSZTE
pushed a commit
to DanielBallaSZTE/jerryscript
that referenced
this issue
Sep 11, 2018
Fixes jerryscript-project#2486 Fixes jerryscript-project#2506 Co-authored-by: Robert Fancsik [email protected] JerryScript-DCO-1.0-Signed-off-by: Daniel Balla [email protected]
DanielBallaSZTE
pushed a commit
to DanielBallaSZTE/jerryscript
that referenced
this issue
Sep 11, 2018
Fixes jerryscript-project#2486 Fixes jerryscript-project#2506 Co-authored-by: Robert Fancsik <[email protected]> JerryScript-DCO-1.0-Signed-off-by: Daniel Balla [email protected]
DanielBallaSZTE
pushed a commit
to DanielBallaSZTE/jerryscript
that referenced
this issue
Sep 12, 2018
Fixes jerryscript-project#2486 Fixes jerryscript-project#2506 Co-authored-by: Robert Fancsik <[email protected]> JerryScript-DCO-1.0-Signed-off-by: Daniel Balla [email protected]
DanielBallaSZTE
pushed a commit
to DanielBallaSZTE/jerryscript
that referenced
this issue
Sep 12, 2018
Fixes jerryscript-project#2486 Fixes jerryscript-project#2506 Co-authored-by: Robert Fancsik <[email protected]> JerryScript-DCO-1.0-Signed-off-by: Daniel Balla [email protected]
zherczeg
added a commit
to zherczeg/jerryscript
that referenced
this issue
Sep 18, 2018
The ecma_enqueue_promise_reaction_job() function allocates memory, which might trigger a GC run. During this GC the objects in the reactions collection are not marked. Fixes jerryscript-project#2486. Fixes jerryscript-project#2506. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg [email protected]
zherczeg
added a commit
to zherczeg/jerryscript
that referenced
this issue
Sep 18, 2018
The ecma_enqueue_promise_reaction_job() function allocates memory, which might trigger a GC run. During this GC the objects in the reactions collection are not marked. Fixes jerryscript-project#2486. Fixes jerryscript-project#2506. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg [email protected]
zherczeg
added a commit
to zherczeg/jerryscript
that referenced
this issue
Sep 20, 2018
The ecma_enqueue_promise_reaction_job() function allocates memory, which might trigger a GC run. During this GC the objects in the reactions collection are not marked. Fixes jerryscript-project#2486. Fixes jerryscript-project#2506. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg [email protected]
zherczeg
added a commit
to zherczeg/jerryscript
that referenced
this issue
Oct 1, 2018
The ecma_enqueue_promise_reaction_job() function allocates memory, which might trigger a GC run. During this GC the objects in the reactions collection are not marked. Fixes jerryscript-project#2486. Fixes jerryscript-project#2506. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg [email protected]
zherczeg
added a commit
to zherczeg/jerryscript
that referenced
this issue
Oct 4, 2018
The ecma_enqueue_promise_reaction_job() function allocates memory, which might trigger a GC run. During this GC the objects in the reactions collection are not marked. Fixes jerryscript-project#2486. Fixes jerryscript-project#2506. Fixes jerryscript-project#2541. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg [email protected]
LaszloLango
pushed a commit
that referenced
this issue
Oct 5, 2018
The ecma_enqueue_promise_reaction_job() function allocates memory, which might trigger a GC run. During this GC the objects in the reactions collection are not marked. Fixes #2486. Fixes #2506. Fixes #2541. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg [email protected]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jerry version:
OS:
Test case:
Backtrace:
Found by Fuzzinator with grammarinator.
The text was updated successfully, but these errors were encountered: