~ubuntu-branches/ubuntu/edgy/libapache2-mod-perl2/edgy

« back to all changes in this revision

Viewing changes to todo/bugs_mp

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2005-08-12 01:40:38 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050812014038-gjigefs55pqx4qc8
Tags: 2.0.1-3
Grr.  Really include perl.conf file; it got lost due to diff not
wanting to add an empty file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# mod_perl bugs #
3
3
#################
4
4
 
 
5
* early pool destruction issues
 
6
  http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=108872944815382&w=2
 
7
 
5
8
* PassEnv/SetEnv propogation in <Perl> section 
6
9
  http://www.gossamer-threads.com/archive/mod_perl_C1/dev_F4/%5BMP2_BUG%5D_PerlPassEnv_issues_P70500/
7
10
 
8
 
 
 
11
* there was a report about PerlRun leaking memory. the reporter didn't
 
12
  give any more details, but I suspect that it's due to
 
13
  ModPerl::Util::unload_package() which perfectly fits the timing when
 
14
  the leak was introduced (when PerlRun started to use unload_package).
 
15
  
 
16
  Report: http://gossamer-threads.com/lists/modperl/modperl/77162
9
17
 
10
18
* most of the xs wrappers print no "Usage: " when wrong args/wrong
11
19
  number of args are passed, would be nice to add the usage message
101
109
  Report:   
102
110
  http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=106893251911930&w=2
103
111
  Priority: Low 
 
112
 
 
113
* mpxs_Apache2__RequestRec_GETC in Apache_RequestIO.h is out to be
 
114
  reimplemented similar to read() w/o using the deprecated
 
115
  client_block interface
 
116
 
 
117
* Segfaults under Apache::Reload (could be uncovering a bug in mp):
 
118
  http://marc.theaimsgroup.com/?t=111145169900002&r=1&w=2
 
119
  owner: gozer
 
120
-