I have the same problem (also on openssl 0.9.x where x = 4 || 6e), but mine occurs under stress / load testing so it is very difficult for me to debug.
> now SSL_accept fails with the following: > return value of SSL_accept = -1 > L_get_error returned 5 (SSL_ERROR_SYSCALL) > ERR_get_error returned 0 > errno is 0 > I have tried this with OpenSSL 0.9.6a 5 Apr 2001 (as preinstalled by my > distribution (slackware 8.0)) and again after installing 0.9.6e with no > change (openssl version reports that the new version is being used) > I cant seem to use gdb to enter any of the SSL routines (do they use secured memory?) Try to compile openssl with the -ggdb flag. You might have to change the main Make file to do this. Riaan Kruger NOTICE: This message and any attachments are confidential and intended solely for the addressee. If you have received this message in error, please notify the sender at Nanoteq (Pty) Ltd immediately, telephone number +27 (0) 12 672 7000. Any unauthorised use, alteration or dissemination is prohibited. Nanoteq (Pty) Ltd accepts no liability whatsoever for any loss whether it be direct, indirect or consequential, arising from information made available and actions resulting there from. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
