-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathvalgrind.supp
79 lines (79 loc) · 1.32 KB
/
valgrind.supp
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
{
fuse_destroy-runs-on-exit
Memcheck:Leak
...
fun:fuse_new_common
fun:main
}
{
fuse_unmount-runs-on-exit
Memcheck:Leak
...
fun:fuse_mount_common
fun:main
}
{
mountpoint-freed-on-exit
Memcheck:Leak
...
fun:fuse_opt_parse
fun:fuse_parse_cmdline
fun:main
}
{
fuse_opt_free_args-runs-on-exit
Memcheck:Leak
...
fun:fuse_opt_parse
fun:main
}
{
leveldb_options_destroy-runs-on-exit
Memcheck:Leak
...
fun:leveldb_options_create
fun:stat_cache_open
fun:main
}
{
leveldb_put-unix-magic
Memcheck:Value8
fun:_ZN7leveldb6crc32c6ExtendEjPKcm
}
{
fuse_kern_chan_send
Memcheck:Param
writev(vector[...])
fun:writev
fun:fuse_kern_chan_send
fun:fuse_send_reply_iov_nofree
fun:send_reply_iov
fun:send_reply_ok
fun:fuse_reply_create
fun:fuse_lib_create
fun:do_create
fun:fuse_ll_process
fun:fuse_do_work
fun:start_thread
fun:clone
}
{
free-runs-later
Memcheck:Leak
...
fun:leveldb_get
fun:stat_cache_value_get
fun:get_stat
...
}
{
leveldb-CompactMemTable
Memcheck:Cond
...
fun:_ZN7leveldb6DBImpl15CompactMemTableEv
fun:_ZN7leveldb6DBImpl20BackgroundCompactionEv
fun:_ZN7leveldb6DBImpl14BackgroundCallEv
fun:_ZN7leveldb12_GLOBAL__N_18PosixEnv15BGThreadWrapperEPv
fun:start_thread
fun:clone
}