Skip to content

Commit 4cbb15d

Browse files
committed
updated valgrind.suppress for the "hup reload" + valgrind/memcheck testing mode.
1 parent 6306141 commit 4cbb15d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

valgrind.suppress

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
{
22
<insert_a_suppression_name_here>
33
Memcheck:Param
4+
socketcall.sendmsg(msg.msg_iov[i])
5+
fun:__sendmsg_nocancel
6+
fun:ngx_write_channel
7+
fun:ngx_signal_worker_processes
8+
fun:ngx_master_process_cycle
9+
fun:main
10+
}
11+
{
12+
<insert_a_suppression_name_here>
13+
Memcheck:Param
14+
socketcall.sendmsg(msg.msg_iov[i])
15+
fun:__sendmsg_nocancel
16+
fun:ngx_write_channel
17+
fun:ngx_master_process_cycle
18+
fun:main
19+
}
20+
{
21+
<insert_a_suppression_name_here>
22+
Memcheck:Param
23+
socketcall.sendmsg(msg.msg_iov[i])
24+
fun:__sendmsg_nocancel
25+
fun:ngx_write_channel
26+
fun:ngx_pass_open_channel
27+
fun:ngx_start_worker_processes
28+
fun:ngx_master_process_cycle
29+
fun:main
30+
}
31+
{
32+
<insert_a_suppression_name_here>
33+
Memcheck:Param
434
epoll_ctl(event)
535
fun:epoll_ctl
636
}

0 commit comments

Comments
 (0)