So this just started happening, and I'm trying to track down why.

I recently upgraded to BerkelyDB 4.3.21, and now mod_perl (1.99_17 or SVN
Trunk) and PHP (4.3.9 or 5.0.2) don't like to play together anymore. I can
have one or the other loaded, but not both. Downgrading to the previous
version of BDB doesn't fix this. Core dumps every time - here's the backtrace:

#0  0xb773c30b in Perl_gv_fetchmeth () from 
/pkg/httpd-2.0.52/modules/mod_perl.so
(gdb) bt
#0  0xb773c30b in Perl_gv_fetchmeth () from 
/pkg/httpd-2.0.52/modules/mod_perl.so
#1  0xb773c7bf in Perl_gv_fetchmeth_autoload () from 
/pkg/httpd-2.0.52/modules/mod_perl.so
#2  0xb773ee27 in Perl_Gv_AMupdate () from /pkg/httpd-2.0.52/modules/mod_perl.so
#3  0xb773f195 in Perl_gv_handler () from /pkg/httpd-2.0.52/modules/mod_perl.so
#4  0x00000063 in ?? ()
(gdb) q

I've tried compiling with MP_DEBUG=1 to get line numbers or more info, but no 
luck there.

perl is 5.8.3, no threads. Apache 2.0.52 prefork. Linux based system.

Thanks for any direction you can point me in.

-D
--
Minds are like parachutes... they work best when open.

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to