Re: bug with - under ulimit -n

2010-10-27 Thread Jilles Tjoelker
On Wed, Oct 27, 2010 at 03:33:41PM -0600, Eric Blake wrote: Dash does not behave well when under artificial fd pressure due to ulimit -n. It insists on copying a to-be-closed fd to another fd greater than 10, then complains when the dup fails, rather than just flat-out closing the fd in the

Re: bug with - under ulimit -n

2010-10-27 Thread Herbert Xu
Jilles Tjoelker jil...@stack.nl wrote: On Wed, Oct 27, 2010 at 03:33:41PM -0600, Eric Blake wrote: Dash does not behave well when under artificial fd pressure due to ulimit -n. It insists on copying a to-be-closed fd to another fd greater than 10, then complains when the dup fails, rather