#4322 NORM Never A: Kernel crash while suspending
Zarro Boogs per Child
bugtracker at laptop.org
Tue Oct 23 03:50:14 EDT 2007
#4322: Kernel crash while suspending
---------------------+------------------------------------------------------
Reporter: wad | Owner: dilinger
Type: defect | Status: new
Priority: normal | Milestone: Never Assigned
Component: distro | Version:
Resolution: | Keywords:
Verified: 0 |
---------------------+------------------------------------------------------
Changes (by dilinger):
* cc: marcelo (added)
Comment:
This is in usb code; specifically, ehci-q.c:
{{{
static void end_unlink_async (struct ehci_hcd *ehci)
{
struct ehci_qh *qh = ehci->reclaim;
struct ehci_qh *next;
timer_action_done (ehci, TIMER_IAA_WATCHDOG);
// qh->hw_next = cpu_to_le32 (qh->qh_dma);
qh->qh_state = QH_STATE_IDLE;
qh->qh_next.qh = NULL;
}}}
qh->qh_state = QH_STATE_IDLE; is where it oopses; 'qh' is apparently NULL.
--
Ticket URL: <https://dev.laptop.org/ticket/4322#comment:3>
One Laptop Per Child <https://dev.laptop.org>
OLPC bug tracking system
More information about the Bugs
mailing list