Skip to content

Commit 3888057

Browse files
committed
suppressed more false positivies from valgrind memcheck for linux i386.
1 parent 6b024ed commit 3888057

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

valgrind.suppress

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
{
2+
<insert_a_suppression_name_here>
3+
Memcheck:Leak
4+
fun:malloc
5+
fun:ngx_alloc
6+
obj:*
7+
}
18
{
29
<insert_a_suppression_name_here>
310
Memcheck:Leak
@@ -7,8 +14,6 @@
714
fun:ngx_event_accept
815
fun:ngx_event_process_posted
916
fun:ngx_process_events_and_timers
10-
fun:ngx_single_process_cycle
11-
fun:main
1217
}
1318
{
1419
<insert_a_suppression_name_here>
@@ -19,8 +24,6 @@ fun:ngx_create_pool
1924
fun:ngx_http_init_request
2025
fun:ngx_event_process_posted
2126
fun:ngx_process_events_and_timers
22-
fun:ngx_single_process_cycle
23-
fun:main
2427
}
2528
{
2629
<insert_a_suppression_name_here>
@@ -31,8 +34,6 @@ fun:main
3134
fun:ngx_event_accept
3235
fun:ngx_epoll_process_events
3336
fun:ngx_process_events_and_timers
34-
fun:ngx_single_process_cycle
35-
fun:main
3637
}
3738
{
3839
<insert_a_suppression_name_here>
@@ -43,8 +44,6 @@ fun:main
4344
fun:ngx_http_init_request
4445
fun:ngx_epoll_process_events
4546
fun:ngx_process_events_and_timers
46-
fun:ngx_single_process_cycle
47-
fun:main
4847
}
4948
{
5049
<insert_a_suppression_name_here>

0 commit comments

Comments
 (0)