-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
Description
What version of Bun is running?
1.3.5
What platform is your computer?
Windows
What steps can reproduce the bug?
- Running opencode-ai version 1.0.223 on Windows 11.
- Executing the command that triggers subagents (e.g., ctrl+x right).
- The process was actively reading/writing many files in a Next.js/React project directory (E:\programming\newlinktree) just before the crash.
What is the expected behavior?
The tool should manage the subagents and file operations without a segmentation fault.
What do you see instead?
Bun v1.3.5 (1e86ceb) on windows x86_64_baseline [_]
Segmentation fault at address 0x00000000
Features: spawn, standalone_executable, process_dlopen, Bun.stderr, Bun.stdin, Bun.stdout, WebSocket, fetch, jsc
Additional information
Environment: Windows x64 (baseline)
Active Features at crash: spawn(334), standalone_executable, process_dlopen, fetch(200), jsc, Bun.stdout/stdin/stderr.
Context: The crash occurred while opencode was performing a sequence of file reads and writes (as shown in the terminal history) for a project involving src\app\dashboard\collections.
iputuanggak, CoolMax99 and kmgallahan