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

Segmentation fault at address 0xFFFFFFFFFFFFFFFF running `bun upgrade` #11516

Closed tnfAngel closed 4 months ago

tnfAngel commented 4 months ago

How can we reproduce the crash?

Run bun upgrade in the version 1.1.11 on Windows 11 23H2 (22631.3672)

image

JavaScript/TypeScript code that reproduces the crash?

No response

Relevant log output

PS C:\Users\tnfAngel\Documents\Projects\tnfAngel\Website> bun upgrade
============================================================
Bun v1.1.11 (4fb6056f) Windows x64
Args: "C:\Users\tnfAngel\.bun\bin\bun.exe" "upgrade"
Elapsed: 451ms | User: 15ms | Sys: 0ms
RSS: 56.58MB | Peak: 56.58MB | Commit: 117.07MB | Faults: 14028

panic(thread 55152): Segmentation fault at address 0xFFFFFFFFFFFFFFFF
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.11/wp14fb6056AACiB\VCRUNTIME140.dll23oE08i2Kgv+3Zgv93Zu8j4Zi0ujYkwi/Vkoyj9C6mj/2C80o1eA2DD

Stack Trace (bun.report)

Bun v1.1.11 (4fb6056) on windows x86_64 [UpgradeCommand]

Segmentation fault at address 0xFFFFFFFFFFFFFFFF

Jarred-Sumner commented 4 months ago

Fixed in #11515