Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[TEMP] valgrind suppressions.
[simgrid.git] / tools / simgrid.supp
index e1c3f28..c9445e6 100644 (file)
    Memcheck:Leak
    match-leak-kinds:reachable
    fun:malloc
-   obj:/usr/lib/*/libstdc++.so.*
    fun:call_init.part.0
    ...
    fun:_dl_init
 }
 
+{
+   Memory leak in dl_init
+   Memcheck:Leak
+   match-leak-kinds:reachable
+   ...
+   fun:_dl_init
+}
+{
+   Memory leak in dl_init
+   Memcheck:Leak
+   match-leak-kinds:reachable
+   ...
+   fun:dlopen_doit
+}
+
 {
    Leaks in test-help-version and test-help-logs (early call to exit())
    Memcheck:Leak