summaryrefslogtreecommitdiffstats
path: root/tests/known_issues.supp
blob: 9bb8fa39e0b5c1cabd27889d5237b230928412e1 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
   <dlcose-missing-to-enable-debug-symbol-display_NOT_A_LEAK>
   Memcheck:Leak
   ...
   fun:dlopen*
   ...
}

{
   <CentOS 6 GnuTLS memleak - well some older GnuTLS version actually>
   Memcheck:Leak
   fun:malloc
   fun:CRYPTO_malloc
   fun:EC_KEY_new
   fun:EC_KEY_new_by_curve_name
   fun:SetAuthMode
   fun:LstnInit
   fun:create_tcp_socket
   fun:tcpsrvConstructFinalize
   fun:activate
   fun:initAll
   fun:main
}

{
   <pselect() sometimes reports pointing to unadressable byte when all selectors are empty>
   Memcheck:Param
   pselect6(sig)
   fun:pselect
   fun:wait_timeout
   fun:mainloop
   fun:main
}
{
   <librdkafka mem leak - we cannot work around it>
   Memcheck:Leak
   ...
   fun:checkInstance
   fun:activateCnf
   fun:tellModulesActivateConfig
   fun:activate
   fun:initAll
}
{
   <known issue under Ubuntu 20.04>
   Helgrind:Misc
   obj:/usr/lib/x86_64-linux-gnu/valgrind/vgpreload_helgrind-amd64-linux.so
   fun:_dl_fini
   fun:__run_exit_handlers
   fun:exit
   fun:(below main)
}
{
   <known issue under Ubuntu 20.04>
   Helgrind:Misc
   obj:/usr/lib/x86_64-linux-gnu/valgrind/vgpreload_helgrind-amd64-linux.so
   obj:/usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
   fun:_dl_fini
   fun:__run_exit_handlers
   fun:exit
   fun:(below main)
}