From owner-freebsd-alpha Wed May 15 6:33:23 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 3F6CD37B403 for ; Wed, 15 May 2002 06:33:12 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id JAA01944; Wed, 15 May 2002 09:33:11 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g4FDWfu26750; Wed, 15 May 2002 09:32:41 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15586.25465.541559.66681@grasshopper.cs.duke.edu> Date: Wed, 15 May 2002 09:32:41 -0400 (EDT) To: Kris Kennaway Cc: alpha@FreeBSD.ORG Subject: Re: memory management fault during netbooting on 4.6-PRERELEASE In-Reply-To: <20020514235608.A69014@xor.obsecurity.org> References: <20020514235608.A69014@xor.obsecurity.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Kris Kennaway writes: > I'm seeing the following on the alpha package cluster when trying to > netboot a 4.6-PRERELEASE kernel: <...> > pc = 0x0 > ra = 0xfffffc000056bcc0 Something followed a null function pointer. Can you run gdb on the corresponding kernel.debug & see what 'list *0xfffffc000056bcc0' shows for the caller? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message