← Back to team overview

maria-developers team mailing list archive

bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (psergey:2715)

 

#At lp:maria based on revid:psergey@xxxxxxxxxxxx-20090614205924-1vnfwbuo4brzyfhp

 2715 Sergey Petrunia	2009-06-15
      Fix spurious valgrind warnings in rpl_trigger.test
      modified:
        mysql-test/valgrind.supp

per-file messages:
  mysql-test/valgrind.supp
    Fix spurious valgrind warnings in rpl_trigger.test
=== modified file 'mysql-test/valgrind.supp'
--- a/mysql-test/valgrind.supp	2009-05-22 12:38:50 +0000
+++ b/mysql-test/valgrind.supp	2009-06-15 16:22:08 +0000
@@ -631,3 +631,13 @@
    fun:malloc
    fun:inet_ntoa
 }
+
+#
+# Some problem inside glibc on Ubuntu 9.04, x86 (but not amd64)
+#
+{
+   Mem loss inside nptl_pthread_exit_hack_handler
+   Memcheck:Leak
+   ...
+   fun:nptl_pthread_exit_hack_handler 
+}