14 years ago
How do you locate a memory bounds error?
I have a C++ application program. I ran it under AQtime using the allocation profiler with the "check memory bounds" option selected.
In the event view panel, there are several of the following messages:
Debug string: AQtime detected unexpected data written after a memory block.
I tried to find more information about this, but I wasn't able to find anything that indicated what line generated this message nor even what class the object corresponding to the memory block belongs to. In short, I wasn't able to find any additional information beyond the preceding error message. How can I locate the source of the error?
-- Glenn C. Rhoads