Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to improve valgrind suppressions for python before the night.
[simgrid.git] / tools / simgrid.supp
index b2b0ff4..25a5958 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/python*
+}
+
+{
+   ignore python cruft 2
+   Memcheck:Addr4
+   ...
+   obj:/usr/bin/python*
+}
+
+{
+   ignore python cruft 3
+   Memcheck:Value8
+   ...
+   obj:/usr/bin/python*
+}