diff options
Diffstat (limited to 'results/classifier/118/device/1853898')
| -rw-r--r-- | results/classifier/118/device/1853898 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/results/classifier/118/device/1853898 b/results/classifier/118/device/1853898 new file mode 100644 index 000000000..afbdf1e8f --- /dev/null +++ b/results/classifier/118/device/1853898 @@ -0,0 +1,70 @@ +device: 0.846 +network: 0.754 +x86: 0.747 +socket: 0.656 +graphic: 0.652 +KVM: 0.627 +kernel: 0.605 +files: 0.597 +user-level: 0.588 +architecture: 0.581 +performance: 0.567 +permissions: 0.552 +PID: 0.546 +mistranslation: 0.544 +peripherals: 0.534 +debug: 0.523 +semantic: 0.506 +hypervisor: 0.485 +boot: 0.456 +vnc: 0.455 +ppc: 0.433 +arm: 0.393 +i386: 0.383 +register: 0.379 +virtual: 0.337 +risc-v: 0.330 +VMM: 0.265 +TCG: 0.247 +assembly: 0.245 + +qemu/hw/scsi/lsi53c895a.c:417: lsi_soft_reset: Assertion `QTAILQ_EMPTY(&s->queue)' failed. + +While experimenting with blkdebug I can consistently hit this assertion in lsi53c895a.c. + +Using locally built from master, commit: 2061735ff09f9d5e67c501a96227b470e7de69b1 + +Steps to reproduce + +$ qemu-img create -f raw empty.raw 8G +$ sudo losetup -f --show empty.raw +$ sudo mkfs.ext3 /dev/loop0 +$ sudo losetup -D + +$ cat blkdebug.conf +[inject-error] +event = "read_aio" +errno = "5" + +$ qemu-system-x86_64 -enable-kvm -m 2048 -cpu host -smp 4 -nic user,ipv6=off,model=e1000,hostfwd=tcp::2222-:22,net=172.16.0.0/255.255.255.0 -device lsi53c895a,id=scsi -device scsi-hd,drive=hd,wwn=12345678 -drive if=scsi,id=hd,file=blkdebug:blkdebug.conf:empty.raw,cache=none,format=raw -cdrom Fedora-Server-dvd-x86_64-31-1.9.iso -display gtk + +Initiate install from cdrom ISO image results in: + +qemu-system-x86_64: /builddir/build/BUILD/qemu-3.1.1/hw/scsi/lsi53c895a.c:381: lsi_soft_reset: Assertion `QTAILQ_EMPTY(&s->queue)' failed. +Aborted (core dumped) + +The QEMU project is currently considering to move its bug tracking to +another system. For this we need to know which bugs are still valid +and which could be closed already. Thus we are setting older bugs to +"Incomplete" now. + +If you still think this bug report here is valid, then please switch +the state back to "New" within the next 60 days, otherwise this report +will be marked as "Expired". Or please mark it as "Fix Released" if +the problem has been solved with a newer version of QEMU already. + +Thank you and sorry for the inconvenience. + + +[Expired for QEMU because there has been no activity for 60 days.] + |