Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix valgrind suppression file.
[simgrid.git] / tools / simgrid.supp
index b9d6b77..e82964d 100644 (file)
    obj:/usr/bin/*
 }
 
+{
+   Memory leak in cmake
+   Memcheck:Leak
+   ...
+   obj:*/cmake
+}
+
 # There's a constant leak of 56 bytes in the depths of libc which
 # manifests, for example, when using backtrace()
 {
@@ -72,7 +79,7 @@
    fun:smpi_simulated_main_
 }
 
-#SMPI leaks the dlopen handle used for loading the program
+#SMPI leaks the dlopen handle used to load the program
 {
    dlopen handle leaks (1/2)
    Memcheck:Leak