Skip to content

Commit

Permalink
DAOS-16787 utils: Suppress NLT valgrind false positives (#15478)
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 <kris.jacque@intel.com>
  • Loading branch information
kjacque authored Nov 13, 2024
1 parent 6e7032f commit a1b2309
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 a1b2309

Please sign in to comment.