1# ld related errors, unfixed since the dawn of time
2{
3   _dl_init-1
4   Memcheck:Leak
5   match-leak-kinds: reachable
6   ...
7   fun:call_init
8   fun:_dl_init
9   obj:/lib/x86_64-linux-gnu/ld-2.27.so
10}
11{
12   _dl_init-2
13   Memcheck:Leak
14   match-leak-kinds: possible
15   ...
16   fun:call_init
17   fun:_dl_init
18   obj:/lib/x86_64-linux-gnu/ld-2.27.so
19}
20{
21   _dl_init-3
22   Memcheck:Leak
23   match-leak-kinds: definite
24   ...
25   fun:call_init
26   fun:_dl_init
27   obj:/lib/x86_64-linux-gnu/ld-2.27.so
28}
29{
30   dlclose-1
31   Memcheck:Leak
32   match-leak-kinds: reachable
33   fun:calloc
34   fun:_dlerror_run
35   fun:dlopen@@GLIBC_2.2.5
36   ...
37}
38{
39   dlclose-2
40   Memcheck:Leak
41   match-leak-kinds: reachable
42   ...
43   fun:_dl_open
44   ...
45}
46
47
48# XInitThreads
49{
50   XInitThreads
51   Memcheck:Leak
52   match-leak-kinds: reachable
53   fun:malloc
54   fun:XInitThreads
55   ...
56}
57