Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C Set++/AIX heap debugger/memory corruption problem

Status
Not open for further replies.

dhollow

Programmer
May 25, 2001
1
US
Does anyone have experience debugging memory corruption
problems on AIX with these tools? The only debugger I
have to work with is xldb and we have no tool like Purify
that runs on AIX. I believe the bug has been in our code
for some time and that new code that does a lot of memory
allocation is just bringing it to light. The basic problem
is that pointers to a class are getting overwritten, and
so when we make a call to a member function via the
pointer, a segmentation violation occurs.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top