Date: Tue, 3 Oct 1995 11:43:17 +0200 (IST) From: Eli Zaretskii To: eheft Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Stupped : V2.0 bug? On 3 Oct 1995, eheft wrote: > under 1.12.4 run's w/o error > > under 2.0 gets a nasty SEGFAULT while accessing a 2d array of floats. > using gdb I've tracked do the exect point of the crash and can't > see any diffenence. What do you use as your DPMI host? Is it CWSDPMI? If so, try to run under Windows or any other DPMI host. If it doesn't crash then, you are somehow dereferencing a NUL pointer (there is a way to work around this even in CWSDPMI, but it's better to correct your code). Sorry, I didn't have time to look carefully at your code.