V1.1.60 cannot run in my lenovo vm server #9176

Closed
opened 2026-02-16 18:11:49 -05:00 by yindo · 2 comments
Owner

Originally created by @wocall88 on GitHub (Feb 12, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

~$ opencode upgrade 1.1.59

Bun v1.3.9 (cf6cdbbb) Linux x64 (baseline)
Linux Kernel v6.8.0 | glibc v2.39
Args: "opencode" "--user-agent=opencode/1.1.60" "--use-system-ca" "--" "upgrade" "1.1.59"
Features: jsc no_avx2 no_avx standalone_executable
Builtins: "bun:main"
Elapsed: 37296ms | User: 26498ms | Sys: 10498ms
RSS: 15.96GB | Peak: 7.79GB | Commit: 15.96GB | Faults: 224 | Machine: 8.26GB

CPU lacks AVX support. Please consider upgrading to a newer CPU.
panic(main thread): Segmentation fault at address 0x4C89C000000
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:

Plugins

No response

OpenCode version

No response

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Originally created by @wocall88 on GitHub (Feb 12, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description ~$ opencode upgrade 1.1.59 ============================================================ Bun v1.3.9 (cf6cdbbb) Linux x64 (baseline) Linux Kernel v6.8.0 | glibc v2.39 Args: "opencode" "--user-agent=opencode/1.1.60" "--use-system-ca" "--" "upgrade" "1.1.59" Features: jsc no_avx2 no_avx standalone_executable Builtins: "bun:main" Elapsed: 37296ms | User: 26498ms | Sys: 10498ms RSS: 15.96GB | Peak: 7.79GB | Commit: 15.96GB | Faults: 224 | Machine: 8.26GB CPU lacks AVX support. Please consider upgrading to a newer CPU. panic(main thread): Segmentation fault at address 0x4C89C000000 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: ### Plugins _No response_ ### OpenCode version _No response_ ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System _No response_ ### Terminal _No response_
yindo added the bugperfneeds:compliance labels 2026-02-16 18:11:49 -05:00
yindo closed this issue 2026-02-16 18:11:49 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 12, 2026):

This issue doesn't fully meet our contributing guidelines.

What needs to be fixed:

  • OpenCode version is missing - The issue shows an upgrade attempt but doesn't specify the installed version
  • Operating System details are missing - While it mentions "Lenovo VM server" and shows Linux Kernel v6.8.0, glibc version is provided but OS name/version is not
  • Steps to reproduce are missing - Essential for debugging
  • Terminal information is missing - Required for bug reports
  • Plugins field left as placeholder - Should be filled out or removed

Please edit this issue to address the above within 2 hours, or it will be automatically closed.


Potential Duplicates:
This issue appears to be related to existing CPU compatibility problems:

  • #13282: OpenCode 1.1.59 crashes immediately on chat (Bun AVX crash) - Similar Bun crash with AVX detection issue
  • #12512: SIGILL (Illegal Instruction) on Intel Xeon E3-1270 V2 (no AVX-512/AVX2 support) - Same root cause on Linux
  • #8744: [Bug] Windows binary selection picks AVX version on non-AVX CPUs - Addresses the binary selection logic

The error message "CPU lacks AVX support" suggests your Lenovo VM server CPU may not support AVX instructions, which is a known issue affecting multiple platforms.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions[bot] commented on GitHub (Feb 12, 2026): <!-- issue-compliance --> This issue doesn't fully meet our [contributing guidelines](https://github.com/anomalyco/opencode/blob/dev/CONTRIBUTING.md). **What needs to be fixed:** - **OpenCode version is missing** - The issue shows an upgrade attempt but doesn't specify the installed version - **Operating System details are missing** - While it mentions "Lenovo VM server" and shows Linux Kernel v6.8.0, glibc version is provided but OS name/version is not - **Steps to reproduce are missing** - Essential for debugging - **Terminal information is missing** - Required for bug reports - **Plugins field left as placeholder** - Should be filled out or removed Please edit this issue to address the above within **2 hours**, or it will be automatically closed. --- **Potential Duplicates:** This issue appears to be related to existing CPU compatibility problems: - #13282: OpenCode 1.1.59 crashes immediately on chat (Bun AVX crash) - Similar Bun crash with AVX detection issue - #12512: SIGILL (Illegal Instruction) on Intel Xeon E3-1270 V2 (no AVX-512/AVX2 support) - Same root cause on Linux - #8744: [Bug] Windows binary selection picks AVX version on non-AVX CPUs - Addresses the binary selection logic The error message "CPU lacks AVX support" suggests your Lenovo VM server CPU may not support AVX instructions, which is a known issue affecting multiple platforms. If you believe this was flagged incorrectly, please let a maintainer know.
Author
Owner

@github-actions[bot] commented on GitHub (Feb 12, 2026):

This issue has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window.

Feel free to open a new issue that follows our issue templates.

@github-actions[bot] commented on GitHub (Feb 12, 2026): This issue has been automatically closed because it was not updated to meet our [contributing guidelines](../blob/dev/CONTRIBUTING.md) within the 2-hour window. Feel free to open a new issue that follows our issue templates.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9176