From owner-freebsd-current@FreeBSD.ORG Mon Jun 7 19:13:57 2004 Return-Path: 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 5765416A4CE for ; Mon, 7 Jun 2004 19:13:57 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4784643D1F for ; Mon, 7 Jun 2004 19:13:57 +0000 (GMT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc11) with ESMTP id <2004060719135201300cm6bje>; Mon, 7 Jun 2004 19:13:53 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA27598; Mon, 7 Jun 2004 12:13:52 -0700 (PDT) Date: Mon, 7 Jun 2004 12:13:51 -0700 (PDT) From: Julian Elischer To: "David A. Benfell" In-Reply-To: <20040607184551.GA13787@parts-unknown.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: file descripter leak in current with Qmail? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 19:13:57 -0000 On Mon, 7 Jun 2004, David A. Benfell wrote: > On Mon, 07 Jun 2004 13:06:49 -0400, Robert Watson wrote: > > > > > > In terms of debugging it: your first task it to identify if there's one > > process that's holding all the fd's, or if it is distributed over many > > proceses. After that, you want to track down what kind of fd is being > > left open, which may help you track down why it's left open... fstat(1) is your friend.. > > > I'm going to have to take this to the qmail list; people there might > be able to track this down.