summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/hypervisor/496
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/hypervisor/496
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/hypervisor/496')
-rw-r--r--results/classifier/gemma3:12b/hypervisor/49614
1 files changed, 14 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/496 b/results/classifier/gemma3:12b/hypervisor/496
new file mode 100644
index 000000000..c3338b917
--- /dev/null
+++ b/results/classifier/gemma3:12b/hypervisor/496
@@ -0,0 +1,14 @@
+
+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:
+
+
+```
+#