Skip to content

Commit 06cbab8

Browse files
committed
updated valgrind.suppress for the "hup reload" + valgrind/memcheck testing mode.
1 parent c01542f commit 06cbab8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

valgrind.suppress

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
{
2+
<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+
}
118
{
219
<insert_a_suppression_name_here>
320
Memcheck:Leak

0 commit comments

Comments
 (0)