Skip to content

Commit

Permalink
tests: valgrind.suppress: removed too aggressive suppressions in ngin…
Browse files Browse the repository at this point in the history
…x mem pools and luajit lj_str_new.
  • Loading branch information
agentzh committed Oct 27, 2017
1 parent 4b50ac6 commit fcc524f
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions valgrind.suppress
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
<insert_a_suppression_name_here>
Memcheck:Addr1
fun:ngx_init_cycle
fun:ngx_master_process_cycle
fun:main
<insert_a_suppression_name_here>
Memcheck:Addr1
fun:ngx_init_cycle
fun:ngx_master_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Addr4
fun:ngx_init_cycle
fun:ngx_master_process_cycle
fun:main
<insert_a_suppression_name_here>
Memcheck:Addr4
fun:ngx_init_cycle
fun:ngx_master_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Expand Down Expand Up @@ -104,11 +104,11 @@ fun:main
fun:ngx_event_process_init
}
{
<insert_a_suppression_name_here>
Memcheck:Param
sendmsg(mmsg[0].msg_hdr)
fun:sendmmsg
fun:__libc_res_nsend
<insert_a_suppression_name_here>
Memcheck:Param
sendmsg(mmsg[0].msg_hdr)
fun:sendmmsg
fun:__libc_res_nsend
}
{
<insert_a_suppression_name_here>
Expand All @@ -120,11 +120,11 @@ fun:main
fun:ngx_start_cache_manager_processes
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:ngx_init_cycle
fun:ngx_master_process_cycle
fun:main
<insert_a_suppression_name_here>
Memcheck:Cond
fun:ngx_init_cycle
fun:ngx_master_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Expand Down

0 comments on commit fcc524f

Please sign in to comment.