Commit 9e528d4f authored by Elena Stepanova's avatar Elena Stepanova

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
parent 5302ef2c
...@@ -923,6 +923,14 @@ ...@@ -923,6 +923,14 @@
fun:backtrace 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 # 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 # Fixed in latest Glibc, but suppressed here for running tests on hosts
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment