summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2010-02-19 09:12:25 +0100
committerSergei Golubchik <sergii@pisem.net>2010-02-19 09:12:25 +0100
commit3e13f97bd4aaba25af5558512f933036c952494c (patch)
tree508c99c1ba50bce7aeb2de29574b1a936589a652
parent1b24185341571d041c8b91ebe600570fb1900ceb (diff)
downloadmariadb-git-3e13f97bd4aaba25af5558512f933036c952494c.tar.gz
yet another valgrind suppression for nptl_pthread_exit_hack_handler
-rw-r--r--mysql-test/valgrind.supp21
1 files changed, 21 insertions, 0 deletions
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
#