Bug 890780
| Summary: | panic: exception in interrupt, possibly xhci related | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Hogan <james> | ||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 17 | CC: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, mr.nuke.me | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-06-17 18:29:59 UTC | Type: | Bug | ||||
| 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
James Hogan
2012-12-29 22:54:57 UTC
I've hit this again with very similar backtrace (only ? frames differ). Installed debuginfo and poked around in gdb (gdb) info line *(&handle_cmd_completion + 0x4b8) Line 1466 of "drivers/usb/host/xhci-ring.c" starts at address 0xffffffff8146e5b0 <handle_cmd_completion+1200> and ends at 0xffffffff8146e5be <handle_cmd_completion+1214>. code: 1466 xhci->devs[slot_id]->cmd_status = GET_COMP_CODE(le32_to_cpu(event->status)); 1467 complete(&xhci->addr_dev); disassembly: 0xffffffff8146e5b0 <+1200>: mov 0x110(%r12,%rax,8),%rax 0xffffffff8146e5b8 <+1208>: mov %edx,0x1c60(%rax) 0xffffffff8146e5be <+1214>: callq 0xffffffff8108c440 <complete> so looking at the register dump, %rax is 0, suggesting that xhci->devs[slot_id] == NULL. I'm building a vanilla v3.7 kernel to see if it happens on that too. Are you still seeing this with 3.7.9 or 3.8.2 in updates-testing? Yes, it's still reproducible with 3.8.3-103.fc17.x86_64 from updates-testing. I'm seeing this with 3.6.11-1.fc17.x86_64 I connect a device that fails to enumerate. 10% of the time, I see this panic. Are you still seeing this with the 3.9.4 kernel in updates-testing? This bug is being closed with INSUFFICIENT_DATA as there has not been a response in 2 weeks. If you are still experiencing this issue, please reopen and attach the relevant data from the latest kernel you are running and any data that might have been requested previously. |