-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
When compiling with OpenSSL 1.1.0c, I sometimes get the message
BIO_write: uninitialized
when running the test cases.
This is very hard to reproduce, and occurs rather rarely, but I have seen it several times already.
Example, after $ swipl test_ssl.pl:
?- test_ssl.
% PL-Unit: ssl_options ......... done
% PL-Unit: ssl_server ^C
Interrupted test ssl_server:server at .../test_ssl.pl:223
Action (h for help) ? abort
Client error:
ERROR: SSL(syscall) 1001: Unknown error 1001
ERROR: SSL(20071078) BIO_write: uninitialized
ERROR: ...swipl-devel/packages/ssl/test_ssl.pl:223:
test server: failed
In this case, I have interrupted the hanging test case with ^C. Sometimes, this is not even necessary, and the error occurs without any interaction.
Metadata
Metadata
Assignees
Labels
No labels