Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03eb06d

Browse files
committed
tests: valgrind.suppress: removed too aggressive suppressions in nginx mem pools and luajit lj_str_new.
1 parent 07d67a4 commit 03eb06d

File tree

1 file changed

+17
-39
lines changed

1 file changed

+17
-39
lines changed

valgrind.suppress

Lines changed: 17 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,25 @@
11
{
2-
<insert_a_suppression_name_here>
3-
Memcheck:Leak
4-
fun:malloc
5-
fun:ngx_alloc
6-
fun:ngx_create_pool
7-
fun:ngx_http_init_request
8-
}
9-
{
10-
<insert_a_suppression_name_here>
11-
Memcheck:Leak
12-
fun:malloc
13-
fun:ngx_alloc
14-
fun:ngx_create_pool
15-
fun:ngx_event_accept
16-
}
17-
{
18-
<insert_a_suppression_name_here>
19-
Memcheck:Leak
20-
fun:malloc
21-
fun:ngx_alloc
22-
fun:ngx_malloc
23-
fun:ngx_palloc
24-
}
25-
{
26-
<insert_a_suppression_name_here>
27-
Memcheck:Leak
28-
fun:malloc
29-
fun:ngx_alloc
30-
fun:ngx_malloc
31-
fun:ngx_pnalloc
2+
<insert_a_suppression_name_here>
3+
Memcheck:Leak
4+
fun:malloc
5+
fun:ngx_alloc
6+
fun:ngx_create_pool
7+
fun:ngx_http_init_request
328
}
339
{
34-
<insert_a_suppression_name_here>
35-
Memcheck:Leak
36-
fun:malloc
37-
fun:ngx_alloc
10+
<insert_a_suppression_name_here>
11+
Memcheck:Leak
12+
fun:malloc
13+
fun:ngx_alloc
14+
fun:ngx_create_pool
15+
fun:ngx_event_accept
3816
}
3917
{
40-
<insert_a_suppression_name_here>
41-
Memcheck:Addr4
42-
fun:ngx_init_cycle
43-
fun:ngx_master_process_cycle
44-
fun:main
18+
<insert_a_suppression_name_here>
19+
Memcheck:Addr4
20+
fun:ngx_init_cycle
21+
fun:ngx_master_process_cycle
22+
fun:main
4523
}
4624
{
4725
<insert_a_suppression_name_here>

0 commit comments

Comments
 (0)