oven-sh / bun

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

Segmentation fault at address 0x16C5B7350 #13768

Open idrissgarfa opened 1 week ago

idrissgarfa commented 1 week ago

How can we reproduce the crash?

bun --bun run build

Relevant log output

Bun v1.1.15 (b23ba1fe) macOS Silicon
Args: "/Users/MacBook/.bun/bin/bun" "/Users/MacBook/Akera/Projects/akera-lms/node_modules/next/dist/compiled/jest-worker/processChild.js"
Features: jsc dotenv transpiler_cache(3) tsconfig_paths tsconfig 
Builtins: "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:child_process" "node:crypto" "node:events" "node:fs" "node:fs/promises" "node:http" "node:https" "node:module" "node:net" "node:os" "node:path" "node:querystring" "node:stream" "node:stream/web" "node:string_decoder" "node:url" "node:util" "node:util/types" "node:vm" "node:zlib" 
Elapsed: 3080ms | User: 1122ms | Sys: 247ms
RSS: 1.04GB | Peak: 1.04GB | Commit: 2.12GB | Faults: 64

panic(main thread): Segmentation fault at address 0x16C5B7350
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.1.15/Ma1b23ba1fAiogggH__2n78T2n78T2n78T2n78T2n78T2n78T2n78T2n78TA2Cg15trsD

 ⨯ Static worker exited with code: null and signal: SIGTRAP

Stack Trace (bun.report)

Bun v1.1.15 (b23ba1f) on macos aarch64 [AutoCommand]

Segmentation fault at address 0x16C5B7350

github-actions[bot] commented 1 week ago

@idrissgarfa, the latest version of Bun is v1.1.26, but this crash was reported on Bun v1.1.15.

Are you able to reproduce this crash on the latest version of Bun?

bun upgrade