Re: vcl field.cxx issue 150733 invalid float operation

2012-07-13 Thread Yuri Dario
Hi Herbert, > Does it help if you replace the call to that inline method isFinite() to > the macro SAL_MATH_FINITE()? no, now code uses finite() but still crashes. unfortunately debugger is unable to stop in the crashing line, so I don't know exactly which float op fails. thanks! -- Bye,

Re: vcl field.cxx issue 150733 invalid float operation

2012-07-13 Thread Herbert Duerr
Hi Yuri, On 12.07.2012 17:50, Yuri Dario wrote: I finally discovered the cause of a strange crash on some pc for the os2 port. It is due to an invalid float operation in MetricField class. It seems that some CPU are processing some invalid float value, which in turn generates the exception. [...

R: vcl field.cxx issue 150733 invalid float operation

2012-07-12 Thread Pedro Giffuni
FWIW; --- Gio 12/7/12, Yuri Dario ha scritto: > Hi, > > I finally discovered the cause of a strange crash on some pc > for the os2 port. It is due to an invalid float operation in > MetricField class. It seems that some CPU are processing > some invalid float value, which in turn generates the >

vcl field.cxx issue 150733 invalid float operation

2012-07-12 Thread Yuri Dario
Hi, I finally discovered the cause of a strange crash on some pc for the os2 port. It is due to an invalid float operation in MetricField class. It seems that some CPU are processing some invalid float value, which in turn generates the exception. Surprisingly, the source code has this remark