Commit 5454ca75 authored by unknown's avatar unknown

Add suppressions seen on maint1, nothing new just a nother version of libc

parent 9a00f96f
...@@ -14,6 +14,14 @@ ...@@ -14,6 +14,14 @@
fun:pthread_create* fun:pthread_create*
} }
{
pthread allocate_tls memory loss
Memcheck:Leak
fun:calloc
fun:_dl_allocate_tls
fun:pthread_create*
}
{ {
pthread allocate_dtv memory loss pthread allocate_dtv memory loss
Memcheck:Leak Memcheck:Leak
...@@ -114,6 +122,24 @@ ...@@ -114,6 +122,24 @@
fun:compress2 fun:compress2
} }
{
libz longest_match 3
Memcheck:Cond
fun:longest_match
fun:deflate_slow
fun:deflate
fun:gzclose
}
{
libz longest_match 4
Memcheck:Cond
fun:longest_match
fun:deflate_slow
fun:deflate
fun:gzflush
}
{ {
libz deflate libz deflate
Memcheck:Cond Memcheck:Cond
...@@ -133,6 +159,7 @@ ...@@ -133,6 +159,7 @@
fun:gzflush fun:gzflush
} }
# #
# Warning from my_thread_init becasue mysqld dies before kill thread exists # Warning from my_thread_init becasue mysqld dies before kill thread exists
# #
......
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