Re: Dianogsing a hard lockup

From: Lee Revell
Date: Sat Dec 17 2005 - 13:43:20 EST


On Sat, 2005-12-17 at 17:09 +0100, Jan Engelhardt wrote:
> Hi list,
>
>
> some time after I load drivers (any, rt2500 or via ndiswrap) for a
> rt2500-based wlan card, the box locks up hard. Sysrq does not work, so I
> suppose it is during irq-disabled context. How could I find out where this
> happens?


First, stick to rt2500 as you won't get help with binary only drivers
here.

Try to reproduce the problem from the console, you're more likely to get
a usable Oops.

Check the driver code & make sure it can't get stuck looping in the
interrupt handler due to an unhandled IRQ. Add printks.

Finally report it to the rt2500 maintainer.

Lee

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/