stas 2003/06/02 18:16:36 Modified: src/docs/2.0/user/help help.pod Log: clarify good-bt notes Revision Changes Path 1.24 +7 -5 modperl-docs/src/docs/2.0/user/help/help.pod Index: help.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/help/help.pod,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- help.pod 2 Jun 2003 03:34:50 -0000 1.23 +++ help.pod 3 Jun 2003 01:16:36 -0000 1.24 @@ -151,9 +151,9 @@ extract this backtrace. Of course to generate a useful backtrace you need to have mod_perl -with debugging symbols in it (and probably perl and/or httpd too). - -To get debug symbols for : +with debugging symbols in it (and probably perl and/or httpd too) and +also to be able to see the arguments in the calls trace. To accomplish +that do: =over @@ -166,14 +166,16 @@ =item * httpd -use C<--enable-maintainer-mode>: +If the segfault happens in the httpd's domain, rebuild it with +C<--enable-maintainer-mode>: % ./configure --enable-maintainer-mode ... % make && make install =item * perl -use C<-Doptimize='-g'>: +If the segfault happesn in the perl's domain, rebuild it with +C<-Doptimize='-g'>: % ./Configure -Doptimize='-g' ... % make && make test && make install
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]