Skip to content

Commit f308149

Browse files
committed
updated valgrind.suppress for the "hup reload" + valgrind/memcheck testing mode.
1 parent 5237f26 commit f308149

File tree

1 file changed

+37
-15
lines changed

1 file changed

+37
-15
lines changed

valgrind.suppress

Lines changed: 37 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
{
22
<insert_a_suppression_name_here>
3+
Memcheck:Addr4
4+
fun:ngx_init_cycle
5+
fun:ngx_master_process_cycle
6+
fun:main
7+
}
8+
{
9+
<insert_a_suppression_name_here>
10+
Memcheck:Param
11+
socketcall.sendmsg(msg.msg_iov[i])
12+
fun:__sendmsg_nocancel
13+
fun:ngx_write_channel
14+
fun:ngx_signal_worker_processes
15+
fun:ngx_master_process_cycle
16+
fun:main
17+
}
18+
{
19+
<insert_a_suppression_name_here>
20+
Memcheck:Param
21+
socketcall.sendmsg(msg.msg_iov[i])
22+
fun:__sendmsg_nocancel
23+
fun:ngx_write_channel
24+
fun:ngx_master_process_cycle
25+
fun:main
26+
}
27+
{
28+
<insert_a_suppression_name_here>
29+
Memcheck:Param
30+
socketcall.sendmsg(msg.msg_iov[i])
31+
fun:__sendmsg_nocancel
32+
fun:ngx_write_channel
33+
fun:ngx_pass_open_channel
34+
fun:ngx_start_worker_processes
35+
fun:ngx_master_process_cycle
36+
fun:main
37+
}
38+
{
39+
<insert_a_suppression_name_here>
340
Memcheck:Leak
441
fun:malloc
542
fun:ngx_alloc
@@ -29,7 +66,6 @@ fun:ngx_palloc_large
2966
fun:ngx_alloc
3067
fun:ngx_calloc
3168
fun:ngx_event_process_init
32-
fun:ngx_single_process_cycle
3369
}
3470
{
3571
<insert_a_suppression_name_here>
@@ -66,8 +102,6 @@ fun:ngx_palloc_large
66102
fun:malloc
67103
fun:ngx_calloc
68104
fun:ngx_event_process_init
69-
fun:ngx_single_process_cycle
70-
fun:main
71105
}
72106
{
73107
<insert_a_suppression_name_here>
@@ -289,8 +323,6 @@ fun:ngx_palloc_large
289323
fun:malloc
290324
fun:ngx_alloc
291325
fun:ngx_event_process_init
292-
fun:ngx_single_process_cycle
293-
fun:main
294326
}
295327
{
296328
nginx-core-crc32-init
@@ -311,8 +343,6 @@ fun:ngx_palloc_large
311343
fun:ngx_http_init_request
312344
fun:ngx_epoll_process_events
313345
fun:ngx_process_events_and_timers
314-
fun:ngx_single_process_cycle
315-
fun:main
316346
}
317347
{
318348
palloc_large_for_create_temp_buf
@@ -325,8 +355,6 @@ fun:ngx_palloc_large
325355
fun:ngx_http_init_request
326356
fun:ngx_epoll_process_events
327357
fun:ngx_process_events_and_timers
328-
fun:ngx_single_process_cycle
329-
fun:main
330358
}
331359
{
332360
accept_create_pool
@@ -338,8 +366,6 @@ fun:ngx_palloc_large
338366
fun:ngx_event_accept
339367
fun:ngx_epoll_process_events
340368
fun:ngx_process_events_and_timers
341-
fun:ngx_single_process_cycle
342-
fun:main
343369
}
344370
{
345371
create_pool_for_init_req
@@ -351,8 +377,6 @@ fun:ngx_palloc_large
351377
fun:ngx_http_init_request
352378
fun:ngx_epoll_process_events
353379
fun:ngx_process_events_and_timers
354-
fun:ngx_single_process_cycle
355-
fun:main
356380
}
357381
{
358382
<insert_a_suppression_name_here>
@@ -374,8 +398,6 @@ fun:ngx_palloc_large
374398
<insert_a_suppression_name_here>
375399
Memcheck:Cond
376400
fun:ngx_conf_flush_files
377-
fun:ngx_single_process_cycle
378-
fun:main
379401
}
380402
{
381403
<insert_a_suppression_name_here>

0 commit comments

Comments
 (0)