Skip to content

Commit 57ac20e

Browse files
committed
ubuntu-specific(?) suppressions
1 parent 1e1d801 commit 57ac20e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

suppressions.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
race:std::panic::catch_unwind
22
race:std::thread::scope
3+
4+
# std::thread::spawn false positive; seen on Ubuntu 20.04 but not on Arch Linux (2022-04-29)
5+
race:drop_in_place*JoinHandle
6+
race:alloc::sync::Arc<*>::drop_slow
7+
race:__call_tls_dtors

0 commit comments

Comments
 (0)