-
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 'new_bit_field_value < (1ull << width)' failed in jrt_set_bit_field_value #118
Labels
bug
Undesired behaviour
ecma core
Related to core ECMA functionality
memory management
Related to memory management or garbage collection
normal
Milestone
Comments
ruben-ayrapetyan
added
bug
Undesired behaviour
normal
memory management
Related to memory management or garbage collection
ecma core
Related to core ECMA functionality
labels
May 28, 2015
Same on master (f17f785) |
The issue is reaching the maximum reference count for objects. It has never been decided how such cases should be handled. I propose the following: this is a similar case as an out-of-memory error, so jerry_fatal should be called with a special ID. |
LaszloLango
added a commit
to LaszloLango/jerryscript
that referenced
this issue
Feb 11, 2016
Throw an error if the limit of the object reference count reached. Related issue: jerryscript-project#118 JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
LaszloLango
added a commit
to LaszloLango/jerryscript
that referenced
this issue
Feb 12, 2016
Throw an error if the object reference count reached the limit. Related issue: jerryscript-project#118 JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
LaszloLango
added a commit
to LaszloLango/jerryscript
that referenced
this issue
Feb 12, 2016
Throw an error if the object reference count reached the limit. Related issue: jerryscript-project#118 JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
LaszloLango
added a commit
to LaszloLango/jerryscript
that referenced
this issue
Feb 15, 2016
Throw an error if the object reference count reached the limit. Related issue: jerryscript-project#118 JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
LaszloLango
added a commit
to LaszloLango/jerryscript
that referenced
this issue
Feb 16, 2016
Throw an error if the object reference count reached the limit. Related issue: jerryscript-project#118 JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
This was referenced May 17, 2020
This was referenced Oct 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Undesired behaviour
ecma core
Related to core ECMA functionality
memory management
Related to memory management or garbage collection
normal
Jerry version:
OS:
Test case:
Backtrace:
The text was updated successfully, but these errors were encountered: