Does your cpu have an APIC? SMP boxes always do, most non-mobile P6 UP
systems do. If you have an APIC and assuming it is a software lockup,
install the kdb patch[*]. If your box is UP, under General setup
select APIC for UP then select NMI for UP. Under Kernel hacking,
select kdb. You need a recent modutils, see Documentation/Changes.
Ideally you should use a serial console and run a null modem to a
second machine, see Documentation/serial-console.txt.
Boot the kdb enhanced kernel and cat /proc/interrupts to see if NMI is
non-zero. Only if NMI is non-zero, reproduce the problem. Five
seconds after the lockup, the NMI watchdog should trip and drop you
into kdb. The backtrace (bt) command will show where you are hung.
Capture the backtrace on the second machine or hand copy the backtrace,
in either case mail the backtrace to l-k.
[*]ftp://oss.sgi.com/projects/kdb/download/ix86/kdb-v1.7-2.4.0-prerelease.gz
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/