Skip to content
Prev 29423 / 63424 Next

Embedded R, last errormessage, and stack smashing

Laurent Gautier wrote on 07/16/2008 08:02 AM:
The problem is a program crash without saving data. Stack overflow is 
usually caused by either infinite recursion or very large stack (i.e. 
local) variables.

I've always disabled stack checking in rapache, and I never knew why the 
checking was added to R, but again wikipedia has merit:

http://en.wikipedia.org/wiki/Stack_overflow

Jeff