Comment #5 on issue 6598 by [email protected]: Instead of looping to  
RLIMIT_NOFILE, find open FDs by looking at /proc/self/fd (Linux) or /dev/fd  
(Mac)
http://code.google.com/p/chromium/issues/detail?id=6598

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=8892

------------------------------------------------------------------------
r8892 | [email protected] | 2009-01-29 09:51:51 -0800 (Thu, 29 Jan 2009)  
| 4 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/base/process_util.h?r1=8892&r2=8891
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/base/process_util_linux.cc?r1=8892&r2=8891
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/base/process_util_mac.mm?r1=8892&r2=8891
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/base/process_util_posix.cc?r1=8892&r2=8891
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/base/process_util_unittest.cc?r1=8892&r2=8891

Add routine to close file descriptors on exec
for linux and mac. See BUG 6598.

Review URL: http://codereview.chromium.org/18801
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to