Skip to content

Commit

Permalink
temporarily add moodycamel's queue to tsan ignorelist
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Dec 30, 2021
1 parent ee8c854 commit a4645b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thread-sanitizer-ignorelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::*

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

0 comments on commit a4645b9

Please sign in to comment.