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 63e6a07..0a7ad0a 100644 (file)
    fun:MarsagliaXORV
    ...
 }
+
+#ignore python cruft
+{
+   Memcheck:Cond
+   ...
+   obj:/usr/bin/python3
+}
+
+{
+   Memcheck:Addr4
+   ...
+   obj:/usr/bin/python3
+}
+
+{
+   Memcheck:Value8
+   ...
+   obj:/usr/bin/python3
+}
+
+