Deadlock problems with 'kill PID' on CURRENT

David G. Lawrence dg at dglawrence.com
Mon Nov 15 22:15:41 PST 2004


> Okay, trying to see the purpose of this button ?
> 
> Why have an NMI button to break into DDB when you can just use CTRL-ALT-ESC ?

   NMI is "Non Maskable Interrupt", which means that it cannot be blocked
by the OS. Keyboard interrupts can be blocked (masked), and thus may not
work under some conditions - especially while the kernel is already
processing an interrupt.

-DG

David G. Lawrence
President
Download Technologies, Inc. - http://www.downloadtech.com - (866) 399 8500
TeraSolutions, Inc. - http://www.terasolutions.com - (888) 346 7175
The FreeBSD Project - http://www.freebsd.org
Pave the road of life with opportunities.


More information about the freebsd-current mailing list