Deadlock bug in ssl library

mbj@REDACTED mbj@REDACTED
Sat Aug 27 10:38:38 CEST 2005


"Inswitch Solutions" <erlang@REDACTED> wrote:
> Hi,
> 
> Which OS are you using?
> Some time ago I have had problems with the SSL port (ssl_esock) with
> Yaws in Win32 and when sending data to the server. Perhaps it's
> related with yours.  By increasing the buffer size of the C/C++ port
> and with some other changes I've managed to work it out for small
> size data uploads.  There're some postings in the list with the
> changes I made.

Well, as we described in the first email, we have found and fixed the
bug in esock.c (of course the fix has to be verified by OTP).

Increasing buffer sizes is of course just a workaround which may or
may not work.  Another workaround is to avoid calls to ssl:peername/1
while uploading data.


/martin



More information about the erlang-questions mailing list