I am debugging a GC heap corruption and came to the step where I want to try running the program under WinDbg + PageHeap + AppVerifier + GCStress.
I have a heap corruption in a .NET/C# program and cannot track it with WinDbg + PageHeap + Application Verifier. In the next step, I plan to use Managed Debugging Assistants (MDAs).
I have a heap corruption in my multi-threaded managed program. Doing some tests I found that the corruption happens only when the background threads active in the program (they are switchable). The th
I know that I can use WinDbg+PageHeap+ApplicationVer开发者_如何学JAVAifier - Microsoft tools. I read there are many tools available for C++ and wonder if there is something similar exists for C#?Thes
I am on linux on an embedded dev开发者_如何学编程ice. My architecture is armv5. My fairly large (~30kloc) has some kind of heap corruption that happens over time.
I don\'t even know where to start... Visual Studio keeps giving me a heap corruption error when I close my program. The position it breaks at varies. During the 40+ hours I have spent changing my code
I am using C++ and Visual Studio 2010. When I use a smart card to perform signature appears: \"When program finished.\"
I have a simple matrix class I\'ve made for use with opengl (es 2.0, afaik there isn\'t any built in version for that particular version of opengl).
My program throws an error which it cannot handle by a catch(Exception e) block and then it crashes: Access Violation Corrupted State Exception.
Ok, I\'ve been trying to self learn C++ and as such decided to try make an encrypt/decrypt program. The idea is to open a file and edit bits according to the password. I\'m having some problems with m