Skip to content

Commit

Permalink
DAOS-16925 cart: Add memcheck suppression for tsan::MemoryAccessRange (
Browse files Browse the repository at this point in the history
…#15715)

Suppress another false positive originating from the Go race
detection code.

Signed-off-by: Kris Jacque <[email protected]>
  • Loading branch information
kjacque authored Jan 10, 2025
1 parent ec88126 commit 3fc27e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/cart/utils/memcheck-cart.supp
Original file line number Diff line number Diff line change
Expand Up @@ -695,3 +695,9 @@
...
fun:runtime.rt0_go.abi0
}
{
tsan::MemoryAccessRange
Memcheck:Value8
fun:_ZN6__tsan18MemoryAccessRangeTILb1EEEvPNS_11ThreadStateEmmm
fun:racecall
}

0 comments on commit 3fc27e3

Please sign in to comment.