it seems it can be a .so problem. So look into that code. Other thing is to try to do a truss while you run that program to see where it fails
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: martes, 31 de mayo de 2005 14:47 To: Solaris-Users mailing list Subject: [Solaris-Users] ldap_get_values() Crashing Hi, I am trying to debug a customer crash of our application. From the GDB we can see that there is a crash in ldap_get_values(). Thread 1 (LWP 39 ): #0 0xfe8f5910 in ldap_get_values () from /opt/app/criticalpath/common/bin/directoryaccess.so #1 0xfe8eb60c in __1cPLDAP_GET_VALUES6FpnEldap_pnHldapmsg_pkwrppw_l_ () from /opt/app/criticalpath/common/bin/directoryaccess.so #2 0xfe8dd810 in __1cZCDirectorySearchOperationPProcessOneEntry6MpnEldap_pnHldapmsg__l_ () from /opt/app/criticalpath/common/bin/directoryaccess.so #3 0xfe8dd254 in __1cZCDirectorySearchOperationLStoreResult6MlpnLCLDAPResult__l_ () from /opt/app/criticalpath/common/bin/directoryaccess.so #4 0xfe8d9ac0 in __1cTCDirectoryOperationTParseAndStoreResult6MipnHldapmsg__l_ () from /opt/app/criticalpath/common/bin/directoryaccess.so #5 0xfe8cae54 in __1cQCDirectoryServerNWaitForResult6ML_b_ () from /opt/app/criticalpath/common/bin/directoryaccess.so #6 0xfe8c9258 in __1cQCDirectoryServerMResultThread6FpnHCThread__v_ () from /opt/app/criticalpath/common/bin/directoryaccess.so #7 0xff03751c in CThread_StartHelper () from /opt/app/criticalpath/common/bin/libmdsutils.so I tried to find conditions in which this function would crash. But didn't find anything fruitful yet. Any suggestions as to how can we debug this? How can I find whats causing the crash in the function. The limitation over here is that the deployment is at the customer side so we can't run the code in debug mode. Thanks, Mayuresh. _______________________________________________ Solaris-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/solaris-users _______________________________________________ Solaris-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/solaris-users
