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 ed4f3e3 commit ca20f3a
Showing 1 changed file with 37 additions and 21 deletions.
58 changes: 37 additions & 21 deletions valgrind.suppress
@@ -1,11 +1,46 @@
{
<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> <insert_a_suppression_name_here>
Memcheck:Leak Memcheck:Leak
fun:malloc fun:malloc
fun:ngx_calloc fun:ngx_calloc
fun:ngx_event_process_init fun:ngx_event_process_init
fun:ngx_single_process_cycle
fun:main
} }
{ {
<insert_a_suppression_name_here> <insert_a_suppression_name_here>
Expand Down Expand Up @@ -44,15 +79,6 @@ fun:ngx_http_lua_handle_subreq_responses
<insert_a_suppression_name_here> <insert_a_suppression_name_here>
Memcheck:Cond Memcheck:Cond
fun:ngx_conf_flush_files fun:ngx_conf_flush_files
fun:ngx_single_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:ngx_conf_flush_files
fun:ngx_single_process_cycle
fun:(below main)
} }
{ {
<insert_a_suppression_name_here> <insert_a_suppression_name_here>
Expand Down Expand Up @@ -80,8 +106,6 @@ fun:ngx_http_lua_handle_subreq_responses
fun:malloc fun:malloc
fun:ngx_alloc fun:ngx_alloc
fun:ngx_event_process_init fun:ngx_event_process_init
fun:ngx_single_process_cycle
fun:main
} }
{ {
nginx-core-crc32-init nginx-core-crc32-init
Expand All @@ -102,8 +126,6 @@ fun:ngx_http_lua_handle_subreq_responses
fun:ngx_http_init_request fun:ngx_http_init_request
fun:ngx_epoll_process_events fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
} }
{ {
palloc_large_for_create_temp_buf palloc_large_for_create_temp_buf
Expand All @@ -116,8 +138,6 @@ fun:ngx_http_lua_handle_subreq_responses
fun:ngx_http_init_request fun:ngx_http_init_request
fun:ngx_epoll_process_events fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
} }
{ {
accept_create_pool accept_create_pool
Expand All @@ -129,8 +149,6 @@ fun:ngx_http_lua_handle_subreq_responses
fun:ngx_event_accept fun:ngx_event_accept
fun:ngx_epoll_process_events fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
} }
{ {
create_pool_for_init_req create_pool_for_init_req
Expand All @@ -142,8 +160,6 @@ fun:ngx_http_lua_handle_subreq_responses
fun:ngx_http_init_request fun:ngx_http_init_request
fun:ngx_epoll_process_events fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
} }
{ {
<insert_a_suppression_name_here> <insert_a_suppression_name_here>
Expand Down

0 comments on commit ca20f3a

Please sign in to comment.