We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c22cb2 commit 34dfb24Copy full SHA for 34dfb24
mysql-test/valgrind.supp
@@ -39,6 +39,14 @@
39
40
}
41
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
+
50
{
51
pthead_exit memory loss 1
52
Memcheck:Leak
@@ -157,6 +165,14 @@
157
165
fun:__errno_location
158
166
159
167
168
169
+ pthread errno
170
171
+ fun:calloc
172
+ fun:_dlerror_run
173
+ fun:dlclose
174
175
160
176
161
177
#
162
178
# Warnings in libz becasue it works with aligned memory(?)
0 commit comments