← index

StackError

inherits Error · defined at core/00-bootstrap.qn:221

A recursion the VM refused before it could overflow the machine stack: a block that re-enters itself (an each: body re-iterating its own receiver, a self-nesting catch:), or a custom ==:/hash/comparator hook re-entering a native operation. Raised instead of the process dying with an uncatchable SIGBUS.