On 03 Jun 2010, at 10:24, Michael Van Canneyt wrote:
On Thu, 3 Jun 2010, Jonas Maebe wrote:
On 03 Jun 2010, at 08:55, Michael Van Canneyt wrote:
When I was debugging it (linux 64 bit) , the whole application
stopped on a floating point error somewhere in mozilla's
Javascript engine; I never got
around to debugging that.
Did you try disabling floating point exceptions? A lot of C code
assumes that floating point exceptions are disabled (since that's
what the C library does on startup).
Aha. And how do I do that ?
uses
math;
SetExceptionMask([exInvalidOp, exDenormalized, exZeroDivide,
exOverflow, exUnderflow, exPrecision])
Jonas
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal