Skip Menu |

This queue is for tickets about the IO-Async CPAN distribution.

Report information
The Basics
Id: 72448
Status: resolved
Priority: 0/
Queue: IO-Async

People
Owner: Nobody in particular
Requestors: leonerd-cpan [...] leonerd.org.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.44
Fixed in: 0.45



Subject: Avoid STD{IN,OUT} in Ia:Function worker processes
These become fragile and easily break if some invoked program/etc.. prints to STDOUT, causing junk to be written to the synchronisation channel. Instead, put the channel on some higher fd; perhaps 3 and 4? -- Paul Evans
On Tue Nov 15 12:49:47 2011, PEVANS wrote: Show quoted text
> These become fragile and easily break if some invoked program/etc.. > prints to STDOUT, causing junk to be written to the synchronisation > channel. > > Instead, put the channel on some higher fd; perhaps 3 and 4?
This is now in latest bzr repo; will be in 0.45. -- Paul Evans
Now in 0.45 -- Paul Evans