Description
Issue: opencode v1.1.53 randomly crashes during usage
Crash Evidence:
- Crash logs end abruptly after loading config files (4-5 lines, ~400 bytes)
- Successful logs continue to server startup (800KB-3.7MB)
- No error messages - silent termination
- Pattern: crash → immediate successful restart (~1 sec later)
Technical Details:
- Timing: Crashes occur at 00:13:27, 00:16:16, 00:17:17, 00:20:49 - all ~1-2 seconds before successful starts
- Missing in crashes: Plugin loading, server initialization, LSP setup
- MCP Errors (non-fatal): MCP error -32601: Method not found for context7/grep_app prompts
- Warnings: 20+ duplicate skill warnings across .claude/skills/, .agents/skills/, .config/opencode/skill/
- LSP Servers: 35+ enabled (deno, typescript, vue, eslint, biome, etc.)
Environment:
- Windows x64
- Warp Terminal
- Bun - 1.3.9
- Node - 24.13.0
Plugins
AI Hypothesis:
Race condition during config file reading or plugin initialization phase, possibly related to file locking or async timing on Windows.
AI Assisted Issue
Description
Issue: opencode v1.1.53 randomly crashes during usage
Crash Evidence:
Technical Details:
Environment:
Plugins
AI Hypothesis:
Race condition during config file reading or plugin initialization phase, possibly related to file locking or async timing on Windows.
AI Assisted Issue