Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Disable ASLR, upgrade Ubuntu CI images #321

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

bnoordhuis
Copy link
Contributor

After much tinkering with libuv's CI, I finally figured out that ASLR is the root cause for the ASan and MSan failures. Newer kernels use bigger PIE slides and the sanitizer runtimes don't know how to handle those (yet - looks like it's been fixed upstream.)

Refs: #315
Refs: libuv/libuv#4365

After much tinkering with libuv's CI, I finally figured out that ASLR
is the root cause for the ASan and MSan failures. Newer kernels use
bigger PIE slides and the sanitizer runtimes don't know how to handle
those (yet - looks like it's been fixed upstream.)

Refs: quickjs-ng#315
Refs: libuv/libuv#4365
@bnoordhuis
Copy link
Contributor Author

The macos-asan failure is this:

 build/qjs tests/test_std.js
Error: assertion failed: got |0|, expected |15|
    at assert (tests/test_std.js:21:51)
    at test_os_exec (tests/test_std.js:253:31)
    at <anonymous> (tests/test_std.js:275:11)

Re-running to see if it's a flake.

@bnoordhuis bnoordhuis merged commit 99e4e0d into quickjs-ng:master Mar 17, 2024
38 checks passed
@bnoordhuis bnoordhuis deleted the upgrade-ci branch March 17, 2024 18:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants