From owner-freebsd-chat@FreeBSD.ORG Wed Oct 27 17:03:37 2004 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B5B616A4CE for ; Wed, 27 Oct 2004 17:03:37 +0000 (GMT) Received: from smtp4.pacifier.net (smtp4.pacifier.net [64.255.237.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5755F43D4C for ; Wed, 27 Oct 2004 17:03:37 +0000 (GMT) (envelope-from charles@coppersoftware.com) Received: from chuckoplaptop (66.89.130.110.ptr.us.xo.net [66.89.130.110]) by smtp4.pacifier.net (Postfix) with ESMTP id 671626B017; Wed, 27 Oct 2004 10:03:35 -0700 (PDT) From: "Charles Oppermann" To: "'Kevin Lyons'" , "'Danny MacMillan'" Date: Wed, 27 Oct 2004 10:06:11 -0700 Organization: Copper Software MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <417FCBDF.4040102@ofdeng.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 Thread-Index: AcS8QbR5W33ItgQUToirb/BBohnwKwABWjKw Message-Id: <20041027170335.671626B017@smtp4.pacifier.net> cc: TM4525@aol.com cc: 'Ted Mittelstaedt' cc: 'Micheal Patterson' cc: stefan@swebase.com cc: freebsd-chat@freebsd.org Subject: RE: Serious investigations into UNIX and Windows X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 17:03:37 -0000 >> Or how about the Navy ship that was rendered immobile for 3 days because the windows screen harware that ran the ship's controls cause a blue screen of death. Laughable if it wasn't so pathetic. << Well, let's look at the facts a little. The USS Yorktown was disabled for 2 hours, not 3 days. This was because an operator entered a zero into a data field, which the database software wasn't able to handle and wound up crashing. If an application performs an operation that attempts to divide by zero on UNIX or Windows, the process crashes if it doesn't set up an exception handler. The fault was entirely within the boundaries of the user mode code, not the platform. http://catless.ncl.ac.uk/Risks/19.88.html#subj1