[BUG] RangeError: Out of memory
Resolved 💬 4 comments Opened Sep 4, 2025 by impanda-cookie Closed Jan 7, 2026
Environment
- Platform (select one):
- [ x] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [ ] Other:
- Claude CLI version: 1.0.103
- Operating System: macOS 15.5
- Terminal: warp
Bug Description
claude session crash and can't back to normal.
RangeError: Out of memory
at join (unknown)
at FVG (/$bunfs/root/claude:1636:6194)
at E (/$bunfs/root/claude:1636:4516)
at Z (/$bunfs/root/claude:1636:4771)
at BD5 (/$bunfs/root/claude:1646:1585)
at <anonymous> (/$bunfs/root/claude:1647:64)
at map (native:1:11)
at useMemo (/$bunfs/root/claude:187:25924)
at iH (/$bunfs/root/claude:1646:324)
at JF (/$bunfs/root/claude:187:19415)
ERROR Out of memory
- at join (unknown)
- FVG (/$bunfs/root/claude:1636:6194)
- E (/$bunfs/root/claude:1636:4516)
- Z (/$bunfs/root/claude:1636:4771)
- BD5 (/$bunfs/root/claude:1646:1585)
- <anonymous> (/$bunfs/root/claude:1647:64)
- map (native:1:11)
- useMemo (/$bunfs/root/claude:187:25924)
- iH (/$bunfs/root/claude:1646:324)
- JF (/$bunfs/root/claude:187:19415)
Steps to Reproduce
- ask claude make some integrate tests e.g. call some API which it will response many data or content(or use a session for a long time)
- run integrate test
- crash and throw out of memory
Expected Behavior
don't crash and it can run all test normally.
Actual Behavior
claude crash then interrupt my work.
Additional Context
N/A
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗