On Fri, 5 May 2000 12:20:29 -0700, Alfred Perlstein <[EMAIL PROTECTED]> wrote:
>> How can I make a hanging kernel into DDB? Will grounding the NMI do it?
>
>That's a bit extreme.
>
>hit ctrl+alt+esc on the console, or send a serial break if using
>a serial console, make sure you have BREAK_TO_DEBUGGER if you're
>using a serial console.

Assuming that the kernel is still processing interrupts.

If your driver has managed something like "di(); while (1) {}"
or maybe "splhigh(); while (1) {}", then you need an NMI to get
you out of the loop so the console interrupt is seen.

Peter


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to