[R] Limit on Function Size

ripley@stats.ox.ac.uk ripley at stats.ox.ac.uk
Tue Sep 3 08:35:48 CEST 2002


On Mon, 2 Sep 2002, Thomas Lumley wrote:

> On Mon, 2 Sep 2002, Neil Klepeis wrote:
>
> > Here is the function (3000+ lines), which source's OK on R 1.5.0 but not
> > on R 1.5.1:
> >
>
> Ok, it segfaults for me on 1.5.1 but not on r-devel, so it looks as if
> this is fixed.

The issue was the one I mentioned, the unchecked limit on the kept source.
As it is now checked, the buffers are no longer overwritten.  My guess is
that it was chance that this worked in 1.5.0.

Unfortunately, it seems options(keep.source=FALSE) was (and is) not
stopping the source being kept, and I need to track down that bug. (It is
harmless in the current R-devel.)


-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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