From owner-freebsd-current Fri Nov 22 7:57:36 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 AC9B337B409 for ; Fri, 22 Nov 2002 07:57:34 -0800 (PST) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 450B143EB2 for ; Fri, 22 Nov 2002 07:57:34 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 11754 invoked from network); 22 Nov 2002 15:57:37 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 22 Nov 2002 15:57:37 -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 gAMFvW2D042666; Fri, 22 Nov 2002 10:57:32 -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: <200211211729.31693.cscotts@mindspring.com> Date: Fri, 22 Nov 2002 10:57:37 -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 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?) -- 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