retainstack-underflow. ( obj -- )


Vocabulary
debugger

Error description
Thrown by the Factor VM if an attempt is made to access the retain stack in an invalid manner. This bug should never come up in practice and indicates a bug in Factor.

Notes
You can use the stack effect tool to statically check stack effects of quotations. See Stack effect checking.

Definition