Skip to content

Commit

Permalink
DAOS-17149 cart: Suppress NLT memcheck false positive (#15967)
Browse files Browse the repository at this point in the history
Another Go runtime false positive popped up.

Signed-off-by: Kris Jacque <[email protected]>
  • Loading branch information
kjacque authored Feb 25, 2025
1 parent 1663d65 commit 6246853
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 @@ -731,3 +731,9 @@
Memcheck:Addr16
fun:countbody
}
{
__tsan_go_atomic32_fetch_add
Memcheck:Addr4
fun:__tsan_go_atomic32_fetch_add
fun:racecall
}

0 comments on commit 6246853

Please sign in to comment.