From 3e13f97bd4aaba25af5558512f933036c952494c Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Fri, 19 Feb 2010 09:12:25 +0100 Subject: yet another valgrind suppression for nptl_pthread_exit_hack_handler --- mysql-test/valgrind.supp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 72882acd3cd..0abe78bc140 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -1000,6 +1000,27 @@ fun:nptl_pthread_exit_hack_handler } +{ + Invalid read within nptl_pthread_exit_hack_handler + Memcheck:Addr8 + obj:*/ld-*.so + obj:*/ld-*.so + obj:*/ld-*.so + obj:*/ld-*.so + obj:*/ld-*.so + obj:*/ld-*.so + obj:*/ld-*.so + obj:*/libc-*.so + obj:*/ld-*.so + obj:*/libc-*.so + fun:__libc_dlopen_mode + fun:pthread_cancel_init + fun:_Unwind_ForcedUnwind + fun:__pthread_unwind + fun:pthread_exit + fun:nptl_pthread_exit_hack_handler +} + # # Pthread doesn't free all thread specific memory before program exists # -- cgit v1.2.1