kern/97326: [linux] file descriptor leakage in linux emulation

Alexander Best alexbestms at math.uni-muenster.de
Thu Oct 22 05:20:02 UTC 2009


The following reply was made to PR kern/97326; it has been noted by GNATS.

From: Alexander Best <alexbestms at math.uni-muenster.de>
To: <bug-followup at 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


More information about the freebsd-emulation mailing list