stas 2004/02/11 00:56:23 Modified: src/docs/2.0/user/troubleshooting troubleshooting.pod Log: memory leak in s/// in perls 5.8.1 and 5.8.2 Revision Changes Path 1.17 +20 -0 modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod Index: troubleshooting.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod,v retrieving revision 1.16 retrieving revision 1.17 diff -u -u -r1.16 -r1.17 --- troubleshooting.pod 9 Dec 2003 01:42:43 -0000 1.16 +++ troubleshooting.pod 11 Feb 2004 08:56:23 -0000 1.17 @@ -107,6 +107,26 @@ =head1 Runtime + +=head2 Memory Leaks + +=over + +=item * s/// in perls 5.8.1 and 5.8.2 + +p5-porters report: +http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-12/msg00634.html + +Fixed in 5.8.3. There is no workaround but to upgrade to 5.8.3 or +higher. + + +=back + + + + + =head2 C Libraries Don't See C<%ENV> Entries Set by Perl Code For example some people have reported problems with C<DBD::Oracle>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]