stas 2003/08/27 18:45:52 Modified: src/docs/1.0/guide help.pod Log: --without-execstrip will keep the debug symbols in, needed for a good back trace Revision Changes Path 1.26 +8 -1 modperl-docs/src/docs/1.0/guide/help.pod Index: help.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/help.pod,v retrieving revision 1.25 retrieving revision 1.26 diff -u -u -r1.25 -r1.26 --- help.pod 18 Feb 2003 03:40:17 -0000 1.25 +++ help.pod 28 Aug 2003 01:45:52 -0000 1.26 @@ -51,7 +51,7 @@ (since now we have mod_perl 2.0 too). Here is an example of a good subject: - Subject: [mp1.0] response handler randomly segfaults + Subject: [mp1] response handler randomly segfaults B<The most important thing> to understand is that you should try hard to provide B<all> the information that may assist to understand and @@ -184,6 +184,13 @@ where C<$Config{archlibexp}> is: % perl -V:archlibexp + +If the trace includes Apache calls and you see no arguments, you need +to rebuild Apache with I<--without-execstrip>. If building a static +mod_perl, you need to rebuild it with: + + % perl Makefile.PL ... APACI_ARGS='--without-execstrip' + =item Spinning Processes
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]