From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21247 invoked from network); 10 May 2002 17:42:28 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 10 May 2002 17:42:28 -0000 Received: (qmail 8043 invoked by alias); 10 May 2002 17:42:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17121 Received: (qmail 8032 invoked from network); 10 May 2002 17:42:22 -0000 To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: File descriptor madness In-reply-to: "Peter Stephenson"'s message of "Fri, 10 May 2002 18:24:32 BST." <2536.1021051472@csr.com> Date: Fri, 10 May 2002 18:41:53 +0100 Message-ID: <2703.1021052513@csr.com> From: Peter Stephenson Peter Stephenson wrote: > Yes, I thought of that. Here's an attempt. It seems to work, according > to lsof. I missed the case where all 10 fd's are already used, in which case the pipe's descriptors leak. Add if (i < tmppipe[0]) close(tmppipe[0]); if (i < tmppipe[1]) close(tmppipe[1]); and stir. -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 392070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************