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

« back to all changes in this revision

Viewing changes to debian/modules/headers-more-nginx-module/valgrind.suppress

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry, Kartik Mistry
  • Date: 2011-09-26 10:17:04 UTC
  • mfrom: (4.2.38 sid)
  • Revision ID: package-import@ubuntu.com-20110926101704-x8pxngiujrmkxnn3
Tags: 1.1.4-2
[Kartik Mistry]
* debian/modules:
  + Updated nginx-upload-progress module, Thanks to upstream for fixing issue
    that FTBFS nginx on kFreeBSD-* archs.
  + Updated nginx-lua module to latest upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
   <insert_a_suppression_name_here>
 
3
   Memcheck:Leak
 
4
   fun:malloc
 
5
   fun:ngx_alloc
 
6
   fun:ngx_create_pool
 
7
}
 
8
{
 
9
   <insert_a_suppression_name_here>
 
10
   Memcheck:Leak
 
11
   fun:malloc
 
12
   fun:ngx_alloc
 
13
   fun:ngx_malloc
 
14
   fun:ngx_palloc_large
 
15
}
 
16
{
 
17
   <insert_a_suppression_name_here>
 
18
   Memcheck:Cond
 
19
   fun:memcpy
 
20
   fun:ngx_vslprintf
 
21
   fun:ngx_log_error_core
 
22
   fun:ngx_http_charset_header_filter
 
23
}
 
24
{
 
25
   <insert_a_suppression_name_here>
 
26
   Memcheck:Leak
 
27
   fun:malloc
 
28
   fun:ngx_alloc
 
29
   fun:ngx_malloc
 
30
   fun:ngx_pnalloc
 
31
}
 
32
{
 
33
   <insert_a_suppression_name_here>
 
34
   Memcheck:Leak
 
35
   fun:malloc
 
36
   fun:ngx_alloc
 
37
   fun:ngx_malloc
 
38
   fun:ngx_palloc
 
39
}
 
40
{
 
41
   nginx-core-process-init
 
42
   Memcheck:Leak
 
43
   fun:malloc
 
44
   fun:ngx_alloc
 
45
   fun:ngx_event_process_init
 
46
   fun:ngx_single_process_cycle
 
47
   fun:main
 
48
}
 
49
{
 
50
   nginx-core-crc32-init
 
51
   Memcheck:Leak
 
52
   fun:malloc
 
53
   fun:ngx_alloc
 
54
   fun:ngx_crc32_table_init
 
55
   fun:main
 
56
}
 
57
{
 
58
   palloc_large_for_init_request
 
59
   Memcheck:Leak
 
60
   fun:malloc
 
61
   fun:ngx_alloc
 
62
   fun:ngx_palloc_large
 
63
   fun:ngx_palloc
 
64
   fun:ngx_pcalloc
 
65
   fun:ngx_http_init_request
 
66
   fun:ngx_epoll_process_events
 
67
   fun:ngx_process_events_and_timers
 
68
   fun:ngx_single_process_cycle
 
69
   fun:main
 
70
}
 
71
{
 
72
   palloc_large_for_create_temp_buf
 
73
   Memcheck:Leak
 
74
   fun:malloc
 
75
   fun:ngx_alloc
 
76
   fun:ngx_palloc_large
 
77
   fun:ngx_palloc
 
78
   fun:ngx_create_temp_buf
 
79
   fun:ngx_http_init_request
 
80
   fun:ngx_epoll_process_events
 
81
   fun:ngx_process_events_and_timers
 
82
   fun:ngx_single_process_cycle
 
83
   fun:main
 
84
}
 
85
{
 
86
   accept_create_pool
 
87
   Memcheck:Leak
 
88
   fun:memalign
 
89
   fun:posix_memalign
 
90
   fun:ngx_memalign
 
91
   fun:ngx_create_pool
 
92
   fun:ngx_event_accept
 
93
   fun:ngx_epoll_process_events
 
94
   fun:ngx_process_events_and_timers
 
95
   fun:ngx_single_process_cycle
 
96
   fun:main
 
97
}
 
98
{
 
99
   create_pool_for_init_req
 
100
   Memcheck:Leak
 
101
   fun:memalign
 
102
   fun:posix_memalign
 
103
   fun:ngx_memalign
 
104
   fun:ngx_create_pool
 
105
   fun:ngx_http_init_request
 
106
   fun:ngx_epoll_process_events
 
107
   fun:ngx_process_events_and_timers
 
108
   fun:ngx_single_process_cycle
 
109
   fun:main
 
110
}
 
111
{
 
112
   <insert_a_suppression_name_here>
 
113
   Memcheck:Leak
 
114
   fun:memalign
 
115
   fun:posix_memalign
 
116
   fun:ngx_memalign
 
117
   fun:ngx_palloc_block
 
118
   fun:ngx_palloc
 
119
}
 
120
{
 
121
   <insert_a_suppression_name_here>
 
122
   Memcheck:Addr8
 
123
   fun:getenv
 
124
   fun:gcov_exit
 
125
   fun:exit
 
126
   fun:ngx_master_process_exit
 
127
   fun:ngx_single_process_cycle
 
128
   fun:main
 
129
}
 
130