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

crash #10436

Closed nicklvh closed 2 months ago

nicklvh commented 5 months ago

How can we reproduce the crash?

run bun src/index.ts in my project

Relevant log output

============================================================
Bun v1.1.5 (ab79940e) Windows x64
Args: "C:\Users\iamni\.bun\bin\bun.exe", "."
Features: Bun.stdin(2) dotenv fetch transpiler_cache(6) tsconfig(4) WebSocket 
Builtins: "bun:main" "node:buffer" "node:crypto" "node:events" "node:fs" "node:fs/promises" "node:http" "node:net" "node:os" "node:path" "node:perf_hooks" "node:stream" "node:string_decoder" "node:timers" "node:timers/promises" "node:tls" "node:url" "node:util" "node:util/types" "node:zlib" "node:worker_threads" "undici" "ws" 
Elapsed: 940ms | User: 281ms | Sys: 109ms
RSS: 0.22GB | Peak: 0.22GB | Commit: 0.26GB | Faults: 54890

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

Stack Trace (bun.report)

Bun v1.1.5 (#10417) on windows x86_64 [AutoCommand]

Segmentation fault at address 0xFFFFFFFFFFFFFFFF

Features:

cirospaciari commented 2 months ago

Fixed in canary v1.1.22 if is happening after bun upgrade --canary feel free to reopen