Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write error: ssl=000000001C1758B8: I/O error during system call, No error #502

Open
carterkozak opened this issue Jun 13, 2018 · 1 comment

Comments

@carterkozak
Copy link
Contributor

Environment:

Windows 7 64-bit (with 64-bit oracle jre 8u161)
Conscrypt 1.1.3

Unfortunately I don't have a repro. The system normally works, seeing these occur every day or two after extended use, only from windows as far as I'm aware.

Caused by: javax.net.ssl.SSLException: Write error: ssl=000000001C1758B8: I/O error during system call, No error
	at org.conscrypt.NativeCrypto.SSL_write(Native Method) ~[?:?]
	at org.conscrypt.NativeSsl.write(NativeSsl.java:431) ~[?:?]
	at org.conscrypt.ConscryptFileDescriptorSocket$SSLOutputStream.write(ConscryptFileDescriptorSocket.java:624) ~[?:?]
	at org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:124) ~[?:?]
	at org.apache.http.impl.io.SessionOutputBufferImpl.write(SessionOutputBufferImpl.java:160) ~[?:?]
	at org.apache.http.impl.io.ContentLengthOutputStream.write(ContentLengthOutputStream.java:113) ~[?:?]
	at org.apache.http.entity.ByteArrayEntity.writeTo(ByteArrayEntity.java:114) ~[?:?]
	at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:156) ~[?:?]
	at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:160) ~[?:?]
	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:238) ~[?:?]
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) ~[?:?]
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[?:?]
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[?:?]
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[?:?]
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) ~[?:?]
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[?:?]
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[?:?]
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[?:?]
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[?:?]
@carterkozak
Copy link
Contributor Author

Related to #444

It's worth noting that I'm not seeing anything along these lines using SunJSSE, so I do think this is a bug rather than a manifestation of a common failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant