Steve Hay wrote:
All is not quite well with the current CVS mp2 tests -- the ModPerl-Registry tests fail from t/basic.t onwards.

It seems that this test is now crashing Apache.exe. It can be reproduced in isolation. Here's a stack trace:
[...]
It crashed right at the start of Perl_sv_unmagic(), on this line:

    if (SvTYPE(sv) < SVt_PVMG || !SvMAGIC(sv))

Error was "Access Violation" because sv is actually NULL.

Presumably this is caused by the workaround to the in_error.t test failure? (stash in modperl_croak() was also NULL.)

Yes, yes, that's correct. You aren't running the up-to-date cvs. I've added 'use APR::Error' to M-R test-suite a few minutes later, when I've noticed that problem.


--
__________________________________________________________________
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