[issue29324] test_aead_aes_gcm fails on Kernel 4.9

Neil Schemenauer report at bugs.python.org
Fri Jun 9 13:55:00 EDT 2017


Neil Schemenauer added the comment:

This patch works for me as well.  Debian testing, kernel:
Linux version 4.9.0-3-amd64 (debian-kernel at lists.debian.org) (gcc version 6.3.0 20170425 (Debian 6.3.0-16) ) #1 SMP Debian 4.9.25-1 (2017-05-02)


In the 3.6.1 Python release, test_socket fails with:

test test_socket failed -- Traceback (most recent call last):
  File "/home/nas/src/cpython/Lib/test/support/__init__.py", line 556, in wrapper
    return func(*args, **kw)
  File "/home/nas/src/cpython/Lib/test/test_socket.py", line 5497, in test_aead_aes_gcm
    res = op.recv(assoclen + len(plain) + taglen)
OSError: [Errno 22] Invalid argument

----------
nosy: +nascheme

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


More information about the Python-bugs-list mailing list