Skip to content
Prev 18149 / 63424 Next

Windows 2000 crash while using rbind (PR#8225)

This is a stack-size issue.  Windows provides only a small stack by 
default (2Mb in R 2.2.0).  Your example will work in R-patched (which has 
a 10Mb stack) and R-devel (which has 10Mb and some stack-checking).

The non-technical summary is that you ran out of resources.  Fortunately 
we have been working on that issue and have builds with more resources.

Why this calculation is taking so much stack needs further investigation.
On Thu, 20 Oct 2005 Tom.Mulholland at dpi.wa.gov.au wrote: