bun icon indicating copy to clipboard operation
bun copied to clipboard

panic: Segmentation fault at address 0x31634000000

Open Usuychik opened this issue 7 months ago • 2 comments

How can we reproduce the crash?

Ubuntu 20.04, kernel v5.4.0

Previously tried to build on ubuntu 18.04 inside docker -- had same issue.

Relevant log output

#9 [build-stage 5/5] RUN bun build src/index.ts --outdir ./build --target=bun
#9 57.95 ============================================================
#9 57.95 Bun v1.1.18 (5a0b9352) Linux x64 (baseline)
#9 57.95 Linux Kernel v5.4.0 | glibc v2.31
#9 57.95 Args: "bun" "build" "src/index.ts" "--outdir" "./build" "--target=bun"
#9 57.95 Features: tsconfig(5) 
#9 57.95 Elapsed: 57547ms | User: 34923ms | Sys: 23257ms
#9 57.95 RSS: 13.83GB | Peak: 8.07GB | Commit: 13.83GB | Faults: 0
#9 57.95 
#9 57.95 panic: Segmentation fault at address 0x31634000000
#9 57.95 oh no: Bun has crashed. This indicates a bug in Bun, not your code.

Stack Trace (bun.report)

Bun v1.1.18 (5a0b935) on linux x86_64_baseline [BuildCommand]

Segmentation fault at address 0x31634000000

Usuychik avatar Jul 12 '24 18:07 Usuychik