my 64bit app (Windows) is having a crash. I have not been able to make anything by either code examination or by examining the state in debugger. (VS2008)
with some instrumented code that performs periodic checks of the values object instance . This object that appears to be in an inconsistent state and generates an access violation when we attempt to free its members. It contains several member variables with very narrow value ranges that can serve as a test of the overall object consistency. Thoughts? any tools that would help discover the reason?