Skip to content

Commit

Permalink
updated valgrind.suppress for the "hup reload" + valgrind/memcheck te…
Browse files Browse the repository at this point in the history
…sting mode.
  • Loading branch information
agentzh committed Jun 1, 2012
1 parent 4b7d490 commit ae2ff0f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions valgrind.suppress
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
{
<insert_a_suppression_name_here>
Memcheck:Param
socketcall.sendmsg(msg.msg_iov[i])
fun:__sendmsg_nocancel
fun:ngx_write_channel
fun:ngx_signal_worker_processes
fun:ngx_master_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Param
socketcall.sendmsg(msg.msg_iov[i])
fun:__sendmsg_nocancel
fun:ngx_write_channel
fun:ngx_master_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Param
socketcall.sendmsg(msg.msg_iov[i])
fun:__sendmsg_nocancel
fun:ngx_write_channel
fun:ngx_pass_open_channel
fun:ngx_start_worker_processes
fun:ngx_master_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Param
Expand Down

0 comments on commit ae2ff0f

Please sign in to comment.