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...
authorAugustin Degomme <degomme@wasabi>
Thu, 10 Jan 2019 09:43:07 +0000 (10:43 +0100)
committerAugustin Degomme <degomme@wasabi>
Thu, 10 Jan 2019 09:43:07 +0000 (10:43 +0100)
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
+}
+
+