On Sat, 12 Apr 2003, Stas Bekman wrote: > Randy Kobes wrote: > > On Sat, 12 Apr 2003, Stas Bekman wrote: > > [ .. ] > >>Hmm, here is a wild guess. Could it be that this change has > >>caused the trouble? > >>http://cvs.apache.org/viewcvs.cgi/modperl-2.0/t/conf/modperl_extra.pl.diff?r1=1.24&r2=1.25&diff_format=h > > > > Undoing this addition does change things (see below), so this > > looks on the right track, but there's still problems ... I'll > > search around this date ... > > so it still happens during the destruction. Well it's > definitely the change of > moving mips before modules are required has caused this > problem. Since this test committed separately, you didn't see > the problem when reverting that change, I think.
You're exactly right though that this is where the problem is - I had undone the above particular change, but there was another one involving Apache->server->add_config() that was still present. Reverting to the March 24th t/conf/modperl_extra.pl (which doesn't have any Apache->server->add_config() calls), but keeping everything else at the current cvs level, allows the tests to run. There's a handful of failures now, but that might be another related, or unrelated, problem. -- best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
