mcl在Linux服务器中启动时报错
-
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007fa6302e8b26, pid=140182, tid=140364
JRE version: OpenJDK Runtime Environment Temurin-17.0.9+9 (17.0.9+9) (build 17.0.9+9)
Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.9+9 (17.0.9+9, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
Problematic frame:
C [libunicorn.so+0xe8b26] tb_find_fast_aarch64+0x7b
Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h %e" (or dumping to /usr/qqbot/core.140182)
An error report file with more information is saved as:
/usr/qqbot/hs_err_pid140182.log
If you would like to submit a bug report, please visit:
https://github.com/adoptium/adoptium-support/issues
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
./mcl: line 3: 140182 Aborted (core dumped) $JAVA_BINARY -jar mcl.jar $*
-
unicorn 报错,可以尝试到
txlib/协议版本/config.json
,在 unidbg 那个选项那里更换后端,不一定有用 -
@MrXiaoM 你好,可以解释的具体一些吗?
-
@Luviichann 那个配置文件里的 unicorn, dynarmic, kvm 三个选项,开启其中一个,关闭其中两个,开启的那个就是当前后端。
-
@MrXiaoM 感谢指点!问题已经解决了!
-