Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: echo > * and EMFILE
- X-seq: zsh-workers 23174
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: echo > * and EMFILE
- Date: Tue, 13 Feb 2007 23:53:26 -0800
- In-reply-to: <200702131728.l1DHSVb0008430@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070212223239.GA4812@xxxxxxxxxxxxxxx> <200702131053.l1DArKoK003124@xxxxxxxxxxxxxx> <070213091133.ZM4614@xxxxxxxxxxxxxxxxxxxxxx> <200702131728.l1DHSVb0008430@xxxxxxxxxxxxxx>
On Feb 13, 5:28pm, Peter Stephenson wrote:
}
} Bart Schaefer wrote:
} > If we call zerr() and closemnodes(), then an error message is printed
} > once but the command never actually executes, so the files that it was
} > possible to open are truncated to zero size. If we call zwarn() and
} > not closemnodes(), then hundreds of error messages are printed, the
} > command goes ahead, some files get $SECONDS and some remain unchanged.
} > Which is preferable?
}
} Probably the former.
OK, I'll go ahead and commit the patch from 23169, along with one other
spot in addfd() where it's possible to detect movefd() failure.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author