[Bug 1883728] Re: address_space_unmap: Assertion `mr != NULL' failed.

2021-05-11 Thread Thomas Huth
Ok, thanks for checking! So seems like this has been fixed, thus I'm closing the bug. If it happens again, please open a new ticket in our new gitlab issue tracker. ** Changed in: qemu Status: Incomplete => Fix Released -- You received this bug notification because you are a member of

[Bug 1883728] Re: address_space_unmap: Assertion `mr != NULL' failed.

2021-05-11 Thread Alexander Bulekov
OSS-Fuzz never picked up on this one, so I'm guessing it was fixed sometime between 5.1 and 5.2. Not a fun section to bisect, but looks like it was fixed by 21bc31524e ("hw: xhci: check return value of 'usb_packet_map'") -- You received this bug notification because you are a member of qemu-

[Bug 1883728] Re: address_space_unmap: Assertion `mr != NULL' failed.

2021-05-11 Thread Thomas Huth
Can you still reproduce this assert with QEMU v6.0 ? For me, it does not seem to run into the assert() anymore, so I assume this has been fixed within the last months? ** Changed in: qemu Status: New => Incomplete ** Tags added: fuzzer usb -- You received this bug notification because

[Bug 1883728] Re: address_space_unmap: Assertion `mr != NULL' failed.

2020-08-11 Thread Alexander Bulekov
Here's a qtest reproducer: cat << EOF | ./i386-softmmu/qemu-system-i386 \ -device nec-usb-xhci -trace usb\* \ -device usb-audio -device usb-storage,drive=mydrive \ -drive id=mydrive,file=null-co://,size=2M,format=raw,if=none \ -nodefaults -nographic -qtest stdio outl 0xcf8 0x80001016 outl 0xcfc

[Bug 1883728] Re: address_space_unmap: Assertion `mr != NULL' failed.

2020-06-17 Thread Alex Bennée
** Tags added: testcase -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1883728 Title: address_space_unmap: Assertion `mr != NULL' failed. Status in QEMU: New Bug description: To reproduce run