Re: Fatal core dump on using Purify instrumented binary on Solaris.

2008-08-13 Thread Sanjith Chungath
Thanks a lot David for the detailed explanation. I am analyzing our code now. our functions is shown below. pls check if you can quickly find any mistake there. int testParseKeystore ( const char *keyStoreFilePath, const char *password, EVP_PKEY **priKey, X

RE: Fatal core dump on using Purify instrumented binary on Solaris.

2008-08-12 Thread David Schwartz
> hi all, > We are using openssl 0.9.8g with our product and everything > worked fine till now. We are now trying to check memory leak > in our code using Purify. But unfortunately our executable core > dumped soon after it called PKCS12_parse(). I have attached the > entire purify log file. pleas