summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/peripherals/958
blob: 4942c0597060a6b8d12de15ad1f2a8cb271533ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)
```