https://issues.dlang.org/show_bug.cgi?id=24715

Dlang Bot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <[email protected]> ---
@the-horo updated dlang/phobos pull request #9048 "std/process: Default to libc
closefrom in spawnProcessPosix" fixing this issue:

- Fix Bugzilla 24715 - std/process: Default to libc `closefrom` in
spawnProcessPosix

  The current implementation of spawnProcessPosix is broken on systems
  with a large `ulimit -n` because it always OOMs making it impossible
  to spawn processes. Using the libc implementation, when available, for
  doing file descriptor operations en-mass solves this problem.

  Signed-off-by: Andrei Horodniceanu <[email protected]>

https://github.com/dlang/phobos/pull/9048

--

Reply via email to