summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-09-25 11:57:14 +0300
committerGeorgi Kodinov <joro@sun.com>2009-09-25 11:57:14 +0300
commit3787988ca8064fe38e83c554f7e1b8e6ec6aeb8e (patch)
treec7ecce02e71625905015a866b104ce1f8400c023 /mysql-test/valgrind.supp
parent40b685cf59868507eb41f9d41d0f92e6d84eb88c (diff)
downloadmariadb-git-3787988ca8064fe38e83c554f7e1b8e6ec6aeb8e.tar.gz
added more valgrind suppressions for glibc 2.6.1
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp16
1 files changed, 14 insertions, 2 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index fe3a0334fae..26f0d329a4a 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -1,5 +1,4 @@
-#
-# Suppress some common (not fatal) errors in system libraries found by valgrind
+*# Suppress some common (not fatal) errors in system libraries found by valgrind
#
#
@@ -625,6 +624,8 @@
fun:start_thread
}
+# suppressions for glibc 2.6.1 64 bit
+
{
Mem loss within nptl_pthread_exit_hack_handler 6
Memcheck:Leak
@@ -709,3 +710,14 @@
fun:nptl_pthread_exit_hack_handler
}
+#
+# Pthread doesn't free all thread specific memory before program exists
+#
+{
+ pthread allocate_tls memory loss in 2.6.1.
+ Memcheck:Leak
+ fun:calloc
+ obj:*/ld-*.so
+ fun:_dl_allocate_tls
+ fun:pthread_create*
+}