oven-sh / bun

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

Illegal instruction at address 0x2B19510 #13654

Open crazycheetah42 opened 1 month ago

crazycheetah42 commented 1 month ago

How can we reproduce the crash?

when I try to use devika and build a frontend using bun, I get the error. The command is bun install

Relevant log output

============================================================
Bun v1.1.26 (0a37423b) Linux x64 (baseline)
Linux Kernel v6.9.3 | glibc v2.35
Args: "bun" "install"
Features: no_avx no_avx2 
Elapsed: 2ms | User: 0ms | Sys: 3ms
RSS: 1.07GB | Peak: 12.32MB | Commit: 1.07GB | Faults: 0

panic(main thread): Illegal instruction at address 0x2B19510
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.26/Bi10a37423AgggggwB+xyQgyxm2C21ll4Cmj4n6C01k01Cgtqz1CA3Agxqm2C

Illegal instruction (core dumped)

Stack Trace (bun.report)

Bun v1.1.26 (0a37423) on linux x86_64_baseline [InstallCommand]

Illegal instruction at address 0x02B19510

Jarred-Sumner commented 1 month ago

What year is your CPU from?

crazycheetah42 commented 1 month ago

It's an Intel Core 2 Duo E8400 (I'm doing this on a really old PC), so I guess the year would be 2008.