[BUG] Claude crashes without any error messaging
Resolved 💬 11 comments Opened Jun 4, 2025 by nickolay-kondratyev Closed Jun 18, 2025
Environment
- Platform (select one):
- [ ] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [x ] Other: MacOS
- Claude CLI version: 1.0.11 (Claude Code) (same happened after downgrade on 1.0.9)
- Operating System: 14.5 (23F79)
- Terminal: iTerm2, same happens in MacOS Terminal
Bug Description
claude crashes after few seconds.
This is all I see
❯claude
╭───────────────────────────────────────────────────╮
│ ✻ Welcome to Claude Code! │
│ │
│ /help for help, /status for your current setup │
│ │
│ cwd: /Users/nkondrat/vintrin-env │
╰───────────────────────────────────────────────────╯
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ > Try "refactor sh/modules/5_git.sh" │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
? for shortcuts
If i go to workspace that havent been used with claude the starter window keep claude alive but after trusting the folder, then claude crashes
❯claude
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Do you trust the files in this folder? │
│ │
│ /Users/nickolaykondratyev/tmp/hi │
│ │
│ Claude Code may read files in this folder. Reading untrusted files may lead Claude Code to behave in an unexpected ways. │
│ │
│ With your permission Claude Code may execute files in this folder. Executing untrusted code is unsafe. │
│ │
│ https://docs.anthropic.com/s/claude-code-security (https://docs.anthropic.com/s/claude-code-security) │
│ │
│ ❯ 1. Yes, proceed │
│ 2. No, exit │
│ │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Enter to confirm · Esc to exit
╭───────────────────────────────────────────────────╮
│ ✻ Welcome to Claude Code! │
│ │
│ /help for help, /status for your current setup │
│ │
│ cwd: /Users/nickolaykondratyev/tmp/hi │
╰───────────────────────────────────────────────────╯
Tips for getting started:
1. Ask Claude to create a new app or clone a repository
2. Use Claude to help with file analysis, editing, bash commands and git
3. Be as specific as you would with another engineer for the best results
4. ✔ Run /terminal-setup to set up terminal integration
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ > Try "create a util logging.py that..." │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Claude Opus 4 limit reached, now using Sonnet 4
Steps to Reproduce
- open
claude - wait few seconds
Expected Behavior
claude works
Actual Behavior
claude crashes
Additional Context
please share if there are log files somewhere, that can give more info.
This issue has 11 comments on GitHub. Read the full discussion on GitHub ↗