Hi,

Why the "External: SIGFPE" error not reported on the line it was generated?
e.g. In the following code:

1: if SomeCondition then begin
2:   Y := exp(Y);
3: end;
4: d := Data[X];

The SIGFPE is generated on line 2, because Y is too big. But while the
program is running in IDE, it told me that line 4 is generating SIGFPE?
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to