Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tell valgrind to ignore cruft inside python3.. Let it for now try to find the remaini...
[simgrid.git] / tools / simgrid.supp
index b2b0ff4..0a7ad0a 100644 (file)
@@ -20,7 +20,6 @@
    Memcheck:Leak
    match-leak-kinds:reachable
    ...
-   fun:_Znwm
    fun:_ZN4Json5Value13nullSingletonEv
    obj:*/libjsoncpp.so*
    ...
    fun:MarsagliaXORV
    ...
 }
+
+#ignore python cruft
+{
+   Memcheck:Cond
+   ...
+   obj:/usr/bin/python3
+}
+
+{
+   Memcheck:Addr4
+   ...
+   obj:/usr/bin/python3
+}
+
+{
+   Memcheck:Value8
+   ...
+   obj:/usr/bin/python3
+}
+
+