Skip to content

Commit dfb1557

Browse files
committed
updated valgrind.suppress for the "hup reload" + valgrind/memcheck testing mode.
1 parent 038b877 commit dfb1557

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

valgrind.suppress

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
{
2+
<insert_a_suppression_name_here>
3+
Memcheck:Param
4+
socketcall.sendmsg(msg.msg_iov[i])
5+
fun:__sendmsg_nocancel
6+
fun:ngx_write_channel
7+
fun:ngx_master_process_cycle
8+
fun:main
9+
}
10+
{
11+
<insert_a_suppression_name_here>
12+
Memcheck:Param
13+
socketcall.sendmsg(msg.msg_iov[i])
14+
fun:__sendmsg_nocancel
15+
fun:ngx_write_channel
16+
fun:ngx_pass_open_channel
17+
fun:ngx_start_worker_processes
18+
fun:ngx_master_process_cycle
19+
fun:main
20+
}
121
{
222
<insert_a_suppression_name_here>
323
Memcheck:Cond

0 commit comments

Comments
 (0)