On 6/13/14, 2:56 PM, Jorge Sivil wrote:
> Yes, sorry. The minimum reproduceable code is:
> 
> #!/bin/bash
> function something() {
>   while true
>   do
>     while read VAR
>     do
>       dummyvar="a"
>     done < <(find "/run/shm/debora" -type f | sort)
>     sleep 3
>   done
> }
> something &
> 
> Which fails with many pipes fd open.

Thanks for the report.  This was fixed in bash-4.3.


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to