You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppress TSAN false positives in crossbeam crate due to use of memory fences (#8464)
## Summary
This PR adds a few additional ThreadSanitizer suppressions to deal with
false positives caused by `crossbeam`. They have been surfaced by #8454
and in other cases in the past.
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
0 commit comments