From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 15 01:20:08 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C6C816A403 for ; Sun, 15 Apr 2007 01:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3A17E13C46A for ; Sun, 15 Apr 2007 01:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3F1K7wM051007 for ; Sun, 15 Apr 2007 01:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3F1K76p051006; Sun, 15 Apr 2007 01:20:07 GMT (envelope-from gnats) Date: Sun, 15 Apr 2007 01:20:07 GMT Message-Id: <200704150120.l3F1K76p051006@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Cc: Subject: RE: kern/111413: panic when nfsd running X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bla@gericos.com List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Apr 2007 01:20:08 -0000 The following reply was made to PR kern/111413; it has been noted by GNATS. From: To: "'Kris Kennaway'" Cc: Subject: RE: kern/111413: panic when nfsd running Date: Sun, 15 Apr 2007 03:00:45 +0200 Hi Kris, The NFS server is totally KO. I cannot use it anymore, the server always crashes differently before launch any process at boot time. I'm certain it's a hardware problem. I will check it next week. You can close this case. Thanks. -----Message d'origine----- De=A0: Kris Kennaway [mailto:kris@obsecurity.org]=20 Envoy=E9=A0: mardi 10 avril 2007 05:49 =C0=A0: riton Cc=A0: freebsd-gnats-submit@FreeBSD.org Objet=A0: Re: kern/111413: panic when nfsd running On Mon, Apr 09, 2007 at 02:50:15PM +0000, riton wrote: > When nfsd is running, here is the type of panic I have (not always the same): >=20 > FreeBSD/i386 (nfs01) (ttyd0) >=20 > login: Memory modified after free 0xcc0b0a00(508) val=3Ddead80de @ 0xcc0b0b7c > panic: Most recently used by vnodemarker You will need to configure DEBUG_MEMGUARD to watch this malloc type. Unfortunately this requires a tiny change to the source so it is not completely trivial, but see memguard(9). Once you have done this, you will hopefully get a different panic when the memory is first accessed after it was freed, and we can proceed from there. Kris