Closed
Bug 559911
Opened 16 years ago
Closed 9 years ago
sftk_DestroySession core dumps when reconnecting
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: davidhinz, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Build Identifier: NSS 3.11.4
On Solaris 10 when calling ldap_sasl_bind_s() the call chain eventually gets to sftk_DestroySession(). At this point the application core dumps. This only happens occasionally. (I think this is with NSS 3.11.4, it might be a slightly later version.)
Reproducible: Couldn't Reproduce
Steps to Reproduce:
1. Make a connection to ldap (SSL, EXTERNAL SASL connection) through ldap_sasl_bind_s().
2. When the LDAP server causes the connection to timeout make another connection through ldap_sasl_bind_s().
3.
A partial list of the stack dump. I couldn't get the last function call due to stack corruption(?).
???????
sftk_DestroySession()
NSC_CloseSession()
pk11_CloseSession()
PK11_DestroyContext()
ssl3_DestroySSL3Info()
ssl_DestroySocketContents()
ssl_FreeSocket()
ssl_DefClose()
ssl_Close()
prldap_close()
ldapssl_close()
nsldapi_free_connection()
nsldapi_handle_reconnect()
ldap_sasl_bind()
nsldapi_sasl_bind_s()
ldap_sasl_bind_s()
...
...
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•