qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu assertion failed with usb on current git master!


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] qemu assertion failed with usb on current git master!
Date: Mon, 27 Feb 2012 13:48:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120210 Thunderbird/10.0.1

>>> qemu-system-x86_64: /home/erik/qemu/hw/usb.c:358 usb_packet_complete:
>>> Assertion 'p->state == USB_PACKET_QUEUED' failed.
>>
>> Stacktrace?
>> What kind of device?
>>

> Hi Gerd,
> 
> attached the usb logger dump as requested.
> Stacktrace - I tried that without real success using the gdbserver - I had
> issues with the symbol resolving, no idea what went wrong...

You don't need gdbserver, that one is for debugging the guest, not for
debugging qemu.

Just use gdb on the qemu core dump.  And please also print p (packet
pointer) which fails the assertion, so we can match it with the packet
pointers printed in the log.

thanks,
  Gerd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]