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
- Can NMI drop a hanging FreeBSD kernel into DDB? FTG staff
- Re: Can NMI drop a hanging FreeBSD kernel into DDB? Alfred Perlstein
- Re: Can NMI drop a hanging FreeBSD kernel into D... Alfred Perlstein
- Re: Can NMI drop a hanging FreeBSD kernel into DDB? Warner Losh
- Re: Can NMI drop a hanging FreeBSD kernel into DDB? Warner Losh
- Re: Can NMI drop a hanging FreeBSD kernel into DDB? FTG staff
- Re: Can NMI drop a hanging FreeBSD kernel into DDB? Peter Jeremy
- Re: Can NMI drop a hanging FreeBSD kernel into DDB? Peter Jeremy
- Re: Can NMI drop a hanging FreeBSD kernel into D... Wilko Bulte
- Re: Can NMI drop a hanging FreeBSD kernel in... Peter Jeremy
- Re: Can NMI drop a hanging FreeBSD kerne... Sergey Babkin
- Re: Can NMI drop a hanging FreeBSD kerne... Warner Losh
- Re: Can NMI drop a hanging FreeBSD ... Sergey Babkin
- Re: Can NMI drop a hanging FreeBSD kernel in... Warner Losh
- Re: Can NMI drop a hanging FreeBSD kernel into D... Warner Losh