1{
2   <dlcose-missing-to-enable-debug-symbol-display_NOT_A_LEAK>
3   Memcheck:Leak
4   ...
5   fun:dlopen*
6   ...
7}
8
9{
10   <CentOS 6 GnuTLS memleak - well some older GnuTLS version actually>
11   Memcheck:Leak
12   fun:malloc
13   fun:CRYPTO_malloc
14   fun:EC_KEY_new
15   fun:EC_KEY_new_by_curve_name
16   fun:SetAuthMode
17   fun:LstnInit
18   fun:create_tcp_socket
19   fun:tcpsrvConstructFinalize
20   fun:activate
21   fun:initAll
22   fun:main
23}
24
25{
26   <pselect() sometimes reports pointing to unadressable byte when all selectors are empty>
27   Memcheck:Param
28   pselect6(sig)
29   fun:pselect
30   fun:wait_timeout
31   fun:mainloop
32   fun:main
33}
34{
35   <librdkafka mem leak - we cannot work around it>
36   Memcheck:Leak
37   ...
38   fun:checkInstance
39   fun:activateCnf
40   fun:tellModulesActivateConfig
41   fun:activate
42   fun:initAll
43}
44{
45   <known issue under Ubuntu 20.04>
46   Helgrind:Misc
47   obj:/usr/lib/x86_64-linux-gnu/valgrind/vgpreload_helgrind-amd64-linux.so
48   fun:_dl_fini
49   fun:__run_exit_handlers
50   fun:exit
51   fun:(below main)
52}
53{
54   <known issue under Ubuntu 20.04>
55   Helgrind:Misc
56   obj:/usr/lib/x86_64-linux-gnu/valgrind/vgpreload_helgrind-amd64-linux.so
57   obj:/usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
58   fun:_dl_fini
59   fun:__run_exit_handlers
60   fun:exit
61   fun:(below main)
62}
63