Date: Wed, 28 Apr 1999 10:36:42 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: SIGFPE problems In-Reply-To: <01be90f3$cfba5360$0100007f@lisa> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.