summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/assembly/1807675
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/assembly/1807675
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/assembly/1807675')
-rw-r--r--results/classifier/gemma3:12b/assembly/180767531
1 files changed, 31 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/assembly/1807675 b/results/classifier/gemma3:12b/assembly/1807675
new file mode 100644
index 00000000..c70def46
--- /dev/null
+++ b/results/classifier/gemma3:12b/assembly/1807675
@@ -0,0 +1,31 @@
+
+qemu commit 80422b0: tcg.c crash in temp_load
+
+As discussed in #1803160 I'm opening a new ticket for the new bug.
+
+QEMU version:
+-------------
+
+qemu from git, master branch commit 80422b00196a7af4c6efb628fae0ad8b644e98af
+
+Summary:
+--------
+
+TCG crashes in i386 and x86_64 when it tries to execute some specific illegal instructions. When running full OS emulation, both the guest system and QEMU crash.
+
+$ qemu-i386 tcg_crash1.elf
+/home/alberto/Documents/qemu/tcg/tcg.c:2863: tcg fatal error
+qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+zsh: segmentation fault (core dumped) ./qemu/build/i386-linux-user/qemu-i386 tcg_crash1.elf
+
+Invalid instructions:
+
+f0 invalid
+40 inc eax
+a7 cmpsd dword [esi], dword ptr es:[edi]
+48 dec eax
+
+Testcase:
+---------
+
+Find ELF file attached.
\ No newline at end of file