Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add suppressions from libunwind.
authordegomme <augustin.degomme@unibas.ch>
Tue, 1 Nov 2016 13:32:22 +0000 (14:32 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Tue, 1 Nov 2016 13:32:22 +0000 (14:32 +0100)
https://github.com/JuliaLang/julia/issues/4533 reports the same errors we have on ci as libunwind's.
I have some more locally which are more annoying, though.

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
+   ...
+}