Skip to content

Commit e81f592

Browse files
committed
checked in valgrind.suppress file.
1 parent 8126a4f commit e81f592

File tree

1 file changed

+234
-0
lines changed

1 file changed

+234
-0
lines changed

valgrind.suppress

Lines changed: 234 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,234 @@
1+
{
2+
<insert_a_suppression_name_here>
3+
Memcheck:Leak
4+
fun:malloc
5+
fun:ngx_alloc
6+
fun:ngx_palloc_large
7+
fun:ngx_palloc
8+
fun:ngx_pcalloc
9+
fun:ngx_hash_init
10+
fun:ngx_http_variables_init_vars
11+
fun:ngx_http_block
12+
fun:ngx_conf_parse
13+
fun:ngx_init_cycle
14+
fun:main
15+
}
16+
{
17+
<insert_a_suppression_name_here>
18+
Memcheck:Leak
19+
fun:malloc
20+
fun:ngx_alloc
21+
fun:ngx_palloc_large
22+
fun:ngx_palloc
23+
fun:ngx_pcalloc
24+
fun:ngx_hash_keys_array_init
25+
fun:ngx_http_variables_add_core_vars
26+
fun:ngx_http_core_preconfiguration
27+
fun:ngx_http_block
28+
fun:ngx_conf_parse
29+
fun:ngx_init_cycle
30+
fun:main
31+
}
32+
{
33+
<insert_a_suppression_name_here>
34+
Memcheck:Leak
35+
fun:malloc
36+
fun:ngx_alloc
37+
fun:ngx_palloc_large
38+
fun:ngx_palloc
39+
fun:ngx_array_push
40+
fun:ngx_hash_add_key
41+
fun:ngx_http_add_variable
42+
fun:ngx_http_echo_add_variables
43+
fun:ngx_http_echo_handler_init
44+
fun:ngx_http_block
45+
fun:ngx_conf_parse
46+
fun:ngx_init_cycle
47+
}
48+
{
49+
<insert_a_suppression_name_here>
50+
Memcheck:Leak
51+
fun:malloc
52+
fun:ngx_alloc
53+
fun:ngx_palloc_large
54+
fun:ngx_palloc
55+
fun:ngx_pcalloc
56+
fun:ngx_http_upstream_drizzle_create_srv_conf
57+
fun:ngx_http_core_server
58+
fun:ngx_conf_parse
59+
fun:ngx_http_block
60+
fun:ngx_conf_parse
61+
fun:ngx_init_cycle
62+
fun:main
63+
}
64+
{
65+
<insert_a_suppression_name_here>
66+
Memcheck:Leak
67+
fun:malloc
68+
fun:ngx_alloc
69+
fun:ngx_palloc_large
70+
fun:ngx_palloc
71+
fun:ngx_pcalloc
72+
fun:ngx_http_upstream_drizzle_create_srv_conf
73+
fun:ngx_http_upstream
74+
fun:ngx_conf_parse
75+
fun:ngx_http_block
76+
fun:ngx_conf_parse
77+
fun:ngx_init_cycle
78+
fun:main
79+
}
80+
{
81+
<insert_a_suppression_name_here>
82+
Memcheck:Leak
83+
fun:malloc
84+
fun:ngx_alloc
85+
fun:ngx_palloc_large
86+
fun:ngx_palloc
87+
fun:ngx_pcalloc
88+
fun:ngx_http_upstream_drizzle_create_srv_conf
89+
fun:ngx_http_block
90+
fun:ngx_conf_parse
91+
fun:ngx_init_cycle
92+
fun:main
93+
}
94+
{
95+
<insert_a_suppression_name_here>
96+
Memcheck:Leak
97+
fun:malloc
98+
fun:ngx_alloc
99+
fun:ngx_palloc_large
100+
fun:ngx_palloc
101+
fun:ngx_array_push
102+
fun:ngx_hash_add_key
103+
fun:ngx_http_variables_add_core_vars
104+
fun:ngx_http_core_preconfiguration
105+
fun:ngx_http_block
106+
fun:ngx_conf_parse
107+
fun:ngx_init_cycle
108+
fun:main
109+
}
110+
{
111+
<insert_a_suppression_name_here>
112+
Memcheck:Leak
113+
fun:malloc
114+
fun:ngx_alloc
115+
fun:ngx_palloc_large
116+
fun:ngx_palloc
117+
fun:ngx_pcalloc
118+
fun:ngx_init_cycle
119+
fun:main
120+
}
121+
122+
{
123+
<insert_a_suppression_name_here>
124+
Memcheck:Leak
125+
fun:malloc
126+
fun:ngx_alloc
127+
fun:ngx_palloc_large
128+
fun:ngx_palloc
129+
fun:ngx_hash_init
130+
fun:ngx_http_upstream_init_main_conf
131+
fun:ngx_http_block
132+
fun:ngx_conf_parse
133+
fun:ngx_init_cycle
134+
fun:main
135+
}
136+
137+
{
138+
nginx-core-process-init
139+
Memcheck:Leak
140+
fun:malloc
141+
fun:ngx_alloc
142+
fun:ngx_event_process_init
143+
fun:ngx_single_process_cycle
144+
fun:main
145+
}
146+
{
147+
nginx-core-crc32-init
148+
Memcheck:Leak
149+
fun:malloc
150+
fun:ngx_alloc
151+
fun:ngx_crc32_table_init
152+
fun:main
153+
}
154+
{
155+
palloc_large_for_init_request
156+
Memcheck:Leak
157+
fun:malloc
158+
fun:ngx_alloc
159+
fun:ngx_palloc_large
160+
fun:ngx_palloc
161+
fun:ngx_pcalloc
162+
fun:ngx_http_init_request
163+
fun:ngx_epoll_process_events
164+
fun:ngx_process_events_and_timers
165+
fun:ngx_single_process_cycle
166+
fun:main
167+
}
168+
{
169+
palloc_large_for_create_temp_buf
170+
Memcheck:Leak
171+
fun:malloc
172+
fun:ngx_alloc
173+
fun:ngx_palloc_large
174+
fun:ngx_palloc
175+
fun:ngx_create_temp_buf
176+
fun:ngx_http_init_request
177+
fun:ngx_epoll_process_events
178+
fun:ngx_process_events_and_timers
179+
fun:ngx_single_process_cycle
180+
fun:main
181+
}
182+
{
183+
accept_create_pool
184+
Memcheck:Leak
185+
fun:memalign
186+
fun:posix_memalign
187+
fun:ngx_memalign
188+
fun:ngx_create_pool
189+
fun:ngx_event_accept
190+
fun:ngx_epoll_process_events
191+
fun:ngx_process_events_and_timers
192+
fun:ngx_single_process_cycle
193+
fun:main
194+
}
195+
{
196+
create_pool_for_init_req
197+
Memcheck:Leak
198+
fun:memalign
199+
fun:posix_memalign
200+
fun:ngx_memalign
201+
fun:ngx_create_pool
202+
fun:ngx_http_init_request
203+
fun:ngx_epoll_process_events
204+
fun:ngx_process_events_and_timers
205+
fun:ngx_single_process_cycle
206+
fun:main
207+
}
208+
{
209+
create_pool_posix_memalign
210+
Memcheck:Leak
211+
fun:memalign
212+
fun:posix_memalign
213+
fun:ngx_memalign
214+
fun:ngx_create_pool
215+
fun:main
216+
}
217+
218+
{
219+
<insert_a_suppression_name_here>
220+
Memcheck:Leak
221+
fun:malloc
222+
fun:ngx_alloc
223+
fun:ngx_palloc_large
224+
fun:ngx_palloc
225+
fun:ngx_array_push
226+
fun:ngx_hash_add_key
227+
fun:ngx_http_add_variable
228+
fun:ngx_http_ssi_preconfiguration
229+
fun:ngx_http_block
230+
fun:ngx_conf_parse
231+
fun:ngx_init_cycle
232+
fun:main
233+
}
234+

0 commit comments

Comments
 (0)