On Wed, 27 Jun 2001, Stas Bekman wrote:
> I've seen this too. Are you sure it has anything to do with the patch?
> the patch just shuffles the tests. This error seem to be of a different
> source. Can you reproduce this behavior on demand? Once I've restarted the
> server I didn't see this error anymore, after many different tries.
the problem was that Apache::compat was setting GATEWAY_INTERFACE, and
with the different order, by the time CGI.pm was loaded, GATEWAY_INTERFACE
had been reset. %ENV management is still not complete, as your new test
order picked up on. i fixed that particular problem, but test
modules/cgi #3 still fails, only with ithreads, and looks like it might be
a bug in Perl.
> Also I've attached a similar patch with a better randomizer sub (IMHO).
what about inlining patches in the email message, or does your mailer
mangle them? anyhow, looks good, i'm sure the order options will help to
shake out more bugs.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]