-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathvalgrind.supp
More file actions
84 lines (84 loc) · 1.55 KB
/
valgrind.supp
File metadata and controls
84 lines (84 loc) · 1.55 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
symphonia_bad_static1
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:*hashbrown3map28HashMap*insert*
...
fun:*core3ops8function6FnOnce9call_once*
fun:*symphonia_core5probe5Probe6format*
...
}
{
symphonia_bad_static2
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:*hashbrown3map28HashMap*insert*
...
fun:*symphonia7default10get_codecs*
fun:*core3ops8function6FnOnce9call_once*
...
}
{
symphonia_bad_static3
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:*symphonia_format_ogg*demuxer*OggReader*symphonia_core*formats*FormatReader*try_new*
fun:*FnOnce*call_once*
}
{
symphonia_bad_static3.5
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:*symphonia_format_ogg*demuxer*OggReader*
fun:*FnOnce*call_once*
}
{
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*
}
{
symphonia_bad_static4
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:alloc
...
fun:reserve_rehash_inner*
...
fun:*hashbrown*find_or_find_insert_index*
...
fun:find_or_find_insert_index*
...
}
{
rust_compiler_leak_test
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:current_or_unnamed
...
fun:__rust_std_internal_init_fn
...
fun:run_tests*
...
fun:test_main_with_exit_callback*
...
}