You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2004/09/23 01:38:49 UTC

mp2 static segfault handling

Philippe,

Under static modperl, when we get a segfault, it suggests to run:

gdb /home/stas/apache.org/httpd-2.0/httpd -core 
/home/stas/apache.org/mp2-static/t/core.28076

which will fail, since httpd is a script.

Instead it should say:

gdb /home/stas/apache.org/httpd-2.0/.libs/lt-httpd -core 
/home/stas/apache.org/mp2-static/t/core.28076

this nit needs to be fixed in the static build, since users will be not 
able to generate the core traces.

The hard thing is that it comes from A-T, so it'll probably be tricky to 
make it do the right thing.

-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org