retainstack-overflow. ( obj -- )


Vocabulary
debugger

Error description
Thrown by the Factor VM if dip is called when the retain stack is full.

Notes
This error usually indicates a run-away recursion, however if you legitimately need a retain stack larger than the default, see Command line switches for the VM.

Definition