ci: Doc ASLR workaround for sanitizer tasks #33674
pull maflcko wants to merge 1 commits into bitcoin:master from maflcko:2510-ci-doc-aslr changing 1 files +8 −0-
maflcko commented at 7:15 AM on October 22, 2025: member
-
ci: Doc ASLR workaround for sanitizer tasks fa0e36156c
- DrahtBot added the label Tests on Oct 22, 2025
-
DrahtBot commented at 7:15 AM on October 22, 2025: contributor
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
Code Coverage & Benchmarks
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/33674.
<!--021abf342d371248e50ceaed478a90ca-->
Reviews
See the guideline for information on the review process.
Type Reviewers ACK fanquake If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
<!--5faf32d7da4f0f540f40219e4f7537a3-->
- maflcko requested review from Sjors on Oct 22, 2025
-
fanquake commented at 7:18 AM on October 23, 2025: member
ACK fa0e36156cba535846ae2ecfaaa554d7f14fcdfd
- fanquake merged this on Oct 23, 2025
- fanquake closed this on Oct 23, 2025
- maflcko deleted the branch on Oct 23, 2025
-
in ci/README.md:28 in fa0e36156c
19 | @@ -20,6 +20,14 @@ requires `bash`, `docker`, and `python3` to be installed. To run on different ar 20 | sudo apt install bash docker.io python3 qemu-user-static 21 | ``` 22 | 23 | +For some sanitizer builds, the kernel's address-space layout randomization 24 | +(ASLR) entropy can cause sanitizer shadow memory mappings to fail. When running 25 | +the CI locally you may need to reduce that entropy by running: 26 | + 27 | +``` 28 | +sudo sysctl -w vm.mmap_rnd_bits=28
Sjors commented at 10:40 AM on October 24, 2025:What does
-wdo?
Sjors commented at 10:41 AM on October 24, 2025:-w, --write Force all arguments to be write arguments and print an error if they cannot be parsed this way.
maflcko commented at 12:54 PM on October 24, 2025:Yeah, seems preferable to always use the long option name for self-documenting code to avoid confusion. Can be changed in a follow-up, as this is merged.
Sjors commented at 10:41 AM on October 24, 2025: memberPost merge ACK
Labels
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-22 18:12 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-22 18:12 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me