summaryrefslogtreecommitdiffstats
path: root/valgrind-suppressions.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahooinc.com>2023-06-30 00:09:20 +0200
committerTor Egge <Tor.Egge@yahooinc.com>2023-06-30 00:09:20 +0200
commit891198542c9ce4a38bce5d5851ed24707969eff6 (patch)
tree08d57b6957fc107d4d4701f5cab8b92f20e2ce10 /valgrind-suppressions.txt
parent88bb6fac13b8e1c598e2387e23a6616880242948 (diff)
Suppress valgrind errors on CentOS Stream 8 / aarch64.
Diffstat (limited to 'valgrind-suppressions.txt')
-rw-r--r--valgrind-suppressions.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/valgrind-suppressions.txt b/valgrind-suppressions.txt
index 197b8ffddd9..71007554439 100644
--- a/valgrind-suppressions.txt
+++ b/valgrind-suppressions.txt
@@ -12,6 +12,16 @@
fun:UnknownInlinedFun
fun:allocate_dtv
fun:_dl_allocate_tls
+ fun:allocate_stack
+ 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
fun:pthread_create@@GLIBC_2.2.5
}
{