Tuesday, December 7, 2010

Rational Purify: recommended settings

Tip  - Purify'd application crashes often . There are many recommended methods to make the purify application to do  the real  job.  
Details  -
1. Build with the Recommended Microsoft Visual Studio settings. ( http://www-01.ibm.com/support/docview.wss?us=993&uid=swg21265414 )
2. Stop unnecessary processes on your system. Some unrelated process running on the system could cause this problem. Antivirus software is a common process that causes problem with PurifyPlus. Other background processes, such as one for dual-monitor display, could cause the problem, as well.
3. Instrument third party modules in Exclude mode. There may be a third party module that behaves unexpectedly when instrumented. You can instrument those modules in Exclude mode to try to get past the error.
4. Remove the <exe>_pure.ini file. Purify generates an ini file (used for storing Purify settings for that executable) named after the executable being instrumented.

Reference         -


Posted By :Praveen E

No comments:

Post a Comment