Sjors / bitcoin

Bitcoin Core integration/staging tree
https://bitcoin.org/en/download
MIT License
6 stars 10 forks source link

Clang 19 #59

Closed Sjors closed 1 month ago

Sjors commented 1 month ago

This tests https://github.com/bitcoin/bitcoin/pull/30634 and https://github.com/bitcoin/bitcoin/pull/30639 for the TSAN/MSAN failure with vm.mmap_rnd_bits=32 described in https://github.com/bitcoin/bitcoin/issues/30674.

Since I have two different machines for CI and only one has vm.mmap_rnd_bits=32, I normally expect either TSAN or MSAN to fail, but not both. I'll manually restart where needed to get it to run on the right machine.

Sjors commented 1 month ago

They both failed:

I'll re-run them with vm.mmap_rnd_bits=28 just to make sure that workaround still works with clang 19: