Even faster:
$ python3.4 -W default -bb -E -R -m test -j 1 -v -m testRecvmsgPeek
-uall,-network,-urlfetch,-gui test.test_socket
Attaching strace for one of the failed tests. The interesting part:
[pid 10253] socket(PF_INET6, SOCK_DGRAM|SOCK_CLOEXEC, IPPROTO_IP) = 4
[pid 10253] bind(4, {sa_family=AF_INET6, sin6_port=htons(0),
inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28)
= 0
[pid 10253] getsockname(4, {sa_family=AF_INET6, sin6_port=htons(48419),
inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0},
[28]) = 0
[pid 10253] getsockname(4, {sa_family=AF_INET6, sin6_port=htons(48419),
inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0},
[28]) = 0
[pid 10253] recvmsg(4, <unfinished ...>
[pid 10253] <... recvmsg resumed> 0x7ffef846d890, MSG_PEEK) = -1 EFAULT (Bad
address)
EFAULT is documented as "The receive buffer pointer(s) point outside the
process's address space", hmm.
** Attachment added: "strace of failed test case"
https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1264554/+attachment/4500747/+files/strace
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264554
Title:
python3.4 autopkg test failures
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.3/+bug/1264554/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs