From owner-freebsd-amd64@FreeBSD.ORG Thu Jun 16 02:16:34 2005 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91C1B16A41C for ; Thu, 16 Jun 2005 02:16:34 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7681643D1F for ; Thu, 16 Jun 2005 02:16:34 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 1F1E1F1AB6 for ; Wed, 15 Jun 2005 19:16:34 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00725-02 for ; Wed, 15 Jun 2005 19:16:32 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 062E8F1A1D for ; Wed, 15 Jun 2005 19:16:31 -0700 (PDT) From: Sean McNeil To: amd64@freebsd.org Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Wed, 15 Jun 2005 19:16:31 -0700 Message-Id: <1118888191.67168.5.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: Subject: easy to crash -STABLE with debugger X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 02:16:34 -0000 This should not be possible, but I can crash my system with no effort. The only thing I get logged is: Jun 15 16:02:48 server kernel: Fatal double fault All I have to do is run a program that seg faults or has some other problem. The most recent one was abiword. I did the following: gdb `which abiword` (gdb) r then I opened a file and did a "save as...", which causes a seg fault. Then I did a (gdb) c and boom! reboot. Sean