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
$ ./build/run-test262 -c tests.conf -v -t 1 -f tests/test_builtin.js tests.conf:4: ignoring testdir=tests AddressSanitizer:DEADLYSIGNAL ================================================================= ==3224737==ERROR: AddressSanitizer: stack-overflow on address 0x7ffc0ca1bf80 (pc 0x55713bbbc1ec bp 0x7ffc0ca1c010 sp 0x7ffc0ca1bf70 T0) #0 0x55713bbbc1ec in JS_GetOpaque /home/bnoordhuis/src/quickjs/quickjs.c:10105 #1 0x55713bd77a80 in js_proxy_isArray /home/bnoordhuis/src/quickjs/quickjs.c:46073 #2 0x55713bbcc3cb in JS_IsArray /home/bnoordhuis/src/quickjs/quickjs.c:12021 #3 0x55713bd77c3c in js_proxy_isArray /home/bnoordhuis/src/quickjs/quickjs.c:46086 #4 0x55713bbcc3cb in JS_IsArray /home/bnoordhuis/src/quickjs/quickjs.c:12021 #5 0x55713bd77c3c in js_proxy_isArray /home/bnoordhuis/src/quickjs/quickjs.c:46086 #6 0x55713bbcc3cb in JS_IsArray /home/bnoordhuis/src/quickjs/quickjs.c:12021 #7 0x55713bd77c3c in js_proxy_isArray /home/bnoordhuis/src/quickjs/quickjs.c:46086 #8 0x55713bbcc3cb in JS_IsArray /home/bnoordhuis/src/quickjs/quickjs.c:12021 #9 0x55713bd77c3c in js_proxy_isArray /home/bnoordhuis/src/quickjs/quickjs.c:46086 #10 0x55713bbcc3cb in JS_IsArray /home/bnoordhuis/src/quickjs/quickjs.c:12021 #11 0x55713bd77c3c in js_proxy_isArray /home/bnoordhuis/src/quickjs/quickjs.c:46086 <etc>
The text was updated successfully, but these errors were encountered:
Isn't this normal because we rely on the stack overflow checks (which are doubled for ASan) to detect that case?
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: