From owner-freebsd-current Fri Nov 22 11:28:50 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 332B137B401 for ; Fri, 22 Nov 2002 11:28:49 -0800 (PST) Received: from relay.pair.com (relay1.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id CCE3F43EB7 for ; Fri, 22 Nov 2002 11:28:46 -0800 (PST) (envelope-from cscotts@mindspring.com) Received: (qmail 66876 invoked from network); 22 Nov 2002 19:28:43 -0000 Received: from res-152-16-208-229.dorm.duke.edu (HELO dragon.dorm.duke.edu) (152.16.208.229) by relay1.pair.com with SMTP; 22 Nov 2002 19:28:43 -0000 X-pair-Authenticated: 152.16.208.229 Content-Type: text/plain; charset="iso-8859-1" From: Scott Sipe Reply-To: cscotts@mindspring.com To: John Baldwin Subject: Re: DP2 Fatal Trap Date: Fri, 22 Nov 2002 14:28:43 -0500 User-Agent: KMail/1.4.3 References: In-Reply-To: Cc: current@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211221427.31031.cscotts@mindspring.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday 22 November 2002 10:57 am, you wrote: > On 21-Nov-2002 Scott Sipe wrote: > > On Thursday 21 November 2002 04:26 pm, John Baldwin wrote: > >> Erm, well, PSE and PGE are already disabled in GENERIC on DP2. Hmm. > >> Can you try doing gdb -k kernel.debug in multiuser under DEBUG and > >> see if gdb behaves any better? Another idea might be to use addr2li= ne > >> instead like so: > >> > >> addr2line -e kernel.debug -f 0xc031f044 > > > > in gdb the line I get when I do l * is 'No symbol table is loaded. U= se > > the "file" command.' -- (multiuser too). Am I doing something wrong? > > > > addr2line displays: > > getpeername1 > > /usr/src/sys/kern/uipc_syscalls.c:1453 > > Hmm, that would be: > > if ((error =3D fgetsock(td, uap->fdes, &so, NULL)) !=3D 0) > goto done2; > > (which is in getpeername1()). > > Hmm. Unless uap was somehow hosed I don't see how else you could > be getting a panic (it was a fatal trap 12, right?) It was a trap 12, and definitely that address...I think something more=20 overarching must be going on though. I'm able to login with /bin/sh (not= =20 csh/tcsh) and so I've been trying various things--I can't compile a kerne= l=20 because I get bus errors, same with many ports I've been trying to instal= l. =20 pkg_adding seems fine. Any chance this could be acpi related? Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message