Date: Tue, 29 Oct 1996 08:30:50 +0200 (IST) From: Eli Zaretskii To: Charles Sandmann Cc: Bill Currie , djgpp-workers AT delorie DOT com Subject: Re: function _exit() and about dbgcom.c In-Reply-To: <9610282106.AA15711@clio.rice.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 28 Oct 1996, Charles Sandmann wrote: > When I wrote the debug stuff, there was no undocumented feature usage in DJGPP, > thus no problems with the pseudo PSP (used for command line passage only). I'm not sure that the fake PSP only makes problems with undocumented calls. (I just thought about `fstat' because it was the first thing that came to mind, like the first love ;-) I suspect that if the debugger would use up more than 20 file handles, the debuggee won't be able to open files anymore, because its fake PSP still has a pointer to an old handle table. (This is just a theory though, I never tried this, so I might be dead wrong.)