summaryrefslogtreecommitdiff
path: root/.vg-suppressions
blob: c77a787e24c401d5e8fc8435acf8303f110a862f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
   libc_dl_open
   Memcheck:Cond
   fun:_dl_relocate_object
   obj:/lib/libc-2.3.2.so
   fun:_dl_catch_error
   fun:_dl_open
}

{
   libc_dl_catch_error__map_object
   Memcheck:Addr1
   obj:/lib/ld-2.3.2.so
   fun:_dl_map_object
   obj:/lib/libc-2.3.2.so
   fun:_dl_catch_error
}
{
   libc_dl_catch_error__map_versions
   <insert a suppression name here>
   Memcheck:Addr1
   obj:/lib/ld-2.3.2.so
   fun:_dl_check_map_versions
   obj:/lib/libc-2.3.2.so
   fun:_dl_catch_error
}