Open wojiushixiaobai opened 6 months ago
this works well on a s390x
host, so it seems a bug on the qemu-system-s390x
root@e7cbf590f0b9:/# uname -a
Linux e7cbf590f0b9 4.18.0-477.27.1.el8_8.s390x #1 SMP Thu Aug 31 10:47:02 EDT 2023 s390x s390x s390x GNU/Linux
root@e7cbf590f0b9:/# luarocks --help
Usage: luarocks [-h] [--version] [--dev] [--server <server>]
[--only-server <server>] [--only-sources <url>]
[--namespace <namespace>] [--lua-dir <prefix>]
[--lua-version <ver>] [--tree <tree>] [--local] [--global]
[--no-project] [--force-lock] [--verbose] [--timeout <seconds>]
[<command>] ...
LuaRocks 3.11.0, the Lua package manager
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.