develooper Front page | perl.poe | Postings from July 2012

wheel_run.pm test errors (Was: POE Upgrade error)

Thread Previous | Thread Next
From:
Philip Gwyn
Date:
July 13, 2012 08:26
Subject:
wheel_run.pm test errors (Was: POE Upgrade error)
Message ID:
XFMail.20120713112603.philip@awale.qc.ca

On 10-Jul-2012 Rocco Caputo wrote:
> Good morning.
> 
> I could use some help with this problem.
> 
> A third person reported the problem in IRC today, and six CPAN testers also
> reported it.  I haven't been able to reproduce the problem or make much
> progress on it.  I sent Patrick a public SSH key off-list, but I haven't
> heard back.  My e-mail may have been caught by a filter somewhere.

After a look at wheel_run.pm, seems to me this is a buffering issue.  The 
child does print; <>; print; print; but the parent does print; sysread();

Included is a double patch: In the first patch, the parent will accumulate the
input until it find a terminator. The second patch is a clean up of the first
(the terminator is a param) but I don't know how to get git to show them
combined.

-Philip



Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About