From owner-freebsd-current Tue Feb 9 06:11:43 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA18822 for freebsd-current-outgoing; Tue, 9 Feb 1999 06:11:43 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA18815 for ; Tue, 9 Feb 1999 06:11:38 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 9 Feb 99 14:11:32 +0000 (GMT) To: Dom Mitchell cc: freebsd-current@FreeBSD.ORG Subject: Re: Lots of "panic: vrele: negative ref cnt" In-reply-to: Your message of "Sat, 06 Feb 1999 17:58:07 GMT." Date: Tue, 09 Feb 1999 14:11:32 +0000 From: David Malone Message-ID: <9902091411.aa13395@salmon.maths.tcd.ie> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I've seen identical panics when using nmh's spost command to send > mail. Instant panic saying "negative ref cnt". This is using an NFS > mounted home directory (containing the draft mail to be sent). > Unfortunately, I didn't have time to investigate further, so I just > switched over to using SMTP instead. We think we've sorted out this problem. Trying to make a cross device link to an NFS filesystem decreases the reference count twice, so if you do this a few times you can panic a machine. I've submitted a gnats report (kern/9970). David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message