Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add suppressions from libunwind.
[simgrid.git] / tools / simgrid.supp
index ce06e6b..04ac719 100644 (file)
    ...
    fun:luaD_precall
 }
+
+# libunwind seems to be using msync poorly, thus triggering these
+# https://github.com/JuliaLang/julia/issues/4533
+{
+   msync unwind
+   Memcheck:Param
+   msync(start)
+   ...
+   obj:*/libpthread*.so
+   ...
+}