summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/kernel/1331859
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/kernel/1331859
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/kernel/1331859')
-rw-r--r--results/classifier/gemma3:12b/kernel/133185916
1 files changed, 16 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/kernel/1331859 b/results/classifier/gemma3:12b/kernel/1331859
new file mode 100644
index 00000000..9e487786
--- /dev/null
+++ b/results/classifier/gemma3:12b/kernel/1331859
@@ -0,0 +1,16 @@
+
+QEMU kernel panic on Windows with arithmetic syntax error
+
+During attempts to bring-up QEMU 64-bit ARM support I discovered a kernel panics that only occur on Windows but work properly on Linux.
+
+The issue can be reproduced by running the following command line:
+
+$ ./arm-softmmu/qemu-system-arm -M versatilepb -kernel $IMAGES/vmlinuz-3.2.0-4-versatile -initrd $IMAGES/initrd.img-3.2.0-4-versatile -hda $IMAGES/debian_wheezy_armel_standard.qcow2 -append "root=/dev/sda1"
+
+where $IMAGES is the location where the images are downloaded from http://people.debian.org/~aurel32/qemu/armel/.
+
+This was reproduced with both a custom built QEMU as well as the QEMU image installed by http://qemu.weilnetz.de/w32/qemu_w32-setup-20140617.exe.
+
+The same command line runs properly on Linux using a custom built QEMU.
+
+The Windows versions of QEMU do appear to work properly using the arm-test images available on qemu.org.
\ No newline at end of file