From owner-freebsd-hackers Tue Jul 15 13:11:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA21564 for hackers-outgoing; Tue, 15 Jul 1997 13:11:38 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA21556 for ; Tue, 15 Jul 1997 13:11:30 -0700 (PDT) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id NAA20172; Tue, 15 Jul 1997 13:11:53 -0700 (PDT) Message-Id: <199707152011.NAA20172@implode.root.com> To: Jaye Mathisen cc: hackers@FreeBSD.ORG Subject: Re: What is IdlePTD? In-reply-to: Your message of "Tue, 15 Jul 1997 12:34:31 PDT." From: David Greenman Reply-To: dg@root.com Date: Tue, 15 Jul 1997 13:11:52 -0700 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I'm trying to get some BSDI software running under FreeBSD, and >it barfs with a segmenatation fault. > >GDB on the core file says: > >kernel symbol 'IdlePTD' not found. > >In words of < 15 syllables, what the heck does that mean for me? IdlePTD should only be referenced when using gdb -k (kernel debugging). It's the address of the page table directory when "idle". -DG David Greenman Core-team/Principal Architect, The FreeBSD Project