On Wed, Jan 24, 2018 at 09:55:15AM +0100, Alexander Rojas wrote: > I did the update, the problem changed from the accept to the recv call. > While now it can `accept()` socket connections, the `recv` callback fails. > I need to investigate further here, but it behaves just like the macosx > problem.
And every accept() fails, yes? > #2 0x00007ffff725dc48 in do_handshake (bev_ssl=0x7fffe4001a10) at > bufferevent_openssl.c:1053 Can you print the value of "err" here? If not (it is optimized out or smth else) maybe you can use ltrace to get it i.e. ltrace -f -e SSL_get_error ... (I verified and SSL_get_error() should be dynamic symbol, not macro, so this should helps) P.S. BTW you client corrupts traces (by wrapping lines) *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
