v1.1.21-baseline crashing with Illegal Instruction (regression from v1.1.20) #6061

Closed
opened 2026-02-16 18:00:01 -05:00 by yindo · 0 comments
Owner

Originally created by @dani931004 on GitHub (Jan 15, 2026).

Originally assigned to: @rekram1-node on GitHub.

Hey, I'm getting an 'Illegal instruction' crash with the latest v1.1.21 baseline build on my older laptop.

Everything was working fine on v1.1.20, but after updating to v1.1.21 it started crashing immediately. It looks like a Bun panic related to missing AVX support, even though I'm using the baseline build which is supposed to support older CPUs.

Here is the panic log:

CPU lacks AVX support. Please consider upgrading to a newer CPU.
panic(main thread): Illegal instruction at address 0x4001FB4
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

My specs:

  • CPU: Intel Pentium B980 (No AVX support)
  • OS: Ubuntu 24.04.3 LTS
  • Kernel: 6.14.0

I've downgraded back to v1.1.20 for now and it's working again, so it definitely seems like a regression in the new version. Any chance this can be looked into for the next update?

Originally created by @dani931004 on GitHub (Jan 15, 2026). Originally assigned to: @rekram1-node on GitHub. Hey, I'm getting an 'Illegal instruction' crash with the latest v1.1.21 baseline build on my older laptop. Everything was working fine on v1.1.20, but after updating to v1.1.21 it started crashing immediately. It looks like a Bun panic related to missing AVX support, even though I'm using the baseline build which is supposed to support older CPUs. Here is the panic log: ``` CPU lacks AVX support. Please consider upgrading to a newer CPU. panic(main thread): Illegal instruction at address 0x4001FB4 oh no: Bun has crashed. This indicates a bug in Bun, not your code. ``` My specs: - CPU: Intel Pentium B980 (No AVX support) - OS: Ubuntu 24.04.3 LTS - Kernel: 6.14.0 I've downgraded back to v1.1.20 for now and it's working again, so it definitely seems like a regression in the new version. Any chance this can be looked into for the next update?
yindo closed this issue 2026-02-16 18:00:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#6061