~ubuntu-branches/ubuntu/quantal/nginx/quantal-updates

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/valgrind.suppress

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-04-16 13:47:58 UTC
  • mfrom: (4.2.31 sid)
  • Revision ID: james.westby@ubuntu.com-20110416134758-yqca2qp5crh2hw2f
Tags: 1.0.0-2
* debian/rules:
  + Removed --with-file-aio support. Fixed FTBFS on kFreeBSD-* arch
    (Closes: #621882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
   Memcheck:Leak
4
4
   fun:malloc
5
5
   fun:ngx_alloc
 
6
   fun:ngx_pnalloc
 
7
}
 
8
{
 
9
   <insert_a_suppression_name_here>
 
10
   Memcheck:Cond
 
11
   fun:ngx_conf_flush_files
 
12
   fun:ngx_single_process_cycle
 
13
   fun:main
 
14
}
 
15
 
 
16
{
 
17
   <insert_a_suppression_name_here>
 
18
   Memcheck:Leak
 
19
   fun:malloc
 
20
   fun:ngx_alloc
 
21
   fun:ngx_palloc
 
22
}
 
23
{
 
24
   <insert_a_suppression_name_here>
 
25
   Memcheck:Leak
 
26
   fun:malloc
 
27
   fun:ngx_alloc
 
28
   fun:ngx_pcalloc
 
29
}
 
30
{
 
31
   <insert_a_suppression_name_here>
 
32
   Memcheck:Leak
 
33
   fun:malloc
 
34
   fun:ngx_alloc
 
35
   fun:ngx_malloc
 
36
   fun:ngx_palloc_large
 
37
}
 
38
{
 
39
   <insert_a_suppression_name_here>
 
40
   Memcheck:Leak
 
41
   fun:malloc
 
42
   fun:ngx_alloc
 
43
   fun:ngx_create_pool
 
44
}
 
45
{
 
46
   <insert_a_suppression_name_here>
 
47
   Memcheck:Leak
 
48
   fun:malloc
 
49
   fun:ngx_alloc
 
50
   fun:ngx_malloc
 
51
   fun:ngx_palloc
 
52
}
 
53
{
 
54
   <insert_a_suppression_name_here>
 
55
   Memcheck:Leak
 
56
   fun:malloc
 
57
   fun:ngx_alloc
 
58
   fun:ngx_malloc
 
59
   fun:ngx_pnalloc
 
60
}
 
61
 
 
62
{
 
63
   <insert_a_suppression_name_here>
 
64
   Memcheck:Leak
 
65
   fun:malloc
 
66
   fun:ngx_alloc
6
67
   fun:ngx_palloc_large
7
68
   fun:ngx_palloc
8
69
   fun:ngx_array_push
189
250
   fun:ngx_init_cycle
190
251
   fun:main
191
252
}
 
253
{
 
254
   <insert_a_suppression_name_here>
 
255
   Memcheck:Leak
 
256
   fun:malloc
 
257
   fun:ngx_alloc
 
258
   fun:ngx_palloc_large
 
259
   fun:ngx_palloc
 
260
   fun:ngx_pcalloc
 
261
   fun:ngx_http_drizzle_keepalive_init
 
262
   fun:ngx_http_upstream_drizzle_init
 
263
   fun:ngx_http_upstream_init_main_conf
 
264
   fun:ngx_http_block
 
265
   fun:ngx_conf_parse
 
266
   fun:ngx_init_cycle
 
267
   fun:main
 
268
}
 
269
{
 
270
   <insert_a_suppression_name_here>
 
271
   Memcheck:Leak
 
272
   fun:malloc
 
273
   fun:ngx_alloc
 
274
   fun:ngx_palloc_large
 
275
   fun:ngx_palloc
 
276
   fun:ngx_hash_init
 
277
   fun:ngx_http_variables_init_vars
 
278
   fun:ngx_http_block
 
279
   fun:ngx_conf_parse
 
280
   fun:ngx_init_cycle
 
281
   fun:main
 
282
}
192
283