Invalid Cache depth
-
-
I have an application in C++ (VC6.0 SP5 Win 2K) which runs fine in Debug and crashes in Release. In the output debug window, when running the app in the IDE, I get the following message "Invalid Cache depth". Anybody has a clue? Thanks to whoever has!
I don't know about the error, but you might want to take a look at XCrashReport - Exception Handling and Crash Reporting by Hans Dietrich. It covers debugging release mode applications.
-
I don't know about the error, but you might want to take a look at XCrashReport - Exception Handling and Crash Reporting by Hans Dietrich. It covers debugging release mode applications.
I did read his serie of articles. Unfortunately the bug seems to appear in the MFC dll, so nothing I can do there to trace some code. And the stack does not include any of my functions. There is also a very good article called Surving the release version, but I still have not found anything useful there either. Thanks!
-
I have an application in C++ (VC6.0 SP5 Win 2K) which runs fine in Debug and crashes in Release. In the output debug window, when running the app in the IDE, I get the following message "Invalid Cache depth". Anybody has a clue? Thanks to whoever has!