[New-bugs-announce] [issue24725] test_socket testFDPassEmpty fails on OS X 10.11 DP with "Cannot allocate memory"

Ned Deily report at bugs.python.org
Sun Jul 26 09:35:31 CEST 2015


New submission from Ned Deily:

======================================================================
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.

----------
components: Macintosh
messages: 247414
nosy: ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: test_socket testFDPassEmpty fails on OS X 10.11 DP with "Cannot allocate memory"
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24725>
_______________________________________


More information about the New-bugs-announce mailing list