diff options
Diffstat (limited to 'results/classifier/105/graphic/958')
| -rw-r--r-- | results/classifier/105/graphic/958 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/results/classifier/105/graphic/958 b/results/classifier/105/graphic/958 new file mode 100644 index 00000000..1c44c571 --- /dev/null +++ b/results/classifier/105/graphic/958 @@ -0,0 +1,26 @@ +graphic: 0.935 +device: 0.896 +boot: 0.889 +network: 0.848 +instruction: 0.807 +semantic: 0.628 +mistranslation: 0.583 +vnc: 0.557 +socket: 0.317 +other: 0.144 +KVM: 0.063 +assembly: 0.037 + +qemu-system-sparc crashes on floppy access +Description of problem: +qemu-system-sparc crashes when accessing the emulated floppy drive of the guest system. +Steps to reproduce: +1. wget http://ftp.netbsd.org/pub/NetBSD/NetBSD-9.2/sparc/installation/bootfs/boot.fs.gz +2. gunzip boot.fs.gz +3. qemu-system-sparc -nographic boot.fs +4. Select option "3) floppy" +5. qemu-systems-sparc crashes with the messages: +``` + Ejecting floppy disk + Segmentation fault (core dumped) +``` |