Re: RFR: 8289643: File descriptor leak with ProcessBuilder.startPipeline [v8]

2022-07-21 Thread Lance Andersen
On Thu, 21 Jul 2022 16:01:01 GMT, Roger Riggs wrote: >> The `ProcessBuilder.pipelineStart()` implementation does not close all of >> the file descriptors it uses to create the pipeline of processes. >> >> The process calling `pipelineStart()` is creating the pipes between the >> stages. >> As

Re: RFR: 8289643: File descriptor leak with ProcessBuilder.startPipeline [v8]

2022-07-21 Thread Roger Riggs
> The `ProcessBuilder.pipelineStart()` implementation does not close all of the > file descriptors it uses to create the pipeline of processes. > > The process calling `pipelineStart()` is creating the pipes between the > stages. > As each process is launched, the file descriptor is inherited by