Stas Bekman <[EMAIL PROTECTED]> writes: > The whole issue is very sensitive, and it's usually win32 that has a > problem with it due to the nature it's memory allocator/deallocator > works, so we really need to add tests that break before trying to > change anything.
+1, especially to fleshing all this out for the various PerlInterpScope directives. FWIW, although the patch fixes this particular test for me, I still occasionally get segfaults in t/perl/ithreads.t during a full t/TEST run (with or without the patch, it's been a problem I've had for quite a while). So there's still plenty of work to do ... Coming up with some more tests to isolate the ithread/PerlInterpScope bugs would really help a lot, because t/SMOKE isn't able to reduce it to under ~400 tests (mainly because the ithreads.t tests doesn't *always* fail for me, and it *never* seems to fail when it's run all by itself). -- Joe Schaefer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
