Philippe,

there is a problem with this code:

MP_CMD_SRV_DECLARE(post_config_requires)
{
[...]
#ifdef USE_ITHREADS
            if (modperl_is_running()) {
                require->perl = scfg->mip->parent->perl;
            }
#endif

so if perl is not yet running, (which is by chance not a case with our test suite) those perls will be never registered and postconfig will be all segfaults.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to