summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/graphic/958
blob: e1df62cb5d1f343294a0332ed5d545f415eff21a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
graphic: 0.935
device: 0.896
boot: 0.889
network: 0.848
semantic: 0.628
vnc: 0.557
debug: 0.528
PID: 0.524
files: 0.430
socket: 0.317
performance: 0.258
permissions: 0.218
other: 0.144
KVM: 0.063

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)
```