From 575c7f832939c7621905b1264db00db9007a6475 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 5 Jan 2012 18:57:13 +0100 Subject: valgrind suppression for older glibc --- mysql-test/valgrind.supp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mysql-test/valgrind.supp') 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 -- cgit v1.2.1