Sender: nate AT cartsys DOT com Message-ID: <35FAD9A0.ED784E71@cartsys.com> Date: Sat, 12 Sep 1998 13:29:20 -0700 From: Nate Eldredge MIME-Version: 1.0 To: "Βλάσης Χατζησταύρου" CC: djgpp AT delorie DOT com Subject: Re: HELP!!!URGENT!! References: <6teh3g$a10$1 AT evia DOT ccf DOT auth DOT gr> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Precedence: bulk Βλάσης Χατζησταύρου wrote: > > Hello... > I'm new to this list and I'm not very experineced in programing. I have > a problem concerning a program I am developing (on my PC) > for a project that has to be finish in this week. When I run it, and > sometimes when I compile it, I get the message: When you run it, you mean. It's important to be clear; that could be interpreted to mean that the compiler crashes. > Exiting due to signal SIGFPE > Floating Point exception at eip=0000193c [snip traceback] > Does anyone know what this means??? Your program has a bug. SIGFPE typically means you have done something mathematically invalid (division by 0, sqrt(negative), etc). Use the debugger. -- Nate Eldredge nate AT cartsys DOT com