Date: Thu, 22 Oct 2009 05:20:02 GMT From: Alexander Best <alexbestms@math.uni-muenster.de> To: freebsd-emulation@FreeBSD.org Subject: Re: kern/97326: [linux] file descriptor leakage in linux emulation Message-ID: <200910220520.n9M5K2oM092918@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/97326; it has been noted by GNATS.
From: Alexander Best <alexbestms@math.uni-muenster.de>
To: <bug-followup@FreeBSD.org>
Cc:
Subject: Re: kern/97326: [linux] file descriptor leakage in linux emulation
Date: Thu, 22 Oct 2009 07:12:52 +0200 (CEST)
as reported by Marcin Cieslak and Vladimir Grebenschikov this PR was fixed in
1.138.2.1. linux binaries no longer leak descriptors.
here's an example from running unreal tournament 2004. `while sleep 3; do
lsof|grep ut2004|wc; done` reports:
0 0 0
28 247 2935
134 1201 15701
171 1534 20261
189 1697 23146
603 5523 74247
603 5523 74247
603 5523 74247
603 5523 74247
609 5577 74982
609 5577 74982
609 5577 74982
609 5577 74982
609 5577 74982
609 5577 74982
609 5577 74982
609 5577 74982
609 5577 74982
609 5577 74982
609 5577 74982
609 5577 74982
609 5577 74982
99 930 10920
0 0 0
cheers.
alex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910220520.n9M5K2oM092918>
