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 9cb964d commit e5d385c
Showing 1 changed file with 37 additions and 13 deletions.
50 changes: 37 additions & 13 deletions valgrind.suppress
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
{
<insert_a_suppression_name_here>
Memcheck:Addr4
fun:ngx_init_cycle
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_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 All @@ -10,8 +47,6 @@
fun:malloc
fun:ngx_alloc
fun:ngx_event_process_init
fun:ngx_single_process_cycle
fun:(below main)
}
{
<insert_a_suppression_name_here>
Expand All @@ -27,7 +62,6 @@
fun:ngx_alloc
fun:ngx_calloc
fun:ngx_event_process_init
fun:ngx_single_process_cycle
}
{
<insert_a_suppression_name_here>
Expand Down Expand Up @@ -171,8 +205,6 @@
fun:malloc
fun:ngx_alloc
fun:ngx_event_process_init
fun:ngx_single_process_cycle
fun:main
}
{
nginx-core-crc32-init
Expand All @@ -193,8 +225,6 @@
fun:ngx_http_init_request
fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
{
palloc_large_for_create_temp_buf
Expand All @@ -207,8 +237,6 @@
fun:ngx_http_init_request
fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
{
accept_create_pool
Expand All @@ -220,8 +248,6 @@
fun:ngx_event_accept
fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
{
create_pool_for_init_req
Expand All @@ -233,8 +259,6 @@
fun:ngx_http_init_request
fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
{
create_pool_posix_memalign
Expand Down

0 comments on commit e5d385c

Please sign in to comment.