[BUG] Claude crashed while running a bash command
Environment
- Platform (select one):
- [ ] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [x ] Other: <WSL in VS Code>
- Claude CLI version: <1.0.72 (Claude Code)>
- Operating System: <Windows 11 with Ubuntu in WSL>
- Terminal: <WSL>
Bug Description
Error: kill EPERM
at process.kill (node:internal/process/per_thread:232:13)
at tNB (file:///home/rickc/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:555:19815)
at file:///home/rickc/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:555:19688
at Array.forEach (<anonymous>)
at file:///home/rickc/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:555:19659
at Array.forEach (<anonymous>)
at oNB (file:///home/rickc/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:555:19631)
at file:///home/rickc/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:555:19562
at ChildProcess.I (file:///home/rickc/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:555:20047)
at ChildProcess.emit (node:events:517:28) {
errno: -1,
code: 'EPERM',
syscall: 'kill'
}
Node.js v18.19.1
Steps to Reproduce
- <!-- First step -->
- <!-- Second step -->
- <!-- And so on... -->
Expected Behavior
<!-- What you expected to happen -->
Actual Behavior
<!-- What actually happened -->
Additional Context
<!-- Add any other context about the problem here, such as screenshots, logs, etc. -->
This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗