Skip to content

Commit 9c5d40a

Browse files
committed
valgrind: register suppression for pthread 'false' glibc leak
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 79d78f2 commit 9c5d40a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

valgrind.supp

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# pthread
2+
{
3+
Pthread 'fake' leak at glibc level
4+
Memcheck:Leak
5+
match-leak-kinds: possible
6+
fun:calloc
7+
fun:allocate_dtv
8+
fun:_dl_allocate_tls
9+
fun:allocate_stack
10+
fun:pthread_create@@GLIBC_2.2.5
11+
fun:mk_utils_worker_spawn
12+
fun:flb_worker_create
13+
fun:flb_log_init
14+
fun:flb_lib_worker
15+
fun:start_thread
16+
fun:clone
17+
}
18+
119
# dl-open suppressions
220
{
321
Skip _dl_load_cache_lookup

0 commit comments

Comments
 (0)