Board index » Visual Studio » systematic debugging of random freeze in debug mode
|
rajeevd45
|
systematic debugging of random freeze in debug mode
Visual Studio140
My code contains a loop that has to perform calculations on data streamed from a circular buffer. The calculation has to be performed 50,000+ times (about 30 ms per cycle) spitting out a number after each cycle. The thing freezes in a poissonic manner (i.e. sometimes after 10 seconds of data aquizition, sometimes after 10 min of data aquizition, etc). I do have the debugger attached. The program just stops responding and I only can terminate it by "Debug->Stop debugging". There are no indiciations in the Debug output window which would warn me of the onset of the freeze. Since the freeze happens randomly, and I don't see any feedback in the debugger, I am puzzled how I can systematically debug this thing. Can anyone give a spepific advice on where I could start? - |
