diff options
author | Georgi Kodinov <joro@sun.com> | 2009-09-25 11:57:14 +0300 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-09-25 11:57:14 +0300 |
commit | 90f570b5b3db4fff8c5336e550e8921a2cca86e8 (patch) | |
tree | c7ecce02e71625905015a866b104ce1f8400c023 /mysql-test/valgrind.supp | |
parent | 138474ec0334080cb303c9810201665e72cce181 (diff) | |
download | mariadb-git-90f570b5b3db4fff8c5336e550e8921a2cca86e8.tar.gz |
added more valgrind suppressions for glibc 2.6.1
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 16 |
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* +} |