Skip to content

Commit 8972fc7

Browse files
committed
suppression for thread_local::native::lazy::Storage<>::get_or_init_slow leak
see rust-lang/rust#135628 for more details
1 parent ea83ca9 commit 8972fc7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

suppressions/rust-1.84

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
Rust 1.84 standard library
3+
Memcheck:Leak
4+
match-leak-kinds: possible
5+
fun:malloc
6+
fun:_ZN3std6thread6Thread3new17h2befa5bc50e06d13E
7+
fun:_ZN3std6thread7current12init_current17h995cf44c460e5ccbE
8+
fun:_ZN3std4sync4mpmc7context7Context3new17hbea3e84f72b44257E
9+
fun:_ZN3std3sys12thread_local6native4lazy20Storage$LT$T$C$D$GT$16get_or_init_slow17h8072c00318bcc34dE
10+
fun:_ZN3std4sync4mpmc4list16Channel$LT$T$GT$4recv17hb8facc0251a95a60E
11+
}

0 commit comments

Comments
 (0)