From owner-freebsd-java@FreeBSD.ORG Thu Nov 11 19:44:44 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50C8B16A4CE for ; Thu, 11 Nov 2004 19:44:44 +0000 (GMT) Received: from mx2.netflix.com (mail2.netflix.com [216.35.131.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E45443D31 for ; Thu, 11 Nov 2004 19:44:44 +0000 (GMT) (envelope-from nsayer@kfu.com) Received: from [172.22.8.180] ([172.22.8.180]) by mx2.netflix.com (8.12.8/8.12.8) with ESMTP id iABJihB7002628 for ; Thu, 11 Nov 2004 11:44:43 -0800 Message-ID: <4193C12B.3010701@kfu.com> Date: Thu, 11 Nov 2004 11:44:43 -0800 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: JDK 1.4.2 (native) KQUEUE descriptor leak? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 19:44:44 -0000 I'm running a fairly sophisticated application that uses JMS and the java mail framework as well as connecting to a bunch of databases. The JDK was built with the 1.4 port (a while ago, when the machine was still running 5.2.1), and the machine is running 5.3. Using 'lsof,' I'm seeing a leak of KQUEUE type file descriptors. Does this ring a bell for anyone?