Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bad formatting of suppression file, missing a mandatory comment line
[simgrid.git] / tools / simgrid.supp
index b2b0ff4..a02c6fe 100644 (file)
@@ -20,7 +20,6 @@
    Memcheck:Leak
    match-leak-kinds:reachable
    ...
-   fun:_Znwm
    fun:_ZN4Json5Value13nullSingletonEv
    obj:*/libjsoncpp.so*
    ...
    fun:MarsagliaXORV
    ...
 }
+
+#ignore python cruft
+{
+   ignore python cruft 1
+   Memcheck:Cond
+   ...
+   obj:/usr/bin/python3
+}
+
+{
+   ignore python cruft 2
+   Memcheck:Addr4
+   ...
+   obj:/usr/bin/python3
+}
+
+{
+   ignore python cruft 3
+   Memcheck:Value8
+   ...
+   obj:/usr/bin/python3
+}
+
+