On Tue Nov 25 09:38:33 2014, [email protected] wrote:
> Version : 1.0.1j
> Platform : mips64
>
> The client is trying to reach a server that does not exist. And we are
> trying to free the ssl peer. It has probably tried a retransmission after 1
> second and SSL_connect returned ERR_WANT. Any help here is greatly
> appreciated.
>
> Please let me know if you need any more information from the core. This
> issue is not easily reproducible though.
<snip>
> state = 4384,

This state means we are trying to read a ServerHello which is what we would
expect given your description.

> enc_read_ctx = 0x0,
> read_hash = 0x12055d840,
> expand = 0x0,
> enc_write_ctx = 0x0,
> write_hash = 0x0,

No enc_read_ctx, no enc_write_ctx and no write_hash...but we have a read_hash.
That seems wrong. I suspect the data in this location is garbage, hence the
crash. I'm guessing some kind of memory corruption going on. Have you tried
running this through valgrind? That would be a useful next step.

Matt

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to