Skip to content

Commit

Permalink
DAOS-16787 utils: Suppress NLT valgrind false positives (#15478) (#15499
Browse files Browse the repository at this point in the history
)

* Add a suppression for Go runtime function racefuncenter.
* Add suppression for rt0_go CGo malloc

Signed-off-by: Kris Jacque <[email protected]>
  • Loading branch information
mjmac authored Nov 13, 2024
1 parent 593c475 commit e0b7f97
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/cart/utils/memcheck-cart.supp
Original file line number Diff line number Diff line change
Expand Up @@ -680,3 +680,18 @@
fun:__tsan_go_atomic32_compare_exchange
fun:racecall
}
{
racefuncenter
Memcheck:Addr8
fun:racefuncenter
}
{
Runtime bootstrap memory leak
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
...
fun:runtime.asmcgocall.abi0
...
fun:runtime.rt0_go.abi0
}

0 comments on commit e0b7f97

Please sign in to comment.