Skip to content

Commit

Permalink
MDEV-11727 Sequences of tests fail with valgrind warnings in buildbot
Browse files Browse the repository at this point in the history
The warning is "blocks are still reachable in loss record",
happens in malloc / _dl_close_worker. Suppression added
  • Loading branch information
elenst committed Jan 5, 2017
1 parent 5302ef2 commit 9e528d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mysql-test/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e528d4

Please sign in to comment.