oven-sh / bun

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

Seg fault Linux Kernel v6.5.0 #15196

Open Rafcin opened 3 hours ago

Rafcin commented 3 hours ago

What version of Bun is running?

1.1.34+5e5e7c60f

What platform is your computer?

Linux 6.5.0-44-generic x86_64 x86_64

What steps can reproduce the bug?

Bun was working up until I ran bun add reactflow to my project. After that everything came crashing down. It's odd. It's been working for hours before that.

What is the expected behavior?

No response

What do you see instead?

bun install v1.1.34 (5e5e7c60)

Bun v1.1.34 (5e5e7c60) Linux x64 Linux Kernel v6.5.0 | glibc v2.39 CPU: sse42 popcnt avx avx2 Args: "bun" "i" Elapsed: 33ms | User: 6ms | Sys: 20ms RSS: 1.07GB | Peak: 30.31MB | Commit: 1.07GB | Faults: 183

panic(main thread): Segmentation fault at address 0x312E6D66 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.34/li15e5e7c6AA+xpR2ht36Ckm126C8nvz6Cy/j06C6jwg2C234/1Cy8wK0oxKyi3/1CA2As225lxB

Illegal instruction (core dumped)

Additional information

I haven't changed anything recently except to update Ubuntu to the latest patch.

Rafcin commented 3 hours ago

Odd it seems reactflow is the cause of the issue. Removing it let me install everything. Odd.