From 603060d1bcfdebcdb886a83ad52ed5a19d3a602b Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Fri, 18 Oct 2024 00:22:42 +0200 Subject: [PATCH] fix: work around benign data race in libunwind --- tsan.supp | 1 + 1 file changed, 1 insertion(+) diff --git a/tsan.supp b/tsan.supp index 71651c95..e4179bee 100644 --- a/tsan.supp +++ b/tsan.supp @@ -1 +1,2 @@ race:^std::__future_base::_Result<*>::_M_destroy() +race:libunwind