Buffer overruns

  • Thread starter Thread starter kelvin.koogan
  • Start date Start date
K

kelvin.koogan

Anyone any good ways of debugging buffer overruns? The buffer overrun
seems to be detected during garbage collection, judging by the call
stack, so I have no idea where the actual overrun took place. Is there
anyway I can get a handle on the buffer which is experiencing the
problem?

Googling the problem suggests using windbg, but I'm not having any joy
with that.

TIA,
KK
 
Back
Top