-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
Description
How can we reproduce the crash?
Bun crashed while running opencode.
Relevant log output
erwan@debian:~/git/opencode$ bun dev ~/git/erwan
$ bun run --cwd packages/opencode --conditions=browser src/index.ts /home/erwan/git/erwan
============================================================
Bun v1.3.1 (89fa0f34) Linux x64
WSL Kernel v6.6.87 | glibc v2.41
CPU: sse42 popcnt avx avx2
Args: "bun" "run" "--cwd" "packages/opencode" "--conditions=browser" "src/index.ts" "/home/erwan/git/erwan"
Features: Bun.stderr(4) Bun.stdin(4) Bun.stdout(4) abort_signal(79) bunfig(2) fetch(4336) http_server jsc(2) macros(5) shell(1377504) spawn(690202) transpiler_cache(40) tsconfig(6) tsconfig_paths(3) virtual_modules(37) workers_spawned(2) workers_terminated
Builtins: "bun:ffi" "bun:main" "bun:wrap" "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:readline" "node:stream" "node:string_decoder" "node:timers" "node:timers/promises" "node:tls" "node:tty" "node:url" "node:util" "node:worker_threads" "undici"
Elapsed: 40397804ms | User: 15548437ms | Sys: 8907446ms
RSS: 0.02ZB | Peak: 61.79GB | Commit: 0.02ZB | Faults: 197960 | Machine: 67.38GB
panic(main thread): Segmentation fault at address 0x776F1C009280
oh no: Bun has crashed. This indicates a bug in Bun, not your code.
To send a redacted crash report to Bun's team,
please file a GitHub issue using the link below:
https://bun.report/1.3.1/lr189fa0f34Pulk0gkD857k9CA2+27Bgopigc
error: script "dev" was terminated by signal SIGILL (Illegal instruction)
Illegal instructionStack Trace (bun.report)
Bun v1.3.1 (89fa0f3) on linux x86_64 [RunCommand]
panic: unexpected error from createFakeTemporaryNodeExecutable: error.FileNotFound
crash_handler.zig:331:crash_handler.crashHandler
Sentry Issue: BUN-YNV