Bug 771091
Summary: | [abrt] qemu-system-x86-0.15.1-3.fc16: usb_packet_complete: Process /usr/bin/qemu-kvm was killed by signal 6 (SIGABRT) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Samuel Sieb <samuel-rhbugs> | ||||||||||
Component: | qemu | Assignee: | Justin M. Forbes <jforbes> | ||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||
Priority: | unspecified | ||||||||||||
Version: | 16 | CC: | amit.shah, bazanluis20, berrange, dougsland, dwmw2, ehabkost, itamar, jaswinder, jforbes, knoel, pebolle, scottt.tw, tburke, virt-maint | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | i686 | ||||||||||||
OS: | Unspecified | ||||||||||||
Whiteboard: | abrt_hash:fd0ba836f5cabc935486bb6d075cef6b44e78cb2 | ||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2012-01-30 20:02:58 UTC | Type: | --- | ||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||
Documentation: | --- | CRM: | |||||||||||
Verified Versions: | Category: | --- | |||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
Embargoed: | |||||||||||||
Attachments: |
|
Description
Samuel Sieb
2012-01-01 08:15:48 UTC
Created attachment 550138 [details]
File: dso_list
Created attachment 550139 [details]
File: build_ids
Created attachment 550140 [details]
File: maps
Created attachment 550141 [details]
File: backtrace
It's definitely the USB pass through. For some reason a packet is coming back without an owner and hitting the assert: 333 void usb_packet_complete(USBDevice *dev, USBPacket *p) 334 { 335 /* Note: p->owner != dev is possible in case dev is a hub */ 336 assert(p->owner != NULL); 337 dev->port->ops->complete(dev->port, p); 338 p->owner = NULL; 339 } This is really painful as my phone is currently bricked until I can get this to run through successfully again... I checked around in the code and couldn't find anywhere that that value was actually used, so I commented out the assert and tried again. It appeared to work, my phone is now functional again. Mark as duplicate of bug #769625 ? That report has a (backported) patch attached, which is claimed to fix this issue. *** This bug has been marked as a duplicate of bug 769625 *** |