From 57ac20eeb7b774bad2d300572ad5105b97d9dd9b Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 29 Apr 2022 16:02:48 +0200 Subject: [PATCH] ubuntu-specific(?) suppressions --- suppressions.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/suppressions.txt b/suppressions.txt index e3400670..1f4eb1ef 100644 --- a/suppressions.txt +++ b/suppressions.txt @@ -1,2 +1,7 @@ race:std::panic::catch_unwind race:std::thread::scope + +# std::thread::spawn false positive; seen on Ubuntu 20.04 but not on Arch Linux (2022-04-29) +race:drop_in_place*JoinHandle +race:alloc::sync::Arc<*>::drop_slow +race:__call_tls_dtors