From owner-freebsd-emulation@FreeBSD.ORG Wed May 17 18:44:31 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F93F16A5C2; Wed, 17 May 2006 18:44:31 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A8343D8F; Wed, 17 May 2006 18:44:14 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by mail.ambrisko.com with ESMTP; 17 May 2006 11:42:49 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.11) with ESMTP id k4HIhoPq039826; Wed, 17 May 2006 11:43:50 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id k4HIhiwr039819; Wed, 17 May 2006 11:43:44 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200605171843.k4HIhiwr039819@ambrisko.com> In-Reply-To: <20060517172617.A66DF294BB@mail.bitblocks.com> To: Bakul Shah Date: Wed, 17 May 2006 11:43:44 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: Alexander Leidinger , freebsd-emulation@freebsd.org, ambrisko@freebsd.org Subject: Re: linux emulation file descriptor leakage -current? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 18:44:32 -0000 Bakul Shah writes: | > Should be fixed with sys/compat/linux/linux_stats.c version 1.83. | | This takes care of the problem with skype and other linux | programs. Thanks for the quick fix (and thanks to Alexander | for following up). Sorry for the problem. Thanks for finding it. Fortunately the fix turned out to be simple. Doug A.