claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

RangeError: Maximum call stack size exceeded crash

Open ThatDragonOverThere opened this issue 1 month ago • 6 comments

Bug Description

Claude Code crashes with RangeError: Maximum call stack size exceeded during a session.

Error Output

file:///C:/Users/Cassie/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:3437
...
RangeError: Maximum call stack size exceeded
(Use `node --trace-uncaught ...` to show where the exception was thrown)

Node.js v22.12.0

Context

  • This occurred during normal usage
  • The crash dumps minified JS code to the terminal before the RangeError
  • Session becomes unrecoverable

Environment

  • OS: Windows 11
  • Node.js: v22.12.0
  • Claude Code: CLI version (npm install)

🤖 Generated with Claude Code

ThatDragonOverThere avatar Jan 08 '26 15:01 ThatDragonOverThere