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

Bun Upgrade Crashes #12058

Closed hakkano closed 3 months ago

hakkano commented 3 months ago

How can we reproduce the crash?

bun upgrade

Relevant log output

No response

Stack Trace (bun.report)

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

Segmentation fault at address 0x7410C25E1950

github-actions[bot] commented 3 months ago

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

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

bun upgrade
Jarred-Sumner commented 3 months ago

Duplicate of https://github.com/oven-sh/bun/issues/11516

Jarred-Sumner commented 3 months ago

This was fixed in Bun v1.1.12. Please reinstall bun via the powershell script:

powershell -c "irm bun.sh/install.ps1 | iex"