Skip to content

Commit

Permalink
Merge pull request flux-framework#6061 from chu11/issue5705_valgrind_…
Browse files Browse the repository at this point in the history
…hwloc_210

t: suppress hwloc 2.10 memleaks
  • Loading branch information
mergify[bot] authored Jul 2, 2024
2 parents 68d25a7 + 52f75a9 commit 056c590
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions t/valgrind/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,15 @@
obj:/usr/lib64/libgcrypt.so.20.2.5
...
}
{
<issue_5705>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
...
fun:hwloc_cuda_discover
fun:hwloc_discover_by_phase
fun:hwloc_discover
fun:hwloc_topology_load
...
}

0 comments on commit 056c590

Please sign in to comment.