[Buildbot-commits] [buildbot/buildbot] ec4413: Fix failure to close file descriptors on FreeBSD

noreply at github.com noreply at github.com
Mon Mar 28 04:17:25 UTC 2011


Branch: refs/heads/master
Home:   https://github.com/buildbot/buildbot

Commit: ec44132b8ae8e199a042fd7634fe99b86ebde1dc
    https://github.com/buildbot/buildbot/commit/ec44132b8ae8e199a042fd7634fe99b86ebde1dc
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-03-27 (Sun, 27 Mar 2011)

Changed paths:
  M master/buildbot/__init__.py
  A master/buildbot/monkeypatches/__init__.py
  A master/buildbot/monkeypatches/bug4881.py
  M slave/buildslave/__init__.py
  A slave/buildslave/monkeypatches/__init__.py
  A slave/buildslave/monkeypatches/bug4881.py

Log Message:
-----------
Fix failure to close file descriptors on FreeBSD

On FreeBSD, Twisted-10.2.0 fails to close file descriptors in child
processes if the fdescfs is not mounted at /dev/fd (and it often is
not).  This is fixed in Twisted bug #4881, and this commit represents a
monkey-patch version of that fix.

Fixes #1907.






More information about the Commits mailing list