From 579ff29efc51746237cdbcd824b74f845dd4b747 Mon Sep 17 00:00:00 2001 From: Carlos Segarra Date: Thu, 30 Dec 2021 10:37:43 +0000 Subject: [PATCH] temporarily add moodycamel's queue to tsan ignorelist --- thread-sanitizer-ignorelist.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thread-sanitizer-ignorelist.txt b/thread-sanitizer-ignorelist.txt index b8f2d8b3b..eac8410f2 100644 --- a/thread-sanitizer-ignorelist.txt +++ b/thread-sanitizer-ignorelist.txt @@ -8,6 +8,8 @@ race:zmq::* race:faabric::util::SystemConfig::* # Catch2 allocates in its signal handler, this prevents showing the wrong crash report signal:* +# TODO: moodycael's queue version 1.0.6 fixes the warnings we silence here +race:moodycamel::BlockingReaderWriterCircularBuffer::* # TODO: Remove: There's something weird going on with MPI code I don't understand race:faabric::scheduler::MpiWorld::*