We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2faafa4
Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64)
./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 --profile=es2015-subset --builddir=$PWD/build
var obj0 = {}; var obj1 = {}; var obj2 = []; var obj3 = new Proxy(Function(), { get: function(o, k) { get.push(k); return o[k]; }}); var obj4 = new Error(); var obj5 = JSON; var values = [ [ obj0, 0 ], [ obj1, 1 ], [ obj2, 2 ], [ obj3, 3 ], [ obj4, 4 ], [ obj5, 5 ], [ obj4, 4 ], [ obj3, 3 ], [ obj2, 2 ], [ obj1, 1 ], [ obj0, 0 ], ]; var map = new WeakMap(values);
ICE: Assertion 'uint_ptr % JMEM_ALIGNMENT == 0' failed at /root/jerryscript/jerry-core/jmem/jmem-allocator.c(jmem_decompress_pointer):222. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted
Credits: Found by chong from OWL337.
The text was updated successfully, but these errors were encountered:
galpeter
Successfully merging a pull request may close this issue.
JerryScript revision
2faafa4
Build platform
Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64)
Build steps
Test case
Output
Credits: Found by chong from OWL337.
The text was updated successfully, but these errors were encountered: