Skip to content

SIGILL leads to openclaw crash on AVX-only CPU #644

@zhanghe9704

Description

@zhanghe9704

Plugin Version

v1.1.0-beta.10

OpenClaw Version

2026.4.15

Bug Description

I'm running OpenClaw in an old laptop with i7 3rd gen CPU, which supports AVX but not AVX2. After installing and enabling this plugin, OpenCLaw kept crashing every ~60 seconds due to SIGILL. It runs stable after disable the plugin.

I asked OpenClaw to reinstall the plugin from github repo, recompile LanceDB without AVX2 flags and replace the original LanceDB with the locally compiled one, but the SIGILL persists.

Expected Behavior

The readme says "CPU Requirement: Your CPU must support AVX/AVX2 instructions (Intel Sandy Bridge 2011+ / AMD Bulldozer 2011+). LanceDB's native vector engine requires these — on unsupported CPUs the plugin will crash with SIGILL (Illegal Instruction). Check with: grep -o 'avx[^ ]*' /proc/cpuinfo | head -1 (no output = not supported). See #419 for details."

So I expect AVX-only CPU will work. Can this be fixed? Or is AVX2 required?

Steps to Reproduce

Run OpenClaw in i7 3rd gen CPU. Install the plugin and enable it. OpenClaw keeps crashing and restarting.

Error Logs / Screenshots

Embedding Provider

None

OS / Platform

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions