Re: [fpc-pascal] Floating point exception not always caught on Linux i386.

2019-10-11 Thread Bernd Mueller
On 10/11/19 10:51 AM, Bart wrote: See https://www.freepascal.org/docs-html/current/prog/progsu69.html#x76-750001.2.69 sorry, I forgot to mention, that I checked with {$SAFEFPUEXCEPTIONS ON}, but it did not change the behavior. Regards, Bernd. ___

Re: [fpc-pascal] Floating point exception not always caught on Linux i386.

2019-10-11 Thread Zamrony P. Juhara via fpc-pascal
I use FPC 3.0.4 on Ubuntu 16.04 I get same behavior after compile it with ppc386. 64bit binary executable run OK Zamrony P. Juhara Fano Framework, Free Pascal web application framework https://fanoframework.github.io On Friday, October 11, 2019, 4:39:38 PM GMT+8, Bernd Mueller wrote: H

Re: [fpc-pascal] Floating point exception not always caught on Linux i386.

2019-10-11 Thread Bart
On Fri, Oct 11, 2019 at 10:39 AM Bernd Mueller wrote: > FPC 3.0.4, Linux i386 > > the following program should catch the floating point exception > (always), but crashes on the fourth call to the procedure Run: See https://www.freepascal.org/docs-html/current/prog/progsu69.html#x76-750001.2.69