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 erlendaasland
Recipients christian.heimes, erlendaasland, pablogsal
Date 2021-05-31.09:12:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622452365.92.0.0429586532312.issue44229@roundup.psfhosted.org>
In-reply-to
Content
FWIW:

1st shell:
$ ./python.exe -m test test_ssl -u all -m test_get_server_certificate -F
$ ps
[...]
 1271 ttys004    0:01.00 ./python.exe -m test test_ssl -u all -m test_get_server_certificate -F

2nd shell:
$ sudo errinfo -p 1271

The syscall trace shows that errno 41 is returned by write():
      python.exe            write   41  Protocol wrong type for socket 
      python.exe            ioctl   25  Inappropriate ioctl for device 
      python.exe            ioctl   25  Inappropriate ioctl for device 
      python.exe            ioctl   25  Inappropriate ioctl for device 
      python.exe            ioctl   25  Inappropriate ioctl for device 
      python.exe          connect   61  Connection refused 
      python.exe          connect   61  Connection refused 
      python.exe            ioctl   25  Inappropriate ioctl for device 
      python.exe            ioctl   25  Inappropriate ioctl for device 
      python.exe            ioctl   25  Inappropriate ioctl for device 
      python.exe            ioctl   25  Inappropriate ioctl for device 
      python.exe           stat64    2  No such file or directory
History
Date User Action Args
2021-05-31 09:12:45erlendaaslandsetrecipients: + erlendaasland, christian.heimes, pablogsal
2021-05-31 09:12:45erlendaaslandsetmessageid: <1622452365.92.0.0429586532312.issue44229@roundup.psfhosted.org>
2021-05-31 09:12:45erlendaaslandlinkissue44229 messages
2021-05-31 09:12:45erlendaaslandcreate