Skip to content

OpenSSL 1.1.0 sometimes yields BIO_write: uninitialized #58

@triska

Description

@triska

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions