Re: find leak of constant size in vc6

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



You can try this:
http://www.codeproject.com/KB/applications/visualleakdetector.aspx

I use Compuware's BoundsChecker but that costs money.

AliR.


".rhavin grobert" <clqrq@xxxxxxxx> wrote in message
news:a53317b7-a15e-4383-975e-20827f0f42d2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
i get the following message:

{3159} normal block at 0x00A77200, 128014 bytes long.
Data: < > 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00

...and i'd like to fix it. the problem is: i dont know how. im used to
click on a leak to find the corresponding new, but clicking on it does
nothing. there is no magic number 128014 resp. 0x01f40e in my code but
the size is always the same, just the position changes.

is there any way to do a runtime "show me where you (i?) allocated
128014 bytes and what pointer(s) point to it!"...?

THX, .rhavin;)


.



Relevant Pages

  • Re: Sweet Success
    ... > make a change and it screws up the computer, it costs my company money for ... > me to fix it (whether I fix it myself, or hire someone else to do it for ... but guess what - it costs money to replace ... If they have console access, and there is any media access, there is no ...
    (RedHat)
  • find leak of constant size in vc6
    ... normal block at 0x00A77200, 128014 bytes long. ... ....and i'd like to fix it. ... the problem is: i dont know how. ... THX, .rhavin;) ...
    (microsoft.public.vc.mfc)