Skip to content
Prev 18585 / 63424 Next

Infinite recursion in S3 methods crashes R on windows (related to PR#8203?)

Hi, trying the same on WinXP I get

:R 2.1.1 Patched (2005-09-19)
 > myf(1)
Error: protect(): protection stack overflow

R 2.2.0 Patched (2005-11-21 r36410):
 > myf(1)
Error: evaluation nested too deeply: infinite recursion / 
options(expressions=)?
 > options(expressions=50000)
 > myf(1)
Error: protect(): protection stack overflow

So either it has been fixed or there is a bug there that only shows up 
under certain conditions.

Cheers

Henrik
Rich FitzJohn wrote: