Re: Cannot create keystore using Purify instrumented binaries.

2008-10-25 Thread Sanjith Chungath
Thanks to all for information. Special thanks to Geoff for mentioning the assembly code. As he mentioned the assembly code was making thousands of UMRs and the code dump in Purify instrumented code. I was able to complete my test cases and found few memory leaks in our code. Thanks again for the h

Re: Cannot create keystore using Purify instrumented binaries.

2008-10-02 Thread Tim Hudson
Sanjith Chungath wrote: I am getting thousands of UMRs and finally one segmentation error and a core dump while trying to create a keystore. Am using 0.9.8g. Everything works fine without purify. I also tried rebuilding openssl with PURIFY" compiler option. But that also didnt help me. Compi

Re: Cannot create keystore using Purify instrumented binaries.

2008-10-02 Thread Geoff Thorpe
On Thursday 02 October 2008 06:40:53 Sanjith Chungath wrote: > I am getting thousands of UMRs and finally one segmentation error and > a core dump while trying to create a keystore. Am using 0.9.8g. > Everything works fine without purify. I also tried rebuilding openssl > with PURIFY" compiler opti