Ok, so the current svn with this patch pass 100%?
Index: t/response/TestApache/cgihandler.pm =================================================================== --- t/response/TestApache/cgihandler.pm (revision 109678) +++ t/response/TestApache/cgihandler.pm (working copy) @@ -40,12 +40,6 @@
1; __END__ -<NoAutoConfig> -<Location /TestApache__cgihandler> - <IfDefine PERL_USEITHREADS> - PerlInterpScope handler - </Ifdefine> - SetHandler perl-script - PerlResponseHandler TestApache::cgihandler -</Location> -</NoAutoConfig> +SetHandler perl-script +PerlResponseHandler TestApache::cgihandler +
Well, it seems to fix this topic's crashes, like the manual removing of "PerlInterpScope handler" did. The hopefully unrelated hang-until-timeout in t/filter/both_str_req_proxy and t/modules/proxy still happen. Also, Linux fails in t/apr-ext/finfo and t/apr-ext/perlio. I'll start new topics for those.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
