Date: Sun, 14 Jun 1998 14:05:12 +0300 (IDT) From: Eli Zaretskii To: George Foot , anders DOT undin AT katrineholm DOT mail DOT telia DOT com cc: djgpp AT delorie DOT com Subject: Re: Make.exe, error message: Descriptors exhausted In-Reply-To: <6m001h$469$2@news.ox.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 14 Jun 1998, George Foot wrote: > IIRC there is a problem > (possibly only with some DPMI hosts) that means that when djgpp > programs are nested, the descriptors used by the child process are not > freed up when it exits -- they remain allocated until the parent also > exits. Consequently, programs like Make or Bash that need to run a > lot of children can run out of descriptors in this way. The only > solution is to rerun Make, or occasionally exit the Bash shell and > restart it. > > I can't remember where I read this (it doesn't seem to be in the FAQ) > so take it with a pinch of salt. It *is* in the FAQ (section 3.3).