From dfb4054bb73fe55bb18392b4fb537b7584ccc096 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 28 Aug 2020 20:19:43 +0100 Subject: [PATCH] Added TSAN suppression file. --- tsan_suppressions.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tsan_suppressions.txt diff --git a/tsan_suppressions.txt b/tsan_suppressions.txt new file mode 100644 index 0000000..3470d15 --- /dev/null +++ b/tsan_suppressions.txt @@ -0,0 +1,5 @@ +# Use with +# TSAN_OPTIONS="suppressions=tsan_suppressions.txt" ./myprogram + +# False positive +race:pthread_setcancelstate -- 2.30.2