You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> npx wrangler dev
⛅️ wrangler 4.13.2
-------------------
No bindings found.
⎔ Starting local server...
✘ [ERROR] write EPIPE
.......
After many unsuccessful attempts, my attention was drawn to the workerd file;
This file gives an Illegal instruction error when executed and causes the entire Wrangler program to fail to continue working; I manually changed the program version to version v1.20250409.0, but the problem still persists.
I tested with version 2024-12-30 and it ran without problems; however, due to incompatibility with Wrangler, I am unable to test further.
> ./workerd-linux-64-v1.20241230.0 --help
Usage: ./workerd-linux-64-v1.20241230.0 [<option>...] <command> [<arg>...]
Runs the Workers JavaScript/Wasm runtime.
Commands:
compile create a self-contained binary
pyodide-lock outputs the package lock file used by Pyodide
serve run the server
test run unit tests
See './workerd-linux-64-v1.20241230.0 help <command>' for more information on a specific command.
Options:
--verbose
Log informational messages to stderr; useful for debugging.
--version
Print version information and exit.
--help
Display this help text and exit.
>
>
>
> ./workerd-linux-64-v1.20241230.0 --version
workerd 2024-12-30
>
The text was updated successfully, but these errors were encountered:
What OS and CPU are you running workerd on? SIGILL is often caused by memory corruption, but if if the crash is due to actual illegal instruction it could be due to the OS and hardware requirements changing (these are documented in README.md and support relatively old x86_64 hardware still).
i attempted to run this command in
docker
:After many unsuccessful attempts, my attention was drawn to the
workerd
file;This file gives an
Illegal instruction
error when executed and causes the entireWrangler
program to fail to continue working; I manually changed the program version to versionv1.20250409.0
, but the problem still persists.I tested with version
2024-12-30
and it ran without problems; however, due to incompatibility with Wrangler, I am unable to test further.The text was updated successfully, but these errors were encountered: