summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorElena Stepanova <elenst@montyprogram.com>2017-01-05 17:38:55 +0200
committerElena Stepanova <elenst@montyprogram.com>2017-01-05 17:38:55 +0200
commit9e528d4fdeab83fcc75ec788da939937ce27b98d (patch)
tree38a9674e9325ac3ab8c42bb839ce42b5008030f4 /mysql-test/valgrind.supp
parent5302ef2c955d98bf3b1fb1f94c036d904c8af922 (diff)
downloadmariadb-git-9e528d4fdeab83fcc75ec788da939937ce27b98d.tar.gz
MDEV-11727 Sequences of tests fail with valgrind warnings in buildbot
The warning is "blocks are still reachable in loss record", happens in malloc / _dl_close_worker. Suppression added
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index b86cbd23408..154031feb0d 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -923,6 +923,14 @@
fun:backtrace
}
+{
+ memory leak in mysqld_exit
+ Memcheck:Leak
+ fun:malloc
+ fun:_dl_close_worker
+ fun:_dl_close
+}
+
#
# 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