datastack-overflow. ( obj -- )


Vocabulary
debugger

Error description
Thrown by the Factor VM if an attempt is made to push elements on a full data stack.

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

Definition