You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
A recent kernel update on some distributions (particularly Ubuntu) broke sanitizers:
google/sanitizers#1716
### What changes are included in this PR?
Apply recommended workaround by reducing the number of bits used by ASLR (address space layout randomization).
### Are these changes tested?
Yes, they should fix the failing C++ sanitizer jobs.
### Are there any user-facing changes?
No.
* GitHub Issue: #40558
Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
Describe the bug, including details regarding any error messages, version, and platform.
Recently all TSAN runs have started crashing when running the tests.
This seems to be due to a Linux kernel update:
google/sanitizers#1716
https://groups.google.com/g/thread-sanitizer/c/ejDqIksTqkI/m/P8LbGYWUBQAJ
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: