-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvalgrind.supp
More file actions
39 lines (39 loc) · 745 Bytes
/
valgrind.supp
File metadata and controls
39 lines (39 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
rust_compiler_leak_error_on_panic_in_rt
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:*thread*current*init_current*
...
fun:*run_tests_console*
...
fun:*rt*lang_start*
fun:*rt*lang_start_internal*
}
{
rust_compiler_leak_error_on_panic_in_rt_optimized
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:*thread*current*init_current*
...
fun:*run_tests_console*
...
fun:*rt*lang_start_internal*
}
{
rust_compiler_leak_test_harness
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:*thread*current*init_current*
...
fun:*recv_timeout*
fun:*run_tests*
fun:*run_tests_console*
...
fun:*rust_begin_short_backtrace*
}