X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/9fa3f99f5a059c1cac612bcdde1c4df82b07c6d1..fc4b169f4e9a3b0e8c8ae807fdb4c7cf8d3e6507:/valgrind_suppressions?ds=sidebyside

diff --git a/valgrind_suppressions b/valgrind_suppressions
index e4dbcfb..8c54c73 100644
--- a/valgrind_suppressions
+++ b/valgrind_suppressions
@@ -1,25 +1,5 @@
 {
-   Known memory leaks in SimGrid (surf/surf_routing.c)
-   Memcheck:Leak
-   ...
-   fun:surf_parse_lex
-   fun:parse_platform_file
-   fun:SIMIX_create_environment
-   fun:MSG_create_environment
-   ...
-}
-
-{
-   Known memory leaks in SimGrid (msg/environment.c)
-   Memcheck:Leak
-   ...
-   fun:__MSG_host_create
-   fun:MSG_create_environment
-   ...
-}
-
-{
-   Memory leak in libc?
+   Memory leak in glibc/backtrace
    Memcheck:Leak
    fun:malloc
    fun:_dl_map_object_deps
@@ -31,6 +11,7 @@
    fun:dlerror_run
    fun:__libc_dlopen_mode
    fun:init
-   fun:pthread_once
-   fun:backtrace
+   ...
+   fun:*backtrace*
+   ...
 }