#At file:///home/daogangq/mysql/bzrwork/bug45630/mysql-pe/ based on revid:jimw@stripped
3519 Dao-Gang.Qu@stripped 2009-08-06 [merge]
Bug #45630 rpl_trigger.test causes valgrind failures within nptl_pthread_exit_hack_handler
The server shutdown and start code triggered the valgrind failures
within nptl_pthread_exit_hack_handler on Ubuntu 9.04, x86 (but not amd64)
in rpl_trigger.test file.
For fixing the bug, suppress valgrind failures within nptl_pthread_exit_hack_handler
on Ubuntu 9.04, x86 (but not amd64). Because the server shutdown and start
code has been heavily used in mysql test set.
@ mysql-test/valgrind.supp
Add code for suppressing valgrind failures within nptl_pthread_exit_hack_handler on Ubuntu 9.04, x86 (but not amd64).
modified:
mysql-test/valgrind.supp
=== modified file 'mysql-test/valgrind.supp'
--- a/mysql-test/valgrind.supp 2009-03-11 07:19:41 +0000
+++ b/mysql-test/valgrind.supp 2009-08-06 05:18:44 +0000
@@ -622,3 +622,28 @@
fun:deflate_slow
fun:deflate
}
+
+# BUG#45630
+# Suppress valgrind failures within nptl_pthread_exit_hack_handler on Ubuntu 9.04, x86 (but not amd64)
+#
+
+{
+ Mem loss within nptl_pthread_exit_hack_handler
+ Memcheck:Leak
+ fun:malloc
+ obj:*/ld-*.so
+ obj:*/ld-*.so
+ obj:*/ld-*.so
+ obj:*/ld-*.so
+ obj:*/libc-*.so
+ obj:*/ld-*.so
+ fun:__libc_dlopen_mode
+ fun:pthread_cancel_init
+ fun:_Unwind_ForcedUnwind
+ fun:__pthread_unwind
+ fun:pthread_exit
+ fun:nptl_pthread_exit_hack_handler
+ fun:start_thread
+ fun:clone
+}
+
Attachment: [text/bzr-bundle] bzr/dao-gang.qu@sun.com-20090806051844-13dp6zzkxxw7igsy.bundle
| Thread |
|---|
| • bzr commit into mysql-pe branch (Dao-Gang.Qu:3519) Bug#45630 | Dao-Gang.Qu | 6 Aug |