Closed
Bug 503330
Opened 17 years ago
Closed 16 years ago
Stress TLS RC4 128 with MD5 failed: Segmentation fault
Categories
(NSS :: Tools, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 500634
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 nssmac3 Darwin 64bit OPT on 2009/07/04 02:29:16
trying to kill selfserv with PID 21452 at Sat Jul 4 03:57:43 PDT 2009
kill -USR1 21452
selfserv: 999 cache hits; 1 cache misses, 0 cache not reusable
0 stateless resumes, 0 ticket parse failures
selfserv: normal termination
selfserv with PID 21452 killed at Sat Jul 4 03:57:43 PDT 2009
ssl.sh: Stress TLS RC4 128 with MD5 ----
selfserv starting at Sat Jul 4 03:57:43 PDT 2009
selfserv -D -p 8444 -d ../ext_server -n nssmac3.red.iplanet.com -B -s \
-e nssmac3.red.iplanet.com-ec -w nss -i ../tests_pid.50640 &
trying to connect to selfserv at Sat Jul 4 03:57:43 PDT 2009
tstclnt -p 8444 -h nssmac3.red.iplanet.com -B -s -q \
-d ../ext_client -v < /export/tinderlight/data/nssmac3_64_OPT/mozilla/security/nss/tests/ssl/sslreq.dat
tstclnt: connecting to nssmac3.red.iplanet.com:8444 (address=192.18.120.176)
kill -0 21573 >/dev/null 2>/dev/null
selfserv with PID 21573 found at Sat Jul 4 03:57:44 PDT 2009
selfserv with PID 21573 started at Sat Jul 4 03:57:44 PDT 2009
strsclnt -q -p 8444 -d ../ext_client -B -s -w nss -c 1000 -C c \
nssmac3.red.iplanet.com
strsclnt started at Sat Jul 4 03:57:44 PDT 2009
strsclnt: -- SSL: Server Certificate Validated.
strsclnt: 0 cache hits; 1 cache misses, 0 cache not reusable
0 stateless resumes
strsclnt: PR_Send returned error -5938:
Encountered end of file.
strsclnt: PR_Send returned error -5938:
Encountered end of file.
strsclnt: PR_Send returned error -5961:
TCP connection reset by peer.
strsclnt: PR_Send returned error -5961:
TCP connection reset by peer.
strsclnt: PR_Send returned error -5961:
TCP connection reset by peer.
strsclnt: 715 cache hits; 1 cache misses, 0 cache not reusable
0 stateless resumes
./ssl.sh: line 421: 21573 Segmentation fault ${PROFTOOL} ${BINDIR}/selfserv -D -p ${PORT} -d ${P_R_SERVERDIR} -n ${HOSTADDR} ${SERVER_OPTIONS} ${ECC_OPTIONS} -w nss ${sparam} -i ${R_SERVERPID} $verbose
strsclnt completed at Sat Jul 4 03:57:49 PDT 2009
ssl.sh: #8307: Stress TLS RC4 128 with MD5 produced a returncode of 1, expected is 0. - FAILED
No core file was generated
Reproducible: Always
Actual Results:
FAIL
Expected Results:
PASS
Comment 1•16 years ago
|
||
Tool that crashed in this test was selfserv, not strsclnt. It is the same problem as in bug 500634, closing as duplicate.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•