[R] 0.64.1 alpha floating point exception in make check

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Tue Jun 8 10:10:22 CEST 1999


Dick Repasky <drepasky at bio.indiana.edu> writes:

>    > plot(update(rock.ppr, sm.method="gcv", gcvpen=2),
>    +      main = "update(..., sm.method=\"gcv\", gcvpen=2)")
>    Floating point exception
> 
> Is this error known?  

No...

> Is it associated with floating point exception handling by Linux kernel 
> (2.2.5-16 of Red Hat distribution) on alpha hardware?

I suspect so, or hardware FPU configuration. Normally, we rely on
having default IEEE handling (set flag and continue with NaN/Inf
result) which should *never* produce SIGFPE. There is one exception
though: integer division by zero, which is not maskable and produces
an FP (sic!) error.

Perhaps it would be a good idea if you tried running R under gdb and
see where the exception comes from. ("R -d gdb" and then "run
--vanilla < tests/Examples/modreg-Ex.R")  

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list