This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Zach Riggle, gregory.p.smith, ned.deily, python-dev
Date 2017-01-23.04:25:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485145502.79.0.663583974131.issue29335@psf.upfronthosting.co.za>
In-reply-to
Content
Among other buildbot failures:

http://buildbot.python.org/all/builders/x86%20Tiger%203.6/builds/142/steps/test/logs/stdio

======================================================================
ERROR: test_child_terminated_in_stopped_state (test.test_subprocess.POSIXProcessTestCase)
Test wait() behavior when waitpid returns WIFSTOPPED; issue29335.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.6.bolen-tiger/build/Lib/test/test_subprocess.py", line 2514, in test_child_terminated_in_stopped_state
    libc = ctypes.CDLL(libc_name)
  File "/Users/db3l/buildarea/3.6.bolen-tiger/build/Lib/ctypes/__init__.py", line 348, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: dlopen(libc..dylib, 6): image not found

----------------------------------------------------------------------
Ran 260 tests in 102.297s


Also, http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/240/steps/test/logs/stdio
History
Date User Action Args
2017-01-23 04:25:02ned.deilysetrecipients: + ned.deily, gregory.p.smith, python-dev, Zach Riggle
2017-01-23 04:25:02ned.deilysetmessageid: <1485145502.79.0.663583974131.issue29335@psf.upfronthosting.co.za>
2017-01-23 04:25:02ned.deilylinkissue29335 messages
2017-01-23 04:25:01ned.deilycreate