Date: Sun, 18 Feb 1996 09:43:37 +0200 (IST) From: Eli Zaretskii To: "Orlando A. Andico" Cc: DJGPP Mailing List Subject: Re: Segmentation problem in DJGPP v2 In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 17 Feb 1996, Orlando A. Andico wrote: > That's the oddest thing -- I reinstalled DJGPP 1.12m4 and the SUSAN > program compiled with it runs without any problems whatsoever... v2.0 implements some functions that v1.x didn't have. One notable example is signals. It might be that the problem is in the way the signals are used in that program (___djgpp_exception_table is from the new signal support code, although it tends to take the blame for many other problems, unrelated to the signal support).