summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot/105/network/1462
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/105/network/1462
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/105/network/1462')
-rw-r--r--results/classifier/zero-shot/105/network/146227
1 files changed, 27 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/105/network/1462 b/results/classifier/zero-shot/105/network/1462
new file mode 100644
index 00000000..41d997c6
--- /dev/null
+++ b/results/classifier/zero-shot/105/network/1462
@@ -0,0 +1,27 @@
+network: 0.913
+graphic: 0.909
+device: 0.896
+boot: 0.892
+instruction: 0.868
+vnc: 0.833
+socket: 0.770
+semantic: 0.547
+mistranslation: 0.327
+other: 0.143
+KVM: 0.079
+assembly: 0.063
+
+qemu-system-m68k segfaults on opcode 0x4848
+Description of problem:
+Running an m68k executable with opcode 0x4848 will segfault qemu-system-m68k
+Steps to reproduce:
+1. Boot m68k debian
+2. Compile program (see above for the oops.c source) that executes opcode 0x4848
+3. Run program
+4. QEMU segfaults:
+
+```
+./debian-m68k.sh: line 10: 4420 Segmentation fault (core dumped) qemu-system-m68k -boot c -M q800 -serial none -serial mon:stdio -m 1000M -net nic,model=dp83932,addr=08:00:07:12:34:89 -net user -append "root=/dev/sda2 rw console=ttyS0 console=tty" -kernel virt/vmlinux-4.16.0-1-m68k -initrd virt/initrd.img-4.16.0-1-m68k -drive file=virt/debian-m68k-deb10.qcow2,format=qcow2 -nographic
+```
+Additional information:
+