-
Notifications
You must be signed in to change notification settings - Fork 5
/
valgrind.supp
160 lines (160 loc) · 1.67 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
name
Memcheck:Leak
fun:*
...
obj:*libmlx*
...
}
{
name
Memcheck:Cond
fun:*
...
obj:*libmlx*
...
}
{
name
Memcheck:Value8
fun:*
...
obj:*libmlx*
...
}
{
name
Memcheck:Addr4
fun:*
...
obj:*libmlx*
...
}
{
name
Memcheck:Leak
fun:*
...
obj:*SDL*
...
}
{
name
Memcheck:Leak
fun:*
...
obj:*X11*
...
}
{
name
Memcheck:Leak
fun:*
...
obj:*nvidia.so*
...
}
{
name
Memcheck:Leak
fun:*
obj:*
...
fun:X11*
...
}
{
name
Memcheck:Leak
fun:*alloc
obj:*
...
fun:SDL*
...
}
{
memcheck_malloc_suppressions
Memcheck:Leak
fun:malloc
...
obj:/var/cache/nscd/passwd
}
{
memcheck_calloc_suppressions
Memcheck:Leak
fun:calloc
...
obj:/var/cache/nscd/passwd
}
{
memcheck_realloc_suppressions
Memcheck:Leak
fun:realloc
...
obj:/var/cache/nscd/passwd
}
{
dl_catch_exception_suppressions
Memcheck:Leak
...
fun:_dl_catch_exception
...
}
{
dl_catch_exception_suppressions_addr8
Memcheck:Addr8
...
fun:_dl_catch_exception
...
}
{
dlopen_malloc-suppressions
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:_dl_open
...
}
{
_dl_init_suppressions
Memcheck:Leak
match-leak-kinds: reachable
fun:_Znwm
...
fun:_dl_init
}
{
dbus_suppressions
Memcheck:Leak
match-leak-kinds: reachable
...
fun:_dbus*
...
}
{
dbus_memory_leak
Memcheck:Leak
match-leak-kinds: definite
fun:calloc
obj:/usr/lib/x86_64-linux-gnu/libdbus-1.so.*
...
fun:dbus*
...
}
{
name
Memcheck:Leak
fun:*
...
obj:*libnvidia-glcore.so*
...
}
{
name
Memcheck:Leak
fun:*
...
obj:*libdbus-1.so*
...
}