Skip to content

Disable ASLR, upgrade Ubuntu CI images #321

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

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
@bnoordhuis bnoordhuis deleted the upgrade-ci branch March 17, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants