Message 394798 - Python tracker

Message394798

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