oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
73.83k stars 2.73k forks source link

Crash Report #14337

Open blake-regalia opened 2 weeks ago

blake-regalia commented 2 weeks ago

How can we reproduce the crash?

No response

Relevant log output

Bun v1.1.29 (6d43b366) macOS Silicon macOS v14.6.1 Args: "bun" "run" "./REDACTED.ts" Features: jsc dotenv fetch(493) transpiler_cache(145) tsconfig_paths(6) tsconfig(49) WebSocket(4) Builtins: "bun:main" "node:assert" "node:buffer" "node:child_process" "node:crypto" "node:events" "node:fs" "node:http" "node:https" "node:net" "node:os" "node:path" "node:stream" "node:string_decoder" "node:timers" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "ws" "node-fetch" "node:http2" Elapsed: 8084ms | User: 3972ms | Sys: 801ms RSS: 0.62GB | Peak: 0.62GB | Commit: 0.29GB | Faults: 1896

panic(main thread): Bus error at address 0x70697E5C58 oh no: Bun has crashed. This indicates a bug in Bun, not your code.

Stack Trace (bun.report)

Bun v1.1.29 (6d43b36) on macos aarch64 [RunCommand]

Bus error at address 0x70697E5C58

Features: jsc, dotenv, fetch, transpiler_cache, tsconfig_paths, tsconfig, WebSocket

ltadeut commented 1 week ago

@blake-regalia can you provide a minimal repro input?