[Date Prev][Date Next] [Chronological] [Thread] [Top]

ldap_unbind() dumps core



Hello,

I have the following code:

/* If the ldap server goes away here */
ret = ldap_search_st();
if (ret != LDAP_SUCCESS) {
    ldap_unbind();  /* this will dump */
}

This is on Solaris 8, the latest patches.  I looked thru the source and
ber_flush() in ldap_send_unbind() crashes which looks to be like the
write() system call.

Has anyone run into a such problem?

Thanks,
-Igor