C
Chris Stankevitz
You guys are going to like this. I work on a very large (500,000 line)
native C++ project. VS started crasing recently and I've similified it down
to fifty lines (took me six hours).
Why is the debugger crashing?
Microsoft Visual C++ .NET 69462-270-0000007-18536
Steps to reproduce:
1. Download/extract sample.zip
2. Open sample.sln
3. Build the project
4. Place a breakpoint in SlamemApp.cpp line 44 (at function "f"). This is
required. ALso note that the function "f" is never called.
5. Launch the app in the debugger
6. VS stops responding
There are many things I can rename/reorder/eliminate to "fix" the problem,
but I don't want to bias your analysis.
Thanks so much for your help!
Zip file here:
http://www.stankevitz.com/visualstudio/sample.zip
Chris
native C++ project. VS started crasing recently and I've similified it down
to fifty lines (took me six hours).
Why is the debugger crashing?
Microsoft Visual C++ .NET 69462-270-0000007-18536
Steps to reproduce:
1. Download/extract sample.zip
2. Open sample.sln
3. Build the project
4. Place a breakpoint in SlamemApp.cpp line 44 (at function "f"). This is
required. ALso note that the function "f" is never called.
5. Launch the app in the debugger
6. VS stops responding
There are many things I can rename/reorder/eliminate to "fix" the problem,
but I don't want to bias your analysis.
Thanks so much for your help!
Zip file here:
http://www.stankevitz.com/visualstudio/sample.zip
Chris