Date: Tue, 6 Aug 1996 08:38:01 +0200 (IST) From: Eli Zaretskii To: Oberhumer Markus Cc: djgpp-workers Subject: Re: Transfer buffer usage in `spawnXX' In-Reply-To: <199608052234.AAA22104@c210.edvz.uni-linz.ac.at> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 6 Aug 1996, Oberhumer Markus wrote: > Please also try this recursive Makefile with the new version: > > # Makefile > default: > $(MAKE) > # end of Makefile > > > Here is what I get (SIGILL is not very nice): > > [Snip] > > make.exe[13]: Entering directory `e:/t' > e:/l/djgpp2/bin/make.exe > Exiting due to signal SIGILL > Invalid TSS at eip=000001ff, error=0004 That's different in every DPMI server. The problem is that you are out of DOS memory (and you should see a message from the stub to that effect). That is what I see whenever I try such things. The stub is optimized for size, so it doesn't always have robust error recovery.