stas 2002/12/03 18:57:07
Modified: src/docs/1.0/guide troubleshooting.pod
Log:
s/PerlScript/Perl script/
Revision Changes Path
1.17 +3 -2 modperl-docs/src/docs/1.0/guide/troubleshooting.pod
Index: troubleshooting.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/troubleshooting.pod,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- troubleshooting.pod 26 Nov 2002 11:03:02 -0000 1.16
+++ troubleshooting.pod 4 Dec 2002 02:57:07 -0000 1.17
@@ -466,10 +466,11 @@
variable $^M. See perlvar(1) for more details.
If you compile with that option and add 'C<use Apache::Debug level
-=E<gt> 4;>' to your PerlScript, it will allocate the C<$^M> emergency
+=E<gt> 4;>' to your Perl script, it will allocate the C<$^M> emergency
pool and the C<$SIG{__DIE__}> handler will call C<Carp::confess>,
giving you a stack trace which should reveal where the problem is.
-See the C<Apache::Resource> module for ways to control httpd processes.
+See the C<Apache::Resource> module for ways to control httpd
+processes.
Note that Perl 5.005 and later have C<PERL_EMERGENCY_SBRK> turned on
by default.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]