Date: Wed, 12 Nov 1997 16:17:26 +0100 From: Wojtek Galazka Message-Id: <199711121517.QAA11252@zoolook.chem.uw.edu.pl> To: djgpp-workers AT delorie DOT com Subject: Malcolm's implementation of fork() Precedence: bulk Hi, I wonder if anyone tried to take a look at Malcolm's implementation of fork(). It almost always makes SIGSEGs , and to me it looks like some automatic variables are not initialized somewhere in Malcolm's code. I'll try to take a closer look at this, but I wonder if any of you tried to track the reason why his code doesn't work for more than simple programs. Thanks, Wojtek