#At file:///home/jonas/src/telco-6.2/ based on revid:bocklin@stripped
2929 Jonas Oreland 2009-05-20
ndb - add valgrind suppression
for valgrind-3.4, related to pthread_exit
M mysql-test/valgrind.supp
=== modified file 'mysql-test/valgrind.supp'
--- a/mysql-test/valgrind.supp 2008-10-21 07:55:03 +0000
+++ b/mysql-test/valgrind.supp 2009-05-20 08:31:32 +0000
@@ -20,7 +20,15 @@
fun:calloc
fun:_dl_allocate_tls
fun:pthread_create*
+}
+{
+ pthread allocate_tls memory loss
+ Memcheck:Leak
+ fun:calloc
+ obj:*
+ fun:_dl_allocate_tls
+ fun:pthread_create*
}
{
@@ -517,3 +525,29 @@
fun:dlopen*
}
+#
+#
+#
+{
+ exit leak - 00
+ Memcheck:Leak
+ fun:malloc
+ obj:*
+ ...
+ fun:*
+ ...
+ fun:pthread_exit
+ fun:nptl_pthread_exit_hack_handler
+}
+
+{
+ exit leak - 00
+ Memcheck:Leak
+ fun:calloc
+ obj:*
+ ...
+ fun:*
+ ...
+ fun:pthread_exit
+ fun:nptl_pthread_exit_hack_handler
+}
Attachment: [text/bzr-bundle] bzr/jonas@mysql.com-20090520083132-lfi0sn1asd2mfr78.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-6.2 branch (jonas:2929) | Jonas Oreland | 20 May |