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 07d67a4 commit 03eb06d
Showing 1 changed file with 17 additions and 39 deletions.
56 changes: 17 additions & 39 deletions valgrind.suppress
@@ -1,47 +1,25 @@
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_create_pool
fun:ngx_http_init_request
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_create_pool
fun:ngx_event_accept
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_malloc
fun:ngx_palloc
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_malloc
fun:ngx_pnalloc
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_create_pool
fun:ngx_http_init_request
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_create_pool
fun:ngx_event_accept
}
{
<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

0 comments on commit 03eb06d

Please sign in to comment.