diff options
author | unknown <kent@mysql.com> | 2006-05-14 01:14:47 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-05-14 01:14:47 +0200 |
commit | 3ad33d058e6b62106f014f9332dd4a118142e827 (patch) | |
tree | 8e67c69e41c68acff974ef12ce1997288dfd36c1 /mysql-test/valgrind.supp | |
parent | 0ccda0521bf8728297f7e2bd4e7da2971a2aaae0 (diff) | |
download | mariadb-git-3ad33d058e6b62106f014f9332dd4a118142e827.tar.gz |
valgrind.supp:
Added suppressions for Red Hat AS 4
mysql-test/valgrind.supp:
Added suppressions for Red Hat AS 4
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 69e4ee933b8..fd51e4f064c 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -15,6 +15,54 @@ } { + pthread allocate_tls memory loss 2 + Memcheck:Leak + fun:calloc + fun:_dl_allocate_tls + fun:pthread_create@@GLIBC_2.1 +} + +{ + pthead_exit memory loss 1 + Memcheck:Leak + fun:malloc + fun:_dl_new_object + fun:_dl_map_object_from_fd +} + +{ + pthread_exit memory loss 2 + Memcheck:Leak + fun:malloc + fun:_dl_map_object + fun:dl_open_worker +} + +{ + pthread_exit memory loss 3 + Memcheck:Leak + fun:malloc + fun:_dl_map_object_deps + fun:dl_open_worker +} + +{ + pthread_exit memory loss 4 + Memcheck:Leak + fun:calloc + fun:_dl_check_map_versions + fun:dl_open_worker +} + +{ + pthread_exit memory loss 5 + Memcheck:Leak + fun:calloc + fun:_dl_new_object + fun:_dl_map_object_from_fd +} + +{ pthread allocate_dtv memory loss Memcheck:Leak fun:calloc @@ -135,6 +183,24 @@ } { + libz longest_match3 + Memcheck:Cond + fun:longest_match + fun:deflate_slow + fun:deflate + fun:azflush +} + +{ + libz longest_match3 + Memcheck:Cond + fun:longest_match + fun:deflate_slow + fun:deflate + fun:azclose +} + +{ libz deflate Memcheck:Cond obj:*/libz.so.* @@ -173,3 +239,10 @@ fun:my_thread_init fun:kill_server_thread } + +# Red Hat AS 4 32 bit +{ + dl_relocate_object + Memcheck:Cond + fun:_dl_relocate_object +} |