oven-sh / bun

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

My Bun App Crashed #11798

Closed f4id closed 3 months ago

f4id commented 3 months ago

How can we reproduce the crash?

Relevant log output

Args: "C:\Users\Administrator\AppData\Roaming\npm\\node_modules\bun\bin\bun.exe", "src/index.ts"
Features: jsc Bun.stdin(2) dotenv fetch(91) transpiler_cache(10) tsconfig_paths(2) tsconfig(4) WebSocket(59)
Builtins: "bun:main" "bun:sqlite" "node:buffer" "node:events" "node:fs" "node:fs/promises" "node:http" "node:path" "node:stream" "node:string_decoder" "node:timers" "node:timers/promises" "node:url" "node:util" "node:util/types" "node:zlib" "node:worker_threads" "undici" "ws"
Elapsed: 353343326ms | User: 39937ms | Sys: 11234ms
RSS: 0.22GB | Peak: 0.23GB | Commit: 0.25GB | Faults: 13052848

panic(main thread): Segmentation fault at address 0x38
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.8/ea189d2580AqoiggX4u251Cypy/7Cuwu51C85vge44o9dg+l9dki6tG2ug/0CkrgmFu1/wFA2AwD

error: script "start" exited with code 3

Stack Trace (bun.report)

Bun v1.1.8 (89d2580) on windows x86_64_baseline [AutoCommand]

Segmentation fault at address 0x00000038

Jarred-Sumner commented 3 months ago

Please upgrade to Bun v1.1.13:

bun upgrade

Let us know if you still run into an issue like this