diff options
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 17532d2345f..a4fb488a3d6 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -426,6 +426,23 @@ fun:_dl_map_object } +{ + libc pthread_exit 6 + Memcheck:Leak + fun:malloc + fun:_dl_map_object + fun:openaux + fun:_dl_catch_error +} + +{ + libc pthread_exit 7 + Memcheck:Leak + fun:malloc + fun:dl_open_worker + fun:_dl_catch_error + fun:_dl_open +} # # This is seen internally in the system libraries on 64-bit RHAS3. |