]> git.ipfire.org Git - thirdparty/bind9.git/commit
Work around a TSAN issue with newer kernels
authorMichał Kępień <michal@isc.org>
Thu, 21 Mar 2024 05:47:29 +0000 (06:47 +0100)
committerPetr Špaček <pspacek@isc.org>
Thu, 21 Mar 2024 08:09:26 +0000 (09:09 +0100)
commitc69147fb3b83000fdb4c84486929e2751401ccea
tree95400ff23698f24926ed06bf486cd0b696c264ea
parentf3f7a2fddd5a69b54f13f75bdd17968380505312
Work around a TSAN issue with newer kernels

The ThreadSanitizer version currently available from Fedora 39
repositories is unable to cope with very high ASLR entropy, which is the
default in some recent Linux distributions [1].  This causes all
TSAN-enabled builds to fail on the affected systems with an error like:

    FATAL: ThreadSanitizer: unexpected memory mapping 0x7d00e0772000-0x7d00e0c00000

Work around the problem by reducing ASLR entropy for all TSAN-enabled
builds until the problem is resolved upstream.

[1] https://github.com/google/sanitizers/issues/1716

(cherry picked from commit 05b09f2b5bb68a916288f56bf627babad4055b90)
.gitlab-ci.yml