Skip Menu |

This queue is for tickets about the Filter CPAN distribution.

Report information
The Basics
Id: 84292
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Filter

People
Owner: RURBAN [...] cpan.org
Requestors: RURBAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: 5.17.6 broke pipe filters
waitpid/wait in pipe_read in Exec.xs and Calls.xs do not work anymore since 5.17.6 I disabled the wait calls to be able to run sh or exec Filters on newer perls. But I have no idea what broke PIPE_PID -- Reini Urban
Fixed with 1.46 Fix PIPE_PID/waitpid broken in Exec pipe_read since 5.17.6 Use sleep(0) instead of waitpid after close(pipe_in). Fixes sh and exec tests since 5.17.6 -- Reini Urban