Hi: I downloaded the NSS 3.12.3 and NSPR 4.7.4 source code and was running the provided test suite. However, test #537 (part of "Cache CRL SSL Client Tests") gets stuck (all previous tests pass according to results.html), and I have to kill the test process. The last few lines from output.log are (personal information was scrubbed):
-------------------------------------------------------------------------------------------------------------- tstclnt: about to call PR_Poll ! tstclnt: PR_Poll returned! tstclnt: PR_Poll returned 0x01 for socket out_flags. tstclnt: PR_Poll returned 0x01 for socket out_flags. tstclnt: Read from server 0 bytes tstclnt: exiting with return code 0 kill -0 1945 >/dev/null 2>/dev/null selfserv with PID 1945 found at Sun Apr 26 22:35:02 EDT 2009 ssl.sh: #536: TLS Require client auth (client auth)(cert TestUser52 - not revoked) produced a returncode of 0, expected is 0 - PASSED ================= Reloading CRL for group 43 - 48 ============= tstclnt -p 8443 -h [my-ip-address] -f -d ../client -v \ -w nss -n TestUser41 Request: GET crl://[my-home-directory]/nss-3.12.3/mozilla/tests_results/security/[my-username].1/server/root.crl_43-48 RELOAD time -------------------------------------------------------------------------------------------------------------- The temporary file used to capture the output of this test is about 6GB in size and is largely comprised of: tstclnt: about to call PR_Poll ! tstclnt: PR_Poll returned! tstclnt: PR_Poll returned 0x20 for stdin out_flags. tstclnt: about to call PR_Poll ! tstclnt: PR_Poll returned! tstclnt: PR_Poll returned 0x20 for stdin out_flags. tstclnt: about to call PR_Poll ! tstclnt: PR_Poll returned! tstclnt: PR_Poll returned 0x20 for stdin out_flags. tstclnt: about to call PR_Poll ! over and over again. If I attach to the test process (before I kill it) using GDB, I can see that it is looping inside the while-loop from lines 934-1045 in tstclnt.c. If I comment out that particular test from the scripts, then all tests pass except for three: test #1723, #3029, #4566 (these three don't hang, they just fail). I am running Ubuntu 8.10. Any help would be appreciated. Thanks, legit
-- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto