Stas Bekman wrote: >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. > Yes! It appears that you updated CVS about 3minutes after I checked out the latest stuff!
I now have all tests successful in the main test suite and ModPerl-Registry's. - Steve ------------------------------------------------ Radan Computational Ltd. The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
