Mail Archives: djgpp/1995/10/03/05:58:08
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.
- Raw text -