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 ned.deily, ronaldoussoren
Date 2015-07-26.07:35:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437896131.77.0.341264720465.issue24725@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
ERROR: testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/test_socket.py", line 2799, in testFDPassEmpty
    len(MSG), 10240),
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/test_socket.py", line 1907, in doRecvmsg
    result = sock.recvmsg(bufsize, *args)
OSError: [Errno 12] Cannot allocate memory

======================================================================
ERROR: testFDPassEmpty (test.test_socket.RecvmsgIntoSCMRightsStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/test_socket.py", line 2799, in testFDPassEmpty
    len(MSG), 10240),
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/test_socket.py", line 1998, in doRecvmsg
    result = sock.recvmsg_into([buf], *args)
OSError: [Errno 12] Cannot allocate memory

----------------------------------------------------------------------
Ran 507 tests in 28.819s

FAILED (errors=2, skipped=122)
test test_socket failed

Same failures seen with 3.4.3 and 3.5.0b4 installers on 10.11 (El Capitan) Developer Previews 2 and 4.  Passes on 10.10.x and earlier recent OS X systems.  There have been other problems in this area on OS X in the past (see Issue12958).  Probably need to open a RADAR.
History
Date User Action Args
2015-07-26 07:35:31ned.deilysetrecipients: + ned.deily, ronaldoussoren
2015-07-26 07:35:31ned.deilysetmessageid: <1437896131.77.0.341264720465.issue24725@psf.upfronthosting.co.za>
2015-07-26 07:35:31ned.deilylinkissue24725 messages
2015-07-26 07:35:31ned.deilycreate