summaryrefslogtreecommitdiffstats
path: root/results/classifier/accel-gemma3:12b/kvm/1892540
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 16:27:09 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 16:27:09 +0000
commit4d9e26c0333abd39bdbd039dcdb30ed429c475ba (patch)
tree4010d5fb3e8bc48c110a2c1ff2a16b8648cb86bb /results/classifier/accel-gemma3:12b/kvm/1892540
parent5541099586dbd6018574cb44e1934907c121526f (diff)
downloademulator-bug-study-4d9e26c0333abd39bdbd039dcdb30ed429c475ba.tar.gz
emulator-bug-study-4d9e26c0333abd39bdbd039dcdb30ed429c475ba.zip
add gemma accelerator classification results
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/1892540')
-rw-r--r--results/classifier/accel-gemma3:12b/kvm/189254024
1 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/1892540 b/results/classifier/accel-gemma3:12b/kvm/1892540
new file mode 100644
index 00000000..249df14b
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/kvm/1892540
@@ -0,0 +1,24 @@
+
+qemu can no longer boot NetBSD/sparc
+
+Booting NetBSD/sparc in qemu no longer works. It broke between qemu version 5.0.0 and 5.1.0, and a bisection identified the following as the offending commit:
+
+ [5d971f9e672507210e77d020d89e0e89165c8fc9] memory: Revert "memory: accept mismatching sizes in memory_region_access_valid"
+
+It's still broken as of 7fd51e68c34fcefdb4d6fd646ed3346f780f89f4.
+
+To reproduce, run
+
+ wget http://ftp.netbsd.org/pub/NetBSD/NetBSD-9.0/images/NetBSD-9.0-sparc.iso
+ qemu-system-sparc -nographic -cdrom NetBSD-9.0-sparc.iso -boot d
+
+The expected behavior is that the guest boots to the prompt
+
+ Installation medium to load the additional utilities from:
+
+The observed behavior is a panic:
+
+ [ 1.0000050] system[0]: trap 0x29: pc=0xf0046b14 sfsr=0xb6 sfva=0x54000000
+ [ 1.0000050] cpu0: data fault: pc=0xf0046b14 addr=0x54000000 sfsr=0xb6<PERR=0x0,LVL=0x0,AT=0x5,FT=0x5,FAV,OW>
+ [ 1.0000050] panic: kernel fault
+ [ 1.0000050] halted \ No newline at end of file