Description
Applications using the Bun runtime crash immediately with a segmentation fault when Windhawk is active in the background.
This occurs even if no mods are enabled in Windhawk. Terminating Windhawk allows the application to run normally.
Steps to reproduce
- Ensure Windhawk is running (active in tray).
- Execute a Bun-based standalone application (tested with
opencode.exe, Bun v1.3.5).
- The process immediately panics.
Environment
- OS: Windows 11 (Build 26200)
- Target Application: Bun v1.3.5 (1e86cebd) Windows x64
Crash Log
Bun v1.3.5 (1e86cebd) Windows x64 (baseline)
Windows v.win11_dt
CPU: sse42 avx avx2
Args: "C:\\Users\\[user]\\AppData\\Local\\Microsoft\\WinGet\\Links\\opencode.exe" "--user-agent=opencode/1.1.48" "--use-system-ca" "--"
Features: Bun.stderr(4) Bun.stdin(4) Bun.stdout(4) fetch(3) jsc spawn standalone_executable workers_spawned
Builtins: "bun:ffi" "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:child_process" "node:console" "node:crypto" "node:events" "node:fs" "node:fs/promises" "node:http" "node:https" "node:module" "node:net" "node:os" "node:path" "node:process" "node:querystring" "node:readline" "node:stream" "node:string_decoder" "node:timers" "node:timers/promises" "node:tls" "node:tty" "node:url" "node:util" "undici" "node:v8" "node:dgram"
Elapsed: 974ms | User: 1046ms | Sys: 328ms
RSS: 0.71GB | Peak: 0.72GB | Commit: 0.93GB | Faults: 192601 | Machine: 34.03GB
panic(thread 24352): Segmentation fault at address 0x2571E610000
oh no: Bun has crashed. This indicates a bug in Bun, not your code.
Description
Applications using the Bun runtime crash immediately with a segmentation fault when Windhawk is active in the background.
This occurs even if no mods are enabled in Windhawk. Terminating Windhawk allows the application to run normally.
Steps to reproduce
opencode.exe, Bun v1.3.5).Environment
Crash Log