From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 10 07:50:13 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF45516A51C for ; Wed, 10 Mar 2004 07:50:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C654243D41 for ; Wed, 10 Mar 2004 07:50:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2AFoDbv098832 for ; Wed, 10 Mar 2004 07:50:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2AFoDBf098831; Wed, 10 Mar 2004 07:50:13 -0800 (PST) (envelope-from gnats) Date: Wed, 10 Mar 2004 07:50:13 -0800 (PST) Message-Id: <200403101550.i2AFoDBf098831@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Edmond Baroud Subject: Re: kern/63649: nfsd crashes system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Edmond Baroud List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2004 15:50:13 -0000 The following reply was made to PR kern/63649; it has been noted by GNATS. From: Edmond Baroud To: Kris Kennaway Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/63649: nfsd crashes system Date: Wed, 10 Mar 2004 10:49:55 -0500 against both, the stripped one doesnt show any symbols of course, but when I run it on the kernel.debug one I get this, and I sent it in my last email: 10:42 root@neo:src/sys/NEO/ > pwd /usr/obj/usr/src/sys/NEO 10:42 root@neo:src/sys/NEO/ > gdb -k kernel.debug /var/crash/vmcore.0 GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... /var/crash/vmcore.0: Unknown error: 0. (kgdb) where No stack. (kgdb) backtrace No stack. On March 9, 2004 04:14 pm, Kris Kennaway wrote: > On Tue, Mar 09, 2004 at 08:58:19AM -0500, Edmond Baroud wrote: > > My kernel is already compiled with "makeoptions DEBUG=-g" > > the only info I could extract is what I sent in the last email. > > I'm unable to get more "traceback" from gdb. > > Which kernel did you run gdb against: the installed one (which has the > debug symbols stripped out and won't work), or the kernel.debug in > your kernel build directory? > > Kris > > P.S. Please don't top-post, and don't drop the CC list or the > correspondence won't be archived in your PR so that others can help > you with it as well.