Re: Too many open files

2019-03-25 Thread sunnycemetery
On 2019-03-21 20:14, Chet Ramey wrote: Thanks for the report. The /dev/fd version of this code needs to reap process substitutions a little more often. It can't be *too* aggressive, since the fds can still be read even after the process generating the data has terminated, but it can do a little m

Re: Too many open files

2019-03-21 Thread Chet Ramey
On 3/16/19 12:15 AM, sunnycemet...@gmail.com wrote: > Hello.  Running the attached demonstration script results in the following > errors, but I do not understand why: > >> ./tmof: redirection error: cannot duplicate fd: Too many open files >> ./tmof: cannot make pipe for process substitution: Too