summaryrefslogtreecommitdiffstats
path: root/valgrind-suppressions.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-11-26 23:34:43 +0100
committerTor Egge <Tor.Egge@online.no>2021-11-26 23:34:43 +0100
commit051b6b2be819b39a025b4c1855e8ade84ddda3c0 (patch)
treecdffb955019d7c1bc313e5f695312a06a562062e /valgrind-suppressions.txt
parentf9380c5ae3f9e151dc705741cf31145723c2493c (diff)
Suppress valgrind errors on CentOS 8 / aarch64.
Diffstat (limited to 'valgrind-suppressions.txt')
-rw-r--r--valgrind-suppressions.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/valgrind-suppressions.txt b/valgrind-suppressions.txt
index 75a7b256b35..63fd7857e76 100644
--- a/valgrind-suppressions.txt
+++ b/valgrind-suppressions.txt
@@ -2,6 +2,13 @@
NPTL keeps a cache of thread stacks, and metadata for thread local storage is not freed for threads in that cache
Memcheck:Leak
fun:calloc
+ fun:_dl_allocate_tls
+ fun:pthread_create@@GLIBC_2.17
+}
+{
+ NPTL keeps a cache of thread stacks, and metadata for thread local storage is not freed for threads in that cache
+ Memcheck:Leak
+ fun:calloc
fun:UnknownInlinedFun
fun:allocate_dtv
fun:_dl_allocate_tls