On Wed, Sep 28, 2005 at 11:08:58AM -0400, Geoffrey Young wrote: > Philip M. Gollucci wrote: > > 2.0.47 bus core dumps when you attempt to run it despite compiling under > > maintainer mode. > > I believe this is your same core dump mentioned above. > > yeah, sounds like it. mod_perl won't even build for me because httpd -l > dumps core
Yup, this is the specific bug I mentioned. If using an old version of gcc is not practical you can apply the patches to fix it in APR: http://svn.apache.org/viewcvs.cgi?rev=58984&view=rev though this somewhat erodes the value of testing against "2.0.47" or whatever. > $ gdb /apache/2.0.47/prefork/perl-5.8.7/bin/httpd > (gdb) run -l > ... > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -151487584 (LWP 31636)] > 0x080785b7 in register_hooks () > (gdb) bt > #0 0x080785b7 in register_hooks () > #1 0x080675b0 in ap_setup_prelinked_modules (process=0x92df120) at > config.c:645 > #2 0x0806a937 in main (argc=2, argv=0xfef17724) at main.c:439 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
