Closed
Bug 333081
Opened 19 years ago
Closed 19 years ago
Shutdown assertion in strsclnt
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 331279
People
(Reporter: slavomir.katuscak+mozilla, Unassigned)
Details
ssl.sh: Stress TLS ECDH-ECDSA AES 128 CBC with SHA (no reuse) ----
selfserv -D -p 8444 -d ../ext_server -n biarritz.red.iplanet.com -B -s \
-e biarritz.red.iplanet.com-ec -w nss -c :C004 -i ../tests_pid.1341
&
selfserv started at Thu Apr 6 03:26:33 PDT 2006
tstclnt -p 8444 -h biarritz.red.iplanet.com -q \
-d ../ext_client
< /share/builds/mccrel3/security/securitytip/builds/200
60406.1/wozzeck_Solaris8/mozilla/security/nss/tests/ssl/sslreq.dat
strsclnt -q -p 8444 -d ../ext_client -w nss -c 10 -C :C004 -N \
biarritz.red.iplanet.com
strsclnt started at Thu Apr 6 03:26:33 PDT 2006
strsclnt: -- SSL: Server Certificate Validated.
strsclnt: -- SSL: Server Certificate Validated.
strsclnt: -- SSL: Server Certificate Validated.
strsclnt: 0 cache hits; 8 cache misses, 0 cache not reusable
strsclnt: -- SSL: Server Certificate Validated.
strsclnt: -- SSL: Server Certificate Validated.
strsclnt: -- SSL: Server Certificate Validated.
strsclnt: -- SSL: Server Certificate Validated.
strsclnt: -- SSL: Server Certificate Validated.
strsclnt: -- SSL: Server Certificate Validated.
strsclnt: -- SSL: Server Certificate Validated.
Assertion failure: secmod_PrivateModuleCount == 0, at pk11util.c:120
strsclnt: 0 cache hits; 10 cache misses, 0 cache not reusable
strsclnt: NoReuse - 10 server certificates tested.
Abort - core dumped
strsclnt completed at Thu Apr 6 03:26:35 PDT 2006
biarritz[svbld]:/share/builds/mccrel3/security/securitytip/builds/20060406.1/wozzeck_Solaris8/mozilla/tests_results/security/biarritz.3/ext_client>
mdb core
Loading modules: [ libc.so.1 libuutil.so.1 ld.so.1 ]
>> $C
fffffd7fffdfee70 libc.so.1`_lwp_kill+0xa()
fffffd7fffdfee90 libc.so.1`raise+0x19()
fffffd7fffdfeee0 libc.so.1`abort+0x90()
fffffd7fffdfef40 libnspr4.so`PR_Assert+0x7e()
fffffd7fffdfef90 libnss3.so`SECMOD_Shutdown+0x217()
fffffd7fffdfefe0 libnss3.so`NSS_Shutdown+0x51()
fffffd7fffdff0e0 main+0xb0b()
fffffd7fffdff0f0 _start+0x6c()
>>
biarritz[svbld]:/share/builds/mccrel3/security/securitytip/builds/20060406.1/wozzeck_Solaris8/mozilla/tests_results/security/biarritz.3/ext_client>
pstack core
core 'core' of 26264: strsclnt -q -p 8444 -d ../ext_client -w nss -c 10
-C :C004 -N biarritz
fffffd7ffeebabaa _lwp_kill () + a
fffffd7ffee64c69 raise () + 19
fffffd7ffee47d10 abort () + 90
fffffd7fff08678e PR_Assert () + 7e
fffffd7fff1ea0d7 SECMOD_Shutdown () + 217
fffffd7fff17f6b1 NSS_Shutdown () + 51
000000000040febb main () + b0b
000000000040b96c ???????? ()
biarritz[svbld]:/share/builds/mccrel3/security/securitytip/builds/20060406.1/wozzeck_Solaris8/mozilla/tests_results/security/biarritz.3/ext_client>
Comment 1•19 years ago
|
||
Slavomir,
Thanks for filing this. It is a duplicate of an already known bug. The failure has been going on for weeks and I'm working on it, but it is hard because it is intermittent.
On another note, if you want someone to look at the bug, you need to CC and/or assign the bug to one of the NSS developers .
*** This bug has been marked as a duplicate of 331279 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•