Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brim-lang.com/llms.txt

Use this file to discover all available pages before exploring further.

What this means

VM/recursion exhausted stack budget

Metadata

  • Code: E8003
  • Default level: Error
  • Phase: Runtime
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E8003
  • Tags: runtime, stack

How to fix

  • increase stack
  • fix recursion
  • trampolining

Typical output

E8003: runtime stack overflow
note: VM/recursion exhausted stack budget