From owner-freebsd-current Fri Nov 22 13: 8: 5 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 63C5637B401 for ; Fri, 22 Nov 2002 13:08:03 -0800 (PST) Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id E707A43E6E for ; Fri, 22 Nov 2002 13:08:02 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 9338 invoked from network); 22 Nov 2002 21:08:06 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 22 Nov 2002 21:08:06 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gAML7v2D043753; Fri, 22 Nov 2002 16:07:57 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200211221427.31031.cscotts@mindspring.com> Date: Fri, 22 Nov 2002 16:08:02 -0500 (EST) From: John Baldwin To: Scott Sipe Subject: Re: DP2 Fatal Trap Cc: current@FreeBSD.org 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 22-Nov-2002 Scott Sipe wrote: > 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 addr2line >> >> 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. Use >> > 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 = fgetsock(td, uap->fdes, &so, NULL)) != 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 > overarching must be going on though. I'm able to login with /bin/sh (not > csh/tcsh) and so I've been trying various things--I can't compile a kernel > because I get bus errors, same with many ports I've been trying to install. > pkg_adding seems fine. Any chance this could be acpi related? I doubt it is acpi related, but you can always disable ACPI by either doing 'unset acpi_load' at the loader prompt or 'set hint.acpi.0.disabled=1' -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message