~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): Michael Lustfield, Micheal Lustfield, Kartik Mistry
  • Date: 2011-03-03 23:39:07 UTC
  • mfrom: (4.2.29 sid)
  • Revision ID: james.westby@ubuntu.com-20110303233907-y48yifhfnn5qjuxz
Tags: 0.8.54-4
[Micheal Lustfield]
* debian/nginx-{full,light,extras}.default:
  + Added comment about alternative to ULIMIT.
* debian/nginx-{full,light,extras}.init.d:
  + Added quotes around a test variable. (Closes: #610946, LP: #699736)
* debian/patches/609343-log-time-iso8601.diff:
  + Added patch to add $time_iso8601 variable to logs. (Closes: #609343)
* Clean up old logrotate files. (Closes: #608983, Closes: #610289)
  + Added Files:
    - debian/nginx-common.preinst
  + Modified Files:
    - debian/rules
  + Moved debian/nginx-common.logrotate to debian/logrotate.
* Added common files to nginx-common package. (Closes: #610290)
  + Removed Files:
    - debian/nginx-full.dirs
    - debian/nginx-light.dirs
    - debian/nginx-full.install
    - debian/nginx-light.install
    - debian/nginx-extras.install
    - debian/nginx.*
  + Added Files:
    - debian/nginx-common.default
    - debian/nginx-common.dirs
    - debian/nginx-common.init.d
    - debian/nginx-common.install
    - debian/nginx-common.manpages
    - debian/logrotate
  + Modified Files:
    - debian/nginx-extras.dirs
    - debian/control
    - debian/rules
* debian/nginx-*.install: (Closes: #609797)
  + Removed NEWS.Debian from nginx-{full,light,extras}.install.
  + Added NEWS.Debian to nginx-common.install.
* nginx-common.postinst:
  + Enforce /var/log/nginx mode and user:group. (Closes: #610983)
  + Enforce /var/log/nginx/*.log mode and user:group. (Closes: #612832)
* debian/rules:
  + Added --with-file-aio to nginx-extras. (Closes: #613175)
  + Removed split clients and user id modules from nginx-light.
* debian/conf/sites-available/default:
  + Fixed a minor typo ( s/Quickstart/QuickStart/ ). (Closes: #613355)
* debian/conf/mime.types:
  + Changed xml type to application/xhtml+xml. (Closes: #613851)
* debian/help/docs/fcgiwrap:
  + Removed Ubuntu specific line in docs. (Closes: #614987)
* debian/conf/sites-available/default:
  + Fixed a pointer to a file. (Closes: #614980)

[Kartik Mistry]
* debian/*.lintian-overrides:
  + Add Lintian overrides for nginx man page. We've manpage in nginx-common
    binary

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_palloc_large
 
7
   fun:ngx_palloc
 
8
   fun:ngx_array_push
 
9
   fun:ngx_http_get_variable_index
 
10
   fun:ngx_http_memc_add_variable
 
11
   fun:ngx_http_memc_init
 
12
   fun:ngx_http_block
 
13
   fun:ngx_conf_parse
 
14
   fun:ngx_init_cycle
 
15
   fun:main
 
16
}
 
17
 
 
18
{
 
19
   <insert_a_suppression_name_here>
 
20
   Memcheck:Leak
 
21
   fun:malloc
 
22
   fun:ngx_alloc
 
23
   fun:ngx_event_process_init
 
24
   fun:ngx_single_process_cycle
 
25
   fun:main
 
26
}
 
27
{
 
28
   <insert_a_suppression_name_here>
 
29
   Memcheck:Leak
 
30
   fun:malloc
 
31
   fun:ngx_alloc
 
32
   fun:ngx_crc32_table_init
 
33
   fun:main
 
34
}
 
35
{
 
36
   <insert_a_suppression_name_here>
 
37
   Memcheck:Leak
 
38
   fun:malloc
 
39
   fun:ngx_alloc
 
40
   fun:ngx_event_process_init
 
41
   fun:ngx_worker_process_init
 
42
   fun:ngx_worker_process_cycle
 
43
   fun:ngx_spawn_process
 
44
   fun:ngx_start_worker_processes
 
45
   fun:ngx_master_process_cycle
 
46
   fun:main
 
47
}
 
48
{
 
49
   <insert_a_suppression_name_here>
 
50
   Memcheck:Param
 
51
   socketcall.sendmsg(msg.msg_iov[i])
 
52
   fun:__sendmsg_nocancel
 
53
   fun:ngx_write_channel
 
54
   fun:ngx_signal_worker_processes
 
55
   fun:ngx_master_process_cycle
 
56
   fun:main
 
57
}
 
58
{
 
59
   <insert_a_suppression_name_here>
 
60
   Memcheck:Leak
 
61
   fun:malloc
 
62
   fun:ngx_alloc
 
63
   fun:ngx_palloc_large
 
64
   fun:ngx_palloc
 
65
   fun:ngx_pcalloc
 
66
   fun:ngx_hash_init
 
67
   fun:ngx_http_variables_init_vars
 
68
   fun:ngx_http_block
 
69
   fun:ngx_conf_parse
 
70
   fun:ngx_init_cycle
 
71
   fun:main
 
72
}
 
73
{
 
74
   <insert_a_suppression_name_here>
 
75
   Memcheck:Leak
 
76
   fun:malloc
 
77
   fun:ngx_alloc
 
78
   fun:ngx_palloc_large
 
79
   fun:ngx_palloc
 
80
   fun:ngx_pcalloc
 
81
   fun:ngx_http_upstream_drizzle_create_srv_conf
 
82
   fun:ngx_http_upstream
 
83
   fun:ngx_conf_parse
 
84
   fun:ngx_http_block
 
85
   fun:ngx_conf_parse
 
86
   fun:ngx_init_cycle
 
87
   fun:main
 
88
}
 
89
{
 
90
   <insert_a_suppression_name_here>
 
91
   Memcheck:Leak
 
92
   fun:malloc
 
93
   fun:ngx_alloc
 
94
   fun:ngx_palloc_large
 
95
   fun:ngx_palloc
 
96
   fun:ngx_pcalloc
 
97
   fun:ngx_hash_keys_array_init
 
98
   fun:ngx_http_variables_add_core_vars
 
99
   fun:ngx_http_core_preconfiguration
 
100
   fun:ngx_http_block
 
101
   fun:ngx_conf_parse
 
102
   fun:ngx_init_cycle
 
103
   fun:main
 
104
}
 
105
{
 
106
   <insert_a_suppression_name_here>
 
107
   Memcheck:Leak
 
108
   fun:malloc
 
109
   fun:ngx_alloc
 
110
   fun:ngx_palloc_large
 
111
   fun:ngx_palloc
 
112
   fun:ngx_array_push
 
113
   fun:ngx_hash_add_key
 
114
   fun:ngx_http_add_variable
 
115
   fun:ngx_http_echo_add_variables
 
116
   fun:ngx_http_echo_handler_init
 
117
   fun:ngx_http_block
 
118
   fun:ngx_conf_parse
 
119
   fun:ngx_init_cycle
 
120
}
 
121
{
 
122
   <insert_a_suppression_name_here>
 
123
   Memcheck:Leak
 
124
   fun:malloc
 
125
   fun:ngx_alloc
 
126
   fun:ngx_palloc_large
 
127
   fun:ngx_palloc
 
128
   fun:ngx_pcalloc
 
129
   fun:ngx_http_upstream_drizzle_create_srv_conf
 
130
   fun:ngx_http_core_server
 
131
   fun:ngx_conf_parse
 
132
   fun:ngx_http_block
 
133
   fun:ngx_conf_parse
 
134
   fun:ngx_init_cycle
 
135
   fun:main
 
136
}
 
137
{
 
138
   <insert_a_suppression_name_here>
 
139
   Memcheck:Leak
 
140
   fun:malloc
 
141
   fun:ngx_alloc
 
142
   fun:ngx_palloc_large
 
143
   fun:ngx_palloc
 
144
   fun:ngx_pcalloc
 
145
   fun:ngx_http_upstream_drizzle_create_srv_conf
 
146
   fun:ngx_http_block
 
147
   fun:ngx_conf_parse
 
148
   fun:ngx_init_cycle
 
149
   fun:main
 
150
}
 
151
{
 
152
   <insert_a_suppression_name_here>
 
153
   Memcheck:Leak
 
154
   fun:malloc
 
155
   fun:ngx_alloc
 
156
   fun:ngx_palloc_large
 
157
   fun:ngx_palloc
 
158
   fun:ngx_array_push
 
159
   fun:ngx_hash_add_key
 
160
   fun:ngx_http_variables_add_core_vars
 
161
   fun:ngx_http_core_preconfiguration
 
162
   fun:ngx_http_block
 
163
   fun:ngx_conf_parse
 
164
   fun:ngx_init_cycle
 
165
   fun:main
 
166
}
 
167
{
 
168
   <insert_a_suppression_name_here>
 
169
   Memcheck:Leak
 
170
   fun:malloc
 
171
   fun:ngx_alloc
 
172
   fun:ngx_palloc_large
 
173
   fun:ngx_palloc
 
174
   fun:ngx_pcalloc
 
175
   fun:ngx_init_cycle
 
176
   fun:main
 
177
}
 
178
{
 
179
   <insert_a_suppression_name_here>
 
180
   Memcheck:Leak
 
181
   fun:malloc
 
182
   fun:ngx_alloc
 
183
   fun:ngx_palloc_large
 
184
   fun:ngx_palloc
 
185
   fun:ngx_hash_init
 
186
   fun:ngx_http_upstream_init_main_conf
 
187
   fun:ngx_http_block
 
188
   fun:ngx_conf_parse
 
189
   fun:ngx_init_cycle
 
190
   fun:main
 
191
}
 
192