<span style="font-family:courier new,monospace">Hi,<br><br>Why the "External: SIGFPE" error not reported on the line it was generated? e.g. In the following code:<br><br>1: if SomeCondition then begin<br>2:   Y := exp(Y);<br>

3: end;<br>4: d := Data[X];</span><br><span style="font-family:courier new,monospace"><br>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?<br>

<br><br></span><br>