summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/output/instruction/1768246
blob: af5c82ba469dc3fae720f8556450d53d39f7852f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
instruction: 0.490
runtime: 0.327
syscall: 0.183



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.