The good memory debugging tool in AIX ?


 
Thread Tools Search this Thread
Operating Systems AIX The good memory debugging tool in AIX ?
# 1  
Old 05-13-2014
The good memory debugging tool in AIX ?

Hi,
What's the good open-source debugger & memory analyzer for C programs in AIX ?
# 2  
Old 05-14-2014
Hi,

i dont know a special Tool but maybe this site (AIX Tools) will help you:

Tools to aid debugging on AIX

Regards
This User Gave Thanks to -=XrAy=- For This Post:
# 3  
Old 05-14-2014
Thanks XrAy, but I need an open source memory debugger program used by software developers to detect memory access errors in C programs, similar to Purify or Insure++..
# 4  
Old 05-15-2014
Try the GNU debugger ("gdb") if you compiled your program with the GNU-C compiler. You get all sorts of GNU tools from Michael Perzls site with Freeware for AIX.

I hope this helps.

bakunin
These 2 Users Gave Thanks to bakunin For This Post:
# 5  
Old 05-15-2014
thanks Bakunin Smilie that's what I'm looking for
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Tool suggestion for collection CPU/memory Stats

Hi, We have around 1000 server (Red Hat + Suse + Parallels + Solaris-9/10/11). Every month, we generate a report for all servers for CPU and Memory utilization in 'percentage used'. This report is generated from HP Openview and frequency is every file minutes. In HP OpenView, we are picking 20... (0 Replies)
Discussion started by: solaris_1977
0 Replies

2. UNIX for Advanced & Expert Users

Which memory test tool is popular on CentOS 6?

Hi, Which tools or method is popular, simple and effective, to check memory such as bad sector, throughput and performance? Thank you. - j (5 Replies)
Discussion started by: hce
5 Replies

3. AIX

Urgent!! Debugging tool for cobol in AIX

hi folks, I am a new to Aix, i worked as sys admin so no idea about software probs, my software team requires Debugging tool for cobol in AIX machine. can someone tell me the tool and also the installation procedure for the same Please drag me out from this soon :confused: (1 Reply)
Discussion started by: atulgkwd
1 Replies

4. AIX

Debugging a service in AIX 5.3

Hi, I am a newbie on the AIX front....I am at present faced with a problem of a service eating up my client's CPU. To be more specific....My client uses backup exec for backing up (v 12.0). The moment I start a backup the beremote.exe (backup exec remote agent for unix, RALUS) service uses... (4 Replies)
Discussion started by: dkn1979
4 Replies

5. Programming

Debugging 64bit code with gdb and ddd in AIX

I'm trying to use the GDB debugger and DDD to debug 64bit code. It seems that the AIX toolkit gdb version 6.0 works with 64bit code. But the ddd tool when running gdb gives the following errors : Starting program: <my binary> <my params> warning: "": not in executable format: There is an input... (2 Replies)
Discussion started by: bean66
2 Replies

6. Programming

Tool for finding memory leaks

hi, i am a c++ programmer working on linux(redhat linux8.0) environment, i need to find out the memory leaks, so far i didn't used any tools, so what are the tools are available, and whic one is good to use. plz provide with a small example. (1 Reply)
Discussion started by: sarwan
1 Replies

7. UNIX for Dummies Questions & Answers

Comman/Tool to check memory leak in solaris box

Hello Guys, Please let me know about commands or tools that are available to check memory leak in solaris box. Thanks in Advance (1 Reply)
Discussion started by: rajeshlbryan
1 Replies

8. AIX

If there is anyone who is very good at AIX 5.1..

I have two drawers with two BD servers and App servers of RS/6000 630 model being installed in the bank.. We don't have any specialists for AIX.. And I'm having problems with setting up the network.. Actually I'm so much fed up with that darn FC switches.. I did not manage to make so that the... (7 Replies)
Discussion started by: dilshik
7 Replies

9. UNIX for Advanced & Expert Users

vmproc tool-virtual memory

Hi All I am new to this wonderful message forum.I have high hopes on all the members in helping me out.I am looking out for a tool on HPUX which does work similarly to vmproc on TRU64.I am providing the information about vmproc just in case you know a tool giving similar results on HPUX do tell... (4 Replies)
Discussion started by: Shobhit
4 Replies
Login or Register to Ask a Question