Date: Wed, 14 May 2003 23:59:28 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: wajnberg AT antibes DOT inra DOT fr Message-Id: <2110-Wed14May2003235928+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (wajnberg@antibes.inra.fr) Subject: Re: no Dos memory (was: Too many open file) References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: wajnberg AT antibes DOT inra DOT fr (Eric Wajnberg) > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 14 May 2003 07:41:33 +0000 (UTC) > > As you can see, it lauchs b.exe an infinite number of times. If I run this > second code, I get a crash arround 2000-2500 on my system (under Windows > 98). This is a known problem with the DPMI server built into Windows: it leaks resources such as DPMI descriptors and DOS memory (used for the transfer buffer); see section 3.3 of the DJGPP FAQ list.