Closed
Bug 503334
Opened 16 years ago
Closed 3 years ago
SSL coverage tests sometimes fails on writing to SSL socket.
Categories
(NSS :: Tools, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ivan.jedek, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko/2009032608 Firefox/3.0.8
Build Identifier: trunk standard goride MINGW32_NT-5.2 32bit DBG on 2009/07/04 23:50:00
ssl.sh: running TLS_RSA_EXPORT_WITH_DES_CBC_SHA (new) ----------------------------
kill -0 3980 >/dev/null 2>/dev/null
selfserv with PID 3980 found at Sun Jul 5 01:10:24 PDT 2009
tstclnt -p 8111 -h GORIDE.red.iplanet.com -c l \
-f -d ../ext_client -v -w nss < /export/tinderlight/data/goride_32_DBG/mozilla/security/nss/tests/ssl/sslreq.dat
tstclnt.exe: connecting to GORIDE.red.iplanet.com:8111 (address=192.18.72.38)
tstclnt.exe: connect: Operation is still in progress (probably a non-blocking connect).
tstclnt.exe: about to call PR_Poll for connect completion!
tstclnt.exe: PR_Poll returned 0x02 for socket out_flags.
tstclnt.exe: ready...
tstclnt.exe: about to call PR_Poll !
tstclnt.exe: PR_Poll returned!
tstclnt.exe: PR_Poll returned 0x01 for stdin out_flags.
tstclnt.exe: PR_Poll returned 0x00 for socket out_flags.
tstclnt.exe: stdin read 18 bytes
tstclnt.exe: Writing 18 bytes to server
tstclnt.exe: about to call PR_Poll on writable socket !
tstclnt.exe: PR_Poll returned with writable socket !
tstclnt.exe: about to call PR_Poll on writable socket !
tstclnt.exe: PR_Poll returned with writable socket !
tstclnt.exe: write to SSL socket failed: TCP connection reset by peer.
tstclnt: exiting with return code 254
ssl.sh: #1835: TLS_RSA_EXPORT_WITH_DES_CBC_SHA (new) produced a returncode of 254, expected is 0 - FAILED
Unfortunately there's no more info
Reproducible: Didn't try
Actual Results:
FAIL
Expected Results:
PASS
Comment 1•16 years ago
|
||
Occurred again on Tinderbox:
Build:
trunk standard boy MINGW32_NT-5.2 64bit OPT on 2009/11/01 19:50:43
Log:
ssl.sh: running TLS_RSA_EXPORT_WITH_RC4_40_MD5 ----------------------------
kill -0 7044 >/dev/null 2>/dev/null
selfserv with PID 7044 found at Sun Nov 1 20:23:58 PST 2009
tstclnt -p 8444 -h BOY.red.iplanet.com -c f \
-f -d ../client -v -w nss < /export/tinderlight/data/boy_64_OPT/mozilla/security/nss/tests/ssl/sslreq.dat
tstclnt.exe: connecting to BOY.red.iplanet.com:8444 (address=192.18.72.154)
tstclnt.exe: connect: Operation is still in progress (probably a non-blocking connect).
tstclnt.exe: about to call PR_Poll for connect completion!
tstclnt.exe: PR_Poll returned 0x02 for socket out_flags.
tstclnt.exe: ready...
tstclnt.exe: about to call PR_Poll !
tstclnt.exe: PR_Poll returned!
tstclnt.exe: PR_Poll returned 0x01 for stdin out_flags.
tstclnt.exe: PR_Poll returned 0x00 for socket out_flags.
tstclnt.exe: stdin read 18 bytes
tstclnt.exe: Writing 18 bytes to server
tstclnt.exe: about to call PR_Poll on writable socket !
tstclnt.exe: PR_Poll returned with writable socket !
tstclnt.exe: write to SSL socket failed: Encountered end of file.
tstclnt: exiting with return code 254
ssl.sh: #1199: TLS_RSA_EXPORT_WITH_RC4_40_MD5 produced a returncode of 254, expected is 0 - FAILED
Assignee: nobody → nelson
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: unspecified → trunk
Updated•16 years ago
|
Summary: test TLS_RSA_EXPORT_WITH_DES_CBC_SHA fails: TCP connection reset by peer → SSL coverage tests sometimes fails on writing to SSL socket.
Updated•16 years ago
|
Assignee: nelson → nobody
Page no longer active
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•