C++ Builder IDE >> purify

by grahamoh » Wed, 17 Aug 2005 21:18:04 GMT


Hi,

I'm about to embark on some memory cleanup for an already deployed application. My preferred memory analysis tool is purify which (imho) is both intuitive and accurate. I have 2 questions;

1) the existing development team had problems in the past using purify with c++ builder and therefore reverted to another tool. Am I correct in thinking that borland c++ builder is not supported by purify? I know that's a little off topic but I just wanted to confirm it here as I will not persue IBM/Rational if I get a definitive from this group. If it's not possible to use purify (reliably) what memory analysis tools work best with borland?

2) In order to do stress testing, I intend to remove the GUI front from the application and instead build a console application that takes command line parameters. This will allow me to run tight loops of various pieces of the application and simulate multiple clients using threading and will thus allow me greater control over testing (i.e. I won't be dependent on user input, I can instead feed the console app a config file with my instructions inside). Is there any guides out there on what is necessary. I am coming from a build perspective here, not a logic (the logic is my responsibility). I just want to know what DLL's/flags/options I need to switch in the build env. to move from a GUI app to a console app. Maybe it's easier than I am imagining, though I'm not sure.

thanks much for your help.

Grahamo


Similar Threads

1. Rational Purify vs. Ratoinal Purify Plus

2. Rational's Purify Plus for sale

I have a legitimate copy of Rational's Purify Plus for sale.  Comes
with the manuals and everything.  It's a great product but I don't
have much use for it anymore since the project has switch platforms
and languages.  If anyone is interested in making me an offer for it
let me know.  If you go check out their website you will see it's not
a cheap piece of software.

 XXXX@XXXXX.COM 

3. Array Bounds Errors in Purify

4. How to use Rational Rose Purify to find the memory leaks in ASP-COM application

Hi, I am new to Rational Rose Purify. Could anyone tell me how to use
the Ratonal Rose Purify to find the memory leaks in ASP-COM apps ( I
meant.. ASP-Client, ATL Dll - server)

5. Memory leak not listed in rational purify

6. Alternative to rational Purify

hi
Does anyone know alternative to ration Purify 
i basically want to review a code for any memory leaks , buffer overflow .

i have used deleaker which comes with one evaluation . i looked good . 
but i didnt find any open source version or freeeware . 


7. purify message

8. Purify shows memory leak in call to API Setlocale

I am getting memory leak for the following statement,
setlocale( LC_ALL, "" );

Can anyone help me in to fix this.

Thanks,
VJ