Skip to content

Commit

Permalink
suppressed more false positivies from valgrind memcheck for linux i386.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Sep 7, 2012
1 parent 6b024ed commit 3888057
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions valgrind.suppress
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
obj:*
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
Expand All @@ -7,8 +14,6 @@
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Expand All @@ -19,8 +24,6 @@ fun:ngx_create_pool
fun:ngx_http_init_request
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Expand All @@ -31,8 +34,6 @@ fun:main
fun:ngx_event_accept
fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Expand All @@ -43,8 +44,6 @@ fun:main
fun:ngx_http_init_request
fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Expand Down

0 comments on commit 3888057

Please sign in to comment.