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
As the title suggests, I'm encountering an Illegal instruction (core dumped) error when running LuaJIT on qemu-system-s390x. Here are the steps to reproduce the issue:
docker run --privileged --rm tonistiigi/binfmt --install all
docker run --platform linux/s390x --rm -it openresty/openresty:1.25.3.1-3-bionic-s390x bash
luarocks --help
This issue only occurs on the linux/s390x platform. The same code does not produce this error when built on other architectures. Any help or guidance on this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
As the title suggests, I'm encountering an Illegal instruction (core dumped) error when running
LuaJIT
onqemu-system-s390x
. Here are the steps to reproduce the issue:This issue only occurs on the
linux/s390x
platform. The same code does not produce this error when built on other architectures. Any help or guidance on this issue would be greatly appreciated.The text was updated successfully, but these errors were encountered: