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.
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.