* [Qemu-devel] assert and crash on hot-unplug
@ 2012-09-20 17:00 Serge E. Hallyn
2012-09-21 12:52 ` Anthony Liguori
0 siblings, 1 reply; 2+ messages in thread
From: Serge E. Hallyn @ 2012-09-20 17:00 UTC (permalink / raw)
To: qemu-devel
Hi,
a regression test of CVE-2011-1751 (fixed by
505597e4476a6bc219d0ec1362b760d71cb4fdca) found that when writing 2 to
0xae08, qemu-system-i386 crashes with
ERROR:qom/object.c:386:object_finalize: assertion failed: (obj->ref == 0)
A simple way to reproduce this (in qemu 1.1 or 1.2) is:
serge@ubuntu:~/qa-regression-testing/scripts$ ~/src/qemu/i386-softmmu/qemu-system-i386 -usb -monitor stdio -vnc :1 -hda x.img
QEMU 1.2.50 monitor - type 'help' for more information
(qemu) o 0xae08 2
**
ERROR:qom/object.c:386:object_finalize: assertion failed: (obj->ref == 0)
Aborted (core dumped)
I don't think it's a regression of the CVE, as some added printfs show it is
the usb controller which is being unplugged (dev 1, fn 2, not dev 1 fn 3).
Bus 0, device 1, function 2:
USB controller: PCI device 8086:7020
IRQ 11.
BAR4: I/O at 0xc040 [0xc05f].
id ""
Bus 0, device 1, function 3:
Bridge: PCI device 8086:7113
IRQ 9.
id ""
-serge
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] assert and crash on hot-unplug
2012-09-20 17:00 [Qemu-devel] assert and crash on hot-unplug Serge E. Hallyn
@ 2012-09-21 12:52 ` Anthony Liguori
0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2012-09-21 12:52 UTC (permalink / raw)
To: Serge E. Hallyn, qemu-devel
"Serge E. Hallyn" <serge@hallyn.com> writes:
Hi Serge,
> Hi,
>
> a regression test of CVE-2011-1751 (fixed by
> 505597e4476a6bc219d0ec1362b760d71cb4fdca) found that when writing 2 to
> 0xae08, qemu-system-i386 crashes with
>
> ERROR:qom/object.c:386:object_finalize: assertion failed: (obj->ref == 0)
>
> A simple way to reproduce this (in qemu 1.1 or 1.2) is:
>
> serge@ubuntu:~/qa-regression-testing/scripts$ ~/src/qemu/i386-softmmu/qemu-system-i386 -usb -monitor stdio -vnc :1 -hda x.img
> QEMU 1.2.50 monitor - type 'help' for more information
> (qemu) o 0xae08 2
> **
> ERROR:qom/object.c:386:object_finalize: assertion failed: (obj->ref == 0)
> Aborted (core dumped)
>
> I don't think it's a regression of the CVE, as some added printfs show it is
> the usb controller which is being unplugged (dev 1, fn 2, not dev 1 fn 3).
>
> Bus 0, device 1, function 2:
> USB controller: PCI device 8086:7020
> IRQ 11.
> BAR4: I/O at 0xc040 [0xc05f].
> id ""
> Bus 0, device 1, function 3:
> Bridge: PCI device 8086:7113
> IRQ 9.
> id ""
Thanks, I'll take a look.
Regards,
Anthony Liguori
>
>
> -serge
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-21 12:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 17:00 [Qemu-devel] assert and crash on hot-unplug Serge E. Hallyn
2012-09-21 12:52 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).