Mail Archives: djgpp/1999/04/28/03:38:57
On Tue, 27 Apr 1999, Jerome wrote:
> I read the FAQ about this, but it did not answer my question, since I don't
> use emu387 or something like that, so there should be no problem...
> What should I do ?
You should debug your program, it probably has a bug somewhere. The
fact that it runs without crashing under RHIDE doesn't mean that the
program is okay, it simply means that the bug doesn't raise its ugly
head then, perhaps because you access some uninitialized memory.
Section 12.2 of the FAQ should explain how to begin debugging your
program using the information printed when it crashes.
- Raw text -