Browse Source

tools/valgrind/hwloc.suppr: add suppression rule

Nathalie Furmento 9 years ago
parent
commit
3ea5756c39
1 changed files with 14 additions and 0 deletions
  1. 14 0
      tools/valgrind/hwloc.suppr

+ 14 - 0
tools/valgrind/hwloc.suppr

@@ -25,3 +25,17 @@
    ...
    fun:hwloc_components_init
 }
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   match-leak-kinds: definite
+   fun:malloc
+   fun:lt__malloc
+   fun:lt__zalloc
+   obj:/usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
+   fun:lt_dlopenadvise
+   obj:*
+   obj:*
+   obj:/usr/lib/x86_64-linux-gnu/libhwloc.so.5.6.8
+   fun:hwloc_topology_init
+}