Skip to content

Commit 8ebf3e5

Browse files
committed
tests: valgrind.suppress: removed too aggressive suppressions in nginx mem pools and luajit lj_str_new.
1 parent 8ffe3cf commit 8ebf3e5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

valgrind.suppress

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
<insert_a_suppression_name_here>
3-
Memcheck:Addr1
4-
fun:ngx_init_cycle
5-
fun:ngx_master_process_cycle
6-
fun:main
2+
<insert_a_suppression_name_here>
3+
Memcheck:Addr1
4+
fun:ngx_init_cycle
5+
fun:ngx_master_process_cycle
6+
fun:main
77
}
88
{
9-
<insert_a_suppression_name_here>
10-
Memcheck:Addr4
11-
fun:ngx_init_cycle
12-
fun:ngx_master_process_cycle
13-
fun:main
9+
<insert_a_suppression_name_here>
10+
Memcheck:Addr4
11+
fun:ngx_init_cycle
12+
fun:ngx_master_process_cycle
13+
fun:main
1414
}
1515
{
1616
<insert_a_suppression_name_here>
@@ -113,11 +113,11 @@ fun:main
113113
fun:ngx_start_cache_manager_processes
114114
}
115115
{
116-
<insert_a_suppression_name_here>
117-
Memcheck:Cond
118-
fun:ngx_init_cycle
119-
fun:ngx_master_process_cycle
120-
fun:main
116+
<insert_a_suppression_name_here>
117+
Memcheck:Cond
118+
fun:ngx_init_cycle
119+
fun:ngx_master_process_cycle
120+
fun:main
121121
}
122122
{
123123
<insert_a_suppression_name_here>

0 commit comments

Comments
 (0)