X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/5279f43fc9be71815091e79c76d5bc04c8c88421..7300f7a9bc748ee5c45d6139b583da4d11a6b1d4:/valgrind_suppressions_3.5

diff --git a/valgrind_suppressions_3.5 b/valgrind_suppressions_3.5
index f445238..e1e2552 100644
--- a/valgrind_suppressions_3.5
+++ b/valgrind_suppressions_3.5
@@ -1,5 +1,5 @@
 {
-   Memory leaks in surf_routing.c
+   Known memory leaks in SimGrid (surf_routing.c)
    Memcheck:Leak
    ...
    fun:surf_parse_lex
@@ -8,3 +8,20 @@
    fun:MSG_create_environment
    ...
 }
+
+{
+   Memory leak in libc?
+   Memcheck:Leak
+   fun:malloc
+   fun:_dl_map_object_deps
+   fun:dl_open_worker
+   fun:_dl_catch_error
+   fun:_dl_open
+   fun:do_dlopen
+   fun:_dl_catch_error
+   fun:dlerror_run
+   fun:__libc_dlopen_mode
+   fun:init
+   fun:pthread_once
+   fun:backtrace
+}