Commit fe79cf54 authored by Olivier Crête's avatar Olivier Crête Committed by Olivier Crête

valgrind supp: Add updated gllibc suppressions

parent d63c7159
...@@ -594,10 +594,20 @@ ...@@ -594,10 +594,20 @@
... ...
fun:g_bus_get_sync fun:g_bus_get_sync
} }
# glibc does not deallocate thread-local storage
{ {
pthread-create-rhel7 <tls>
Memcheck:Leak Memcheck:Leak
fun:calloc ...
fun:_dl_allocate_tls fun:_dl_allocate_tls
fun:pthread_create@@GLIBC_2.2.5 fun:pthread_create@@*
} }
\ No newline at end of file
{
<tls>
Memcheck:Leak
...
fun:_dl_allocate_tls
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment