aboutsummaryrefslogtreecommitdiffstats
path: root/valgrind-suppressions.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-05-29 09:15:07 +0000
committerTor Egge <Tor.Egge@oath.com>2018-05-29 09:15:07 +0000
commit8e68d285c5776d15bcb6120e3af7e85c073de7a0 (patch)
treeb01145caeb71656ff22c594d08255775260d802c /valgrind-suppressions.txt
parent6cd4e8945facda874bf1ada7ea8694c2c633f9da (diff)
Suppress valgrind memory leak warning on fedora.
Diffstat (limited to 'valgrind-suppressions.txt')
-rw-r--r--valgrind-suppressions.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/valgrind-suppressions.txt b/valgrind-suppressions.txt
index baef981a3f9..2df6c9c5691 100644
--- a/valgrind-suppressions.txt
+++ b/valgrind-suppressions.txt
@@ -6,6 +6,14 @@
fun:pthread_create@@GLIBC_2.2.5
}
{
+ 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:allocate_dtv
+ fun:_dl_allocate_tls
+ fun:pthread_create@@GLIBC_2.2.5
+}
+{
This is a bug in glibc. We can not suffer for that.
Memcheck:Free
fun:free