| Summary: | [ata] [panic] Kernel crashes on HD timeout | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Paul Honig <paul> |
| Component: | amd64 | Assignee: | freebsd-amd64 (Nobody) <amd64> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 7.2-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Paul Honig
2010-08-16 19:40:04 UTC
I think there is two reasons: 1. Too low request timeout value triggers error too early. Increasing timeout should make it less frequent. It was already done in 7-STABLE branch and above. 2. After timeout triggered, panic probably caused by weak locking in ata(4). You may try to upgrade your system, hoping situation was improved. But I would recommend you to upgrade to 8.1 and build kernel with ATA_CAM option, replacing old ata(4) infrastructure with new and probably more reliable one. -- Alexander Motin Is still an issue for you? Have you tried the suggestion from mav@? -- Andriy Gapon State Changed From-To: open->closed The crash happened only once and is not reproducible at the moment. |