oven-sh / bun

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

`bun install` crash with lockfile #5569

Open Electroid opened 10 months ago

Electroid commented 10 months ago

On macOS arm:

❯ bun install bufferutil
bun add v1.0.3 (b651b16f)
fish: Job 1, 'bun install bufferutil' terminated by signal SIGSEGV (Address boundary error)

Attached lockfile: bun.lockb.zip

Problem goes away when lockfile is removed and regenerated.

IndigoCurnick commented 4 months ago

Similar issue here - except it hangs forever. Deleting bun.lockb and running bun install works. This issue happens to me when I pull repos which have the bun.lockb from GitHub, from someone else's machine.

Jarred-Sumner commented 4 months ago

Are you on bun v1.0.32+?

IndigoCurnick commented 4 months ago

I'm on bun v1.0.33, ArchLinux