Bug 3325
Summary: | hald lockup - SMP race? | ||
---|---|---|---|
Product: | Drivers | Reporter: | Thomas Zehetbauer (thomasz) |
Component: | USB | Assignee: | Matthew Dharm (mdharm-usb) |
Status: | REJECTED INSUFFICIENT_DATA | ||
Severity: | normal | CC: | stern |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.8.1 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Thomas Zehetbauer
2004-09-01 01:35:34 UTC
This isn't necessarily an SMP race. It looks more like a hardware problem with the USB host controller or a problem with interrupt delivery. A USB request was cancelled, and both usb-storage and scsi_eh are waiting for the host controller driver to acknowledge that the request has been unsuccessfully completed. Presumably the HCD in turn is waiting for an interrupt from the controller, which never arrives. Is this reproducable in non-SMP mode? More than 30 days past with no response. Closing. |