Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
d91f90050fbbfc565210c74bfc7f5df5c6c9d522
[simgrid.git] / tools / simgrid.supp
1 # Valgrind suppressions for stuff that we cannot control
2
3 # Memory leak in dash
4 # dash is actually used when checking the "mkfile" command in tesh
5 {
6    Memory leak in /bin/dash
7    Memcheck:Leak
8    ...
9    obj:/bin/dash
10 }
11
12 # There's a constant leak of 56 bytes in the depths of libc which
13 # manifests, for example, when unsing backtrace()
14 {
15    Memory leak in libc/dlopen with -pthread
16    Memcheck:Leak
17    fun:malloc
18    fun:_dl_map_object_deps
19    fun:dl_open_worker
20    fun:_dl_catch_error
21    fun:_dl_open
22    fun:do_dlopen
23    fun:_dl_catch_error
24    fun:dlerror_run
25    fun:__libc_dlopen_mode
26 }