Skip to content

Commit 34dfb24

Browse files
author
Steinar H. Gunderson
committed
Bug #25917702: USE C++11 THREAD-LOCAL STORAGE INSTEAD OF MY_THREAD_LOCAL
Post-push fix: Update Valgrind suppressions for changed TLS use. Change-Id: I0d8dbab8db89b03f5f80c912d88127ac2f3c737d
1 parent 8c22cb2 commit 34dfb24

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

mysql-test/valgrind.supp

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@
3939

4040
}
4141

42+
{
43+
GCC never cleans up its TLS block
44+
Memcheck:Leak
45+
fun:memalign
46+
fun:allocate_and_init
47+
fun:tls_get_addr_tail
48+
}
49+
4250
{
4351
pthead_exit memory loss 1
4452
Memcheck:Leak
@@ -157,6 +165,14 @@
157165
fun:__errno_location
158166
}
159167

168+
{
169+
pthread errno
170+
Memcheck:Leak
171+
fun:calloc
172+
fun:_dlerror_run
173+
fun:dlclose
174+
}
175+
160176

161177
#
162178
# Warnings in libz becasue it works with aligned memory(?)

0 commit comments

Comments
 (0)