Re: Futher debug of race condition in 0.9.6b/c

2002-02-08 Thread Lutz Jaenicke
On Fri, Feb 08, 2002 at 01:53:11AM -0700, Dax Kelson wrote: > > sshd/ftpd/telnetd -> pam_ldap -> libldap -> libssl/libcrypto > > To recap, when my dual processor Pentium III is idle, I *always* get a > return value of 0 from SSL_connect. If I bog down the box, I get "1" and > everything works

RE: Futher debug of race condition in 0.9.6b/c

2002-02-08 Thread Dax Kelson
On Fri, 8 Feb 2002, Howard Chu wrote: > Try using strace to log all system calls. Until you know which calls have > failed, it's tough to isolate what's going on. when using strace on sshd, I couldn't get it to fail. Not using strace, it fails every time. Dax

Futher debug of race condition in 0.9.6b/c

2002-02-08 Thread Dax Kelson
sshd/ftpd/telnetd -> pam_ldap -> libldap -> libssl/libcrypto To recap, when my dual processor Pentium III is idle, I *always* get a return value of 0 from SSL_connect. If I bog down the box, I get "1" and everything works (login sucessful). I added a check for SSL_get_error, and I get SSL_ER