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
55acdf2
Ubuntu 20.04 LTS
./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g \ --strip=off --system-allocator=on --logging=on \ --linker-flag=-fuse-ld=gold --error-messages=on --line-info=ON \ --stack-limit=10
var sab = new SharedArrayBuffer(4); var a = new Int32Array(sab); Atomics.add(a, -0, 1);
ICE: Assertion 'JERRY_CONTEXT (jmem_heap_allocated_size) == 0' failed at /home/sakura/jerryscript/jerry-core/jmem/jmem-heap.c(jmem_heap_finalize):108. Error: ERR_FAILED_INTERNAL_ASSERTION
The text was updated successfully, but these errors were encountered:
That's a valid issue
Sorry, something went wrong.
Fix memory leak in AtomicModifyWrite
9adbfb7
This patch fixes jerryscript-project#4894. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
Fix memory leak in AtomicModifyWrite (#4944)
8fa7819
This patch fixes #4894. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
rerobika
Successfully merging a pull request may close this issue.
JerryScript commit hash
55acdf2
Build platform
Ubuntu 20.04 LTS
Build steps
poc
assert log
The text was updated successfully, but these errors were encountered: