[Bug 1913923] [NEW] assert issue locates in hw/net/vmxnet3.c:1793:vmxnet3_io_bar1_write: code should not be reach

2021-01-30 Thread Gaoning Pan
Public bug reported: Hello, I found an assertion failure in hw/net/vmxnet3.c:1793 This was found in latest version 5.2.0. my reproduced is as follows: cat << EOF | ./qemu-system-x86_64 \ -device vmxnet3 \ -display none -nodefaults -qtest stdio outl 0xcf8 0x80001014 outl 0xcfc 0xf0001000 outl

[Bug 1911216] [NEW] abort issue locates in hw/usb/hcd-ohci.c:1297:ohci_frame_boundary

2021-01-12 Thread Gaoning Pan
Public bug reported: Hello, I found an assertion failure in hw/usb/hcd-ohci.c:1297 This was found in latest version 5.2.0. my reproduced environment is as follows: Host: ubuntu 18.04 Guest: ubuntu 18.04 QEMU boot command line: qemu-system-x86_64 -enable-kvm -boot c -m 4G -drive format

[Bug 1908369] Re: heap-use-after-free in in nic_reset ../hw/net/eepro100.c:616

2020-12-16 Thread Gaoning Pan
** Changed in: qemu Assignee: (unassigned) => Gaoning Pan (hades0506) ** Description changed: Hello, An heap-use-after-free issue was found in hw/net/eepro100.c:616 in latest version 5.2.0. This issue was found when I was debugging Qemu in monitor. When I attach An eepro

[Bug 1908369] [NEW] heap-use-after-free in in nic_reset ../hw/net/eepro100.c:616

2020-12-16 Thread Gaoning Pan
Public bug reported: Hello, An heap-use-after-free issue was found in hw/net/eepro100.c:616 in latest version 5.2.0. This issue was found when I was debugging Qemu in monitor. When I attach An eepro100 NIC, and reload the snapshot, the use-after-free triggers. Qemu boot command is as follows: .

[Bug 1907042] [NEW] assert issue locates in hw/usb/core.c:727: usb_ep_get: Assertion `pid == USB_TOKEN_IN || pid == USB_TOKEN_OUT' failed

2020-12-06 Thread Gaoning Pan
Public bug reported: Hello, An assertion failure was found in hw/usb/core.c:727 in latest version 5.2.0. Reproduced environment is as follows: Host: ubuntu 18.04 Guest: ubuntu 18.04 QEMU boot command line: qemu-system-x86_64 -enable-kvm -boot c -m 4G -drive format=qcow2,file=./ubuntu.i

[Bug 1905521] [NEW] assert issue locates in hw/scsi/lsi53c895a.c:624: lsi_do_dma: Assertion `s->current' failed

2020-11-24 Thread Gaoning Pan
ad-posix.c:521 #19 0x7f845caa96db in start_thread (arg=0x7f8349dff700) at pthread_create.c:463 #20 0x7f845c7d2a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 The poc is attached. ** Affects: qemu Importance: Undecided Assignee: Gaoning Pan (hades0506) S

[Bug 1901981] Re: assert issue locates in hw/usb/dev-storage.c:248: usb_msd_send_status

2020-11-05 Thread Gaoning Pan
** Changed in: qemu Status: New => Confirmed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1901981 Title: assert issue locates in hw/usb/dev-storage.c:248: usb_msd_send_status Status in QEM

[Bug 1901981] Re: assert issue locates in hw/usb/dev-storage.c:248: usb_msd_send_status

2020-11-04 Thread Gaoning Pan
OK, It seems to be fixed now. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1901981 Title: assert issue locates in hw/usb/dev-storage.c:248: usb_msd_send_status Status in QEMU: New Bug descript

[Bug 1901981] Re: assert issue locates in hw/usb/dev-storage.c:248: usb_msd_send_status

2020-11-04 Thread Gaoning Pan
Sorry, my reproduced environment is as follows: Host: ubuntu 18.04 Guest: ubuntu 18.04 Stderr log is as follows: usb-msd: Reset usb-msd: Command on LUN 0 usb-msd: Command tag 0x0 flags len 0 data 0 [scsi.0 id=0] INQUIRY 0x00 0x00 0x00 0x01 0x00 - from-dev len=1 usb-msd: Deferring

[Bug 1902612] [NEW] assert issue locates in xhci_kick_epctx() in hw/usb/hcd-xhci.c

2020-11-02 Thread Gaoning Pan
/sysdeps/unix/sysv/linux/x86_64/clone.S:95 ** Affects: qemu Importance: Undecided Assignee: Gaoning Pan (hades0506) Status: New ** Attachment added: "poc.zip" https://bugs.launchpad.net/bugs/1902612/+attachment/5430475/+files/poc.zip ** Changed in: qemu Assignee: (

[Bug 1901981] Re: assert issue locates in hw/usb/dev-storage.c:248: usb_msd_send_status

2020-11-02 Thread Gaoning Pan
** Changed in: qemu Assignee: (unassigned) => Gaoning Pan (hades0506) -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1901981 Title: assert issue locates in hw/usb/dev-storage.c:

[Bug 1901981] [NEW] assert issue locates in hw/usb/dev-storage.c:248: usb_msd_send_status

2020-10-28 Thread Gaoning Pan
Public bug reported: Hello, I found an assertion failure through hw/usb/dev-storage.c. This was found in latest version 5.1.0. qemu-system-x86_64: hw/usb/dev-storage.c:248: usb_msd_send_status: Assertion `s->csw.sig == cpu_to_le32(0x53425355)' failed. [1]29544 abort sudo -e