blob: 0da5b9c9389acd70e013aa3cac624e4488d72a3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
cpu-exec.c:648: cpu_loop_exec_tb: Assertion `use_icount' failed.
OpenJDK no longer works on qemu-sh4, it previously did after #1735384 was fixed.
Crash indicates an assertion failure:
(sid-sh4-sbuild)root@nofan:/# java --version
qemu-sh4-static: /root/qemu/accel/tcg/cpu-exec.c:648: cpu_loop_exec_tb: Assertion `use_icount' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted
(sid-sh4-sbuild)root@nofan:/#
Haven't bi-sected the issue yet, but will do so later.
|