REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 6-Feb-2009 Edit History  

REBOL 3 Errors: stack-overflow

The system's memory stack overflowed while trying to perform an operation.

Message:

["Stack overflow"]

Example:

call-self: func [][call-self]
filter-error try [call-self]
** Internal Error: Stack overflow
** Where: call-self


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin