summary refs log tree commit diff stats
path: root/results/classifier/mode-gemma3:12b/system/496
blob: a92b5fb1ecbf8b56de26b67951b6897afcc7cda1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
qemu-system-aarch64: ../accel/tcg/cpu-exec.c:681: cpu_loop_exec_tb: Assertion 'icount_enabled()' failed
Description of problem:
When I use qemu-system-aarch64 start a Debian(ARM64) on a mips64el host(ARM64 and X86_64 host don't have this bug), I get a bug as follows:


`qemu-system-aarch64: ../accel/tcg/cpu-exec.c:681: cpu_loop_exec_tb: Assertion 'icount_enabled()' failed`


The crash code is in ../accel/tcg/cpu-exec.c:681, the code in qemu v5.2.0 as follows:


```
#