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

« back to all changes in this revision

Viewing changes to modules/nginx-echo/test/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
 
   init_request_leak
3
 
   Memcheck:Leak
4
 
   fun:memalign
5
 
   fun:posix_memalign
6
 
   fun:ngx_memalign
7
 
   fun:ngx_palloc_block
8
 
   fun:ngx_palloc
9
 
   fun:ngx_pcalloc
10
 
   fun:ngx_create_temp_buf
11
 
   fun:ngx_http_init_request
12
 
   fun:ngx_epoll_process_events
13
 
   fun:ngx_process_events_and_timers
14
 
   fun:ngx_single_process_cycle
15
 
   fun:main
16
 
}
17
 
{
18
 
   nginx-core-process-init
19
 
   Memcheck:Leak
20
 
   fun:malloc
21
 
   fun:ngx_alloc
22
 
   fun:ngx_event_process_init
23
 
   fun:ngx_single_process_cycle
24
 
   fun:main
25
 
}
26
 
{
27
 
   nginx-core-crc32-init
28
 
   Memcheck:Leak
29
 
   fun:malloc
30
 
   fun:ngx_alloc
31
 
   fun:ngx_crc32_table_init
32
 
   fun:main
33
 
}
34
 
{
35
 
   palloc_large_for_init_request
36
 
   Memcheck:Leak
37
 
   fun:malloc
38
 
   fun:ngx_alloc
39
 
   fun:ngx_palloc_large
40
 
   fun:ngx_palloc
41
 
   fun:ngx_pcalloc
42
 
   fun:ngx_http_init_request
43
 
   fun:ngx_epoll_process_events
44
 
   fun:ngx_process_events_and_timers
45
 
   fun:ngx_single_process_cycle
46
 
   fun:main
47
 
}
48
 
{
49
 
   palloc_large_for_create_temp_buf
50
 
   Memcheck:Leak
51
 
   fun:malloc
52
 
   fun:ngx_alloc
53
 
   fun:ngx_palloc_large
54
 
   fun:ngx_palloc
55
 
   fun:ngx_create_temp_buf
56
 
   fun:ngx_http_init_request
57
 
   fun:ngx_epoll_process_events
58
 
   fun:ngx_process_events_and_timers
59
 
   fun:ngx_single_process_cycle
60
 
   fun:main
61
 
}
62
 
{
63
 
   accept_create_pool
64
 
   Memcheck:Leak
65
 
   fun:memalign
66
 
   fun:posix_memalign
67
 
   fun:ngx_memalign
68
 
   fun:ngx_create_pool
69
 
   fun:ngx_event_accept
70
 
   fun:ngx_epoll_process_events
71
 
   fun:ngx_process_events_and_timers
72
 
   fun:ngx_single_process_cycle
73
 
   fun:main
74
 
}
75
 
{
76
 
   create_pool_for_init_req
77
 
   Memcheck:Leak
78
 
   fun:memalign
79
 
   fun:posix_memalign
80
 
   fun:ngx_memalign
81
 
   fun:ngx_create_pool
82
 
   fun:ngx_http_init_request
83
 
   fun:ngx_epoll_process_events
84
 
   fun:ngx_process_events_and_timers
85
 
   fun:ngx_single_process_cycle
86
 
   fun:main
87
 
}
88