Skip to content

Commit 1c29634

Browse files
author
Sujatha Sivakumar
committed
Bug#25391948: RPL_CHECK_GTID TEST FAILS SPORADICALLY ON
PB2 - WEEKLY-5.6 FOR LINUX-VALGRIND Problem: ======= During dlopen/dlclose few blocks of memory left unfreed. This is a known issue in libc6 and needs to be suppressed. Fix: === Updated valgrind.supp file with required function call stack.
1 parent 587272e commit 1c29634

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

mysql-test/valgrind.supp

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Library General Public
@@ -915,6 +915,33 @@
915915
fun:kill_server_thread
916916
}
917917

918+
{
919+
Bug#25391948 RPL_CHECK_GTID TEST FAILS SPORADICALLY ON PB2 - WEEKLY-5.6 FOR LINUX-VALGRIND
920+
Memcheck:Leak
921+
match-leak-kinds: reachable
922+
fun:malloc
923+
fun:_dl_close_worker
924+
fun:_dl_close
925+
fun:_dl_catch_error
926+
fun:__libc_dlclose
927+
...
928+
}
929+
930+
{
931+
Bug#25391948 RPL_CHECK_GTID TEST FAILS SPORADICALLY ON PB2 - WEEKLY-5.6 FOR LINUX-VALGRIND
932+
Memcheck:Leak
933+
match-leak-kinds: reachable
934+
fun:malloc
935+
...
936+
fun:dl_open_worker
937+
fun:_dl_catch_error
938+
fun:_dl_open
939+
fun:do_dlopen
940+
fun:_dl_catch_error
941+
fun:__libc_dlopen_mode
942+
...
943+
}
944+
918945
#Suppress warnings from glibc implementation of 'malloc_info'
919946
{
920947
Malloc_info uninitialised value of size 8

0 commit comments

Comments
 (0)