-
Notifications
You must be signed in to change notification settings - Fork 674
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
ICE: Assertion 'ecma_object_class_is (object_p, LIT_MAGIC_STRING_ARRAY_BUFFER_UL)' failed at jerry-core/ecma/operations/ecma-arraybuffer-object.c(ecma_arraybuffer_get_buffer):190. Error: ERR_FAILED_INTERNAL_ASSERTION #3836
Labels
bug
Undesired behaviour
Comments
nszetei
changed the title
ICE: Assertion 'ecma_object_class_is (object_p, LIT_MAGIC_STRING_ARRAY_BUFFER_UL)' failed at jerry-core/ecma/operations/ecma-arraybuffer-object.c(ecma_arraybuffer_get_buffer):190. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted (core dumped)
ICE: Assertion 'ecma_object_class_is (object_p, LIT_MAGIC_STRING_ARRAY_BUFFER_UL)' failed at jerry-core/ecma/operations/ecma-arraybuffer-object.c(ecma_arraybuffer_get_buffer):190. Error: ERR_FAILED_INTERNAL_ASSERTION
Jun 3, 2020
function main() {
var v2 = new Float64Array();
var v3 = v2.buffer;
v3.constructor = Set;
var v4 = new Float64Array(v2);
}
main();
|
szilagyiadam
added a commit
to szilagyiadam/jerryscript
that referenced
this issue
Jun 4, 2020
…r TypedArray Fixes jerryscript-project#3836 JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi [email protected]
szilagyiadam
added a commit
to szilagyiadam/jerryscript
that referenced
this issue
Jun 4, 2020
Fixes jerryscript-project#3836 JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi [email protected]
szilagyiadam
added a commit
to szilagyiadam/jerryscript
that referenced
this issue
Jun 4, 2020
Fixes jerryscript-project#3836 JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi [email protected]
szilagyiadam
added a commit
to szilagyiadam/jerryscript
that referenced
this issue
Jun 4, 2020
Fixes jerryscript-project#3836 JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi [email protected]
szilagyiadam
added a commit
to szilagyiadam/jerryscript
that referenced
this issue
Jun 5, 2020
Fixes jerryscript-project#3836 JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi [email protected]
szilagyiadam
added a commit
to szilagyiadam/jerryscript
that referenced
this issue
Jun 8, 2020
Fixes jerryscript-project#3836 JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi [email protected]
rerobika
pushed a commit
that referenced
this issue
Jun 8, 2020
Fixes #3836 JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi [email protected]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JerryScript revision
a56e31f
Build platform
Ubuntu 18.04.4 LTS (Linux 4.15.0-91-generic x86_64)
Build steps
Test case
Execution steps
ICE: Assertion 'ecma_object_class_is (object_p, LIT_MAGIC_STRING_ARRAY_BUFFER_UL)' failed at /home/jerryscript/jerry-core/ecma/operations/ecma-arraybuffer-object.c(ecma_arraybuffer_get_buffer):190. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted (core dumped)
The text was updated successfully, but these errors were encountered: