1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
This commit is contained in:
Elena Stepanova
2017-01-05 17:38:55 +02:00
parent 5302ef2c95
commit 9e528d4fde

View File

@ -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