summary refs log tree commit diff stats
path: root/results/classifier/gemma3:27b/runtime/1768246
blob: 70b9b9230560f3a96b62ae84ab58ffe25fb30274 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.