From owner-freebsd-current@FreeBSD.ORG Tue Nov 16 06:15:41 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71A9316A4CE for ; Tue, 16 Nov 2004 06:15:41 +0000 (GMT) Received: from dglawrence.com (c-24-21-223-117.client.comcast.net [24.21.223.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A4F43D1F for ; Tue, 16 Nov 2004 06:15:41 +0000 (GMT) (envelope-from dg@dglawrence.com) Received: from ncore.dglawrence.com (localhost [127.0.0.1]) by dglawrence.com (8.13.1/8.13.1) with ESMTP id iAG6FeQw023148 for ; Mon, 15 Nov 2004 22:15:40 -0800 (PST) (envelope-from dg@dglawrence.com) Received: (from dg@localhost) by ncore.dglawrence.com (8.13.1/8.13.1/Submit) id iAG6Fe4P023147 for current@freebsd.org; Mon, 15 Nov 2004 22:15:40 -0800 (PST) (envelope-from dg@dglawrence.com) Date: Mon, 15 Nov 2004 22:15:40 -0800 From: "David G. Lawrence" To: current@freebsd.org Message-ID: <20041116061540.GC3411@ncore.dglawrence.com> References: <20041115142036.D53544@cvs.imp.ch> <20041116002837.GE56252@squash.dsto.defence.gov.au> <20041116050659.GD57615@squash.dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041116050659.GD57615@squash.dsto.defence.gov.au> Subject: Re: Deadlock problems with 'kill PID' on CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 06:15:41 -0000 > 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.