summaryrefslogtreecommitdiffstats
path: root/tests/known_issues.supp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/known_issues.supp')
-rw-r--r--tests/known_issues.supp62
1 files changed, 62 insertions, 0 deletions
diff --git a/tests/known_issues.supp b/tests/known_issues.supp
new file mode 100644
index 0000000..9bb8fa3
--- /dev/null
+++ b/tests/known_issues.supp
@@ -0,0 +1,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)
+}