heap-corruption
How to turn GCStress on in Windows 7?
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.[详细]
2023-04-08 23:54 分类:问答What MDAs are useful to track a heap corruption?
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).[详细]
2023-04-08 00:05 分类:问答.NET 4: Can the managed code alone cause a heap corruption?
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[详细]
2023-04-07 20:37 分类:问答What tools are available to detect heap corruption in .NET/C# program?
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[详细]
2023-04-06 01:34 分类:问答How to debug heap corruption on armv5
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.[详细]
2023-04-05 19:22 分类:问答Heap corruption
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[详细]
2023-04-04 04:17 分类:问答Invalid Address specified to RtlFreeHeap When use Smart Card to Sign (C++)
I am using C++ and Visual Studio 2010. When I use a smart card to perform signature appears: \"When program finished.\"[详细]
2023-03-30 21:00 分类:问答Invalid write size of 4 with matrix class (using valgrind)
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).[详细]
2023-03-28 02:25 分类:问答How to debug corruption in the managed heap
My program throws an error which it cannot handle by a catch(Exception e) block and then it crashes: Access Violation Corrupted State Exception.[详细]
2023-03-27 23:27 分类:问答unknown C++ heap-corruption in InDev bit based encryption program, new to C++ programming
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[详细]
2023-03-26 08:25 分类:问答