summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-01-05 18:57:13 +0100
committerSergei Golubchik <sergii@pisem.net>2012-01-05 18:57:13 +0100
commit575c7f832939c7621905b1264db00db9007a6475 (patch)
tree06dff0e873ae035c725ee6fd42308997f78d002c /mysql-test/valgrind.supp
parent506984181bd2bc0bdacb4d1154522c6be859b200 (diff)
downloadmariadb-git-575c7f832939c7621905b1264db00db9007a6475.tar.gz
valgrind suppression for older glibc
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index d505cd80261..e906e514074 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -1153,6 +1153,15 @@
fun:pthread_create*
}
+{
+ memory "leak" in backtrace() of glibc 2.9 (not present in 2.13)
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:pthread_once
+ fun:backtrace
+}
+
#
# Bug in Glibc 2.9: http://sourceware.org/bugzilla/show_bug.cgi?id=10391
# Fixed in latest Glibc, but suppressed here for running tests on hosts