Joe Orton wrote:
On Tue, Feb 08, 2005 at 08:36:49PM -0500, Stas Bekman wrote:

Steve Hay wrote:
[...]

Yes - adding the sleep 2 before print 'parent' does indeed fix it. (Your changed version still didn't work without that sleep, though.)



Yes, I know. And if you uncomment out the 3 join calls? It should work I believe (with the scalar leaked reports though).



If I uncomment the 4 (not 3) join calls then the test does indeed work without the sleep.

That's good.


The change checked in fixed the test for me on all but one Linux box; I can confirm there that uncommenting the join calls or adding a sleep fixes it on that remaining machine too.

With the join's uncommened I do get four "Scalars leaked: 1" messages
logged to the error_log too.  Google thinks that is a Perl ithreads bug?

http://rt.perl.org/rt3/Ticket/Display.html?id=16683

Yeah, most likely, not the first one and not the last one.

I've added the sleep workaround until we resolve the issue with those warnings.

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