From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 8 13:50:10 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 0B8B716A4CE for ; Mon, 8 Mar 2004 13:50:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0550543D1D for ; Mon, 8 Mar 2004 13:50:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i28Lo9bv094549 for ; Mon, 8 Mar 2004 13:50:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i28Lo9bi094548; Mon, 8 Mar 2004 13:50:09 -0800 (PST) (envelope-from gnats) Date: Mon, 8 Mar 2004 13:50:09 -0800 (PST) Message-Id: <200403082150.i28Lo9bi094548@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: kern/63649: nfsd crashes system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 21:50:10 -0000 The following reply was made to PR kern/63649; it has been noted by GNATS. From: Kris Kennaway To: Edmond Baroud Cc: Kris Kennaway , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/63649: nfsd crashes system Date: Mon, 8 Mar 2004 13:40:20 -0800 On Mon, Mar 08, 2004 at 12:49:16PM -0500, Edmond Baroud wrote: > Hi Kris, > > I was able to reproduce the problem, but I'm no developper so when it comes to > using gdb I suck :)I'm sure nobody wants me to send 2 x 1G core files, so > could you please tell me what gdb options you want me to submit? I gave you the URL that explains how to compile your kernel with debugging symbols and extract a full traceback with gdb -k. Kris