Skip to content

Commit a4645b9

Browse files
committed
temporarily add moodycamel's queue to tsan ignorelist
1 parent ee8c854 commit a4645b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

thread-sanitizer-ignorelist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ race:zmq::*
88
race:faabric::util::SystemConfig::*
99
# Catch2 allocates in its signal handler, this prevents showing the wrong crash report
1010
signal:*
11+
# TODO: moodycael's queue version 1.0.6 fixes the warnings we silence here
12+
race:moodycamel::*
1113

1214
# TODO: Remove: There's something weird going on with MPI code I don't understand
1315
race:faabric::scheduler::MpiWorld::*

0 commit comments

Comments
 (0)