Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar by removing 2 redundent forward declaration
[simgrid.git] / tools / simgrid.supp
index 2c3e47b..04ac719 100644 (file)
@@ -67,7 +67,6 @@
 {
    Memory leak in Netcards
    Memcheck:Leak
-   match-leak-kinds: definite
    ...
    fun:sg_platf_new_router
    fun:STag_surfxml_router
@@ -75,8 +74,6 @@
    ...
    fun:parse_platform_file
    fun:SIMIX_create_environment
-   fun:smpi_main
-   fun:main
 }
 
 {
    ...
    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
+   ...
+}