- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory leak detection tool needed for C/C++ progra...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 09:31 PM
06-26-2006 09:31 PM
Memory leak detection tool needed for C/C++ programs on HP
I am in search of memory leak detection tool on HP. I have not found any simple tool to do this on HP.
Can any one suggest me the URL to down load the tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 09:41 PM
06-26-2006 09:41 PM
Re: Memory leak detection tool needed for C/C++ programs on HP
You can try Parasoft Insure++: http://h21007.www2.hp.com/dspp/mop/mop_partner_product_detail_IDX/1,1331,221,00.html
Also, check this thread http://h21007.www2.hp.com/dspp/ml/showArchiveMessage/1,,4!04!06!0030,00.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 09:41 PM
06-26-2006 09:41 PM
Re: Memory leak detection tool needed for C/C++ programs on HP
On your application CD is a 60 day trial to Glance/Glance Plus.
This will provide you the ability to use a GUI to monitor the process or processes involved.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 01:45 AM
06-27-2006 01:45 AM
Re: Memory leak detection tool needed for C/C++ programs on HP
I recommend PURIFY - very good, but that is not freeware:
http://www-306.ibm.com/software/awdtools/purify/unix/
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 02:04 AM
06-27-2006 02:04 AM
Re: Memory leak detection tool needed for C/C++ programs on HP
Here are a few freebies from the Porting and Archive Centre for HP-UX:
mpr-2.2
=======
http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/mpr-2.2/
Mpr finds malloc and realloc memory leaks and memory allocation statistics by using a simple, brute force strategy, it logs all malloc and free calls to a file and post processes this log file when the program terminates.
dmalloc-5.4.2
=============
http://hpux.connect.org.uk/hppd/hpux/Users/dmalloc-5.4.2/
The debug memory allocation or dmalloc library has been designed as a drop in replacement for the system's malloc, realloc, alloc, free and other memory management routines while providing powerful debugging facilities configurable at runtime. These facilities include such things as memory-leak tracking, fence-post write detection, file and line number reporting, and general logging of statistics.
I've never tried either of these, so I can't comment on how well they work.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 05:50 PM
06-27-2006 05:50 PM
Re: Memory leak detection tool needed for C/C++ programs on HP
When i am using sources to build it is not building mpr binaries.
So i am not able to use souce downlod to build binaries and use them.
And i downloded depot but installation of this depot will install only doc directory.
Can you extend help by telling what all i should for HP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 11:26 PM
06-27-2006 11:26 PM
Re: Memory leak detection tool needed for C/C++ programs on HP
Check www.hp.com/go/wdb/ - you may need access to DSPP to get it - I'm not sure.