heap-corruption
First Chance exception in ntdll 0XC0000005 Windbg
Please help me analyze this crash dump . This is my last resort. We have a windows COM/DCOM service that crashes with this dump. It looks as if there is some heap corruption going on here. This crash[详细]
2023-01-27 20:00 分类:问答Passing unmanaged array to a Managed Thread. - memory corruption
I\'m a newbie for .Net and trying to use managed threading. I couldn\'t find any problem in my code, but it triggers an exception when the Thread Ends.[详细]
2023-01-27 09:43 分类:问答Heap corruption when deleting a string
Here is my code: std::string readString() { int strLen = Read<int>(); char* rawString = new char[strLen];[详细]
2023-01-26 07:40 分类:问答Heap corruption in C
int main () { int * b; b = (int*) malloc (1); *b=110000; free (b); return 0; } Why does heap corruption happen at free (b);?[详细]
2023-01-19 16:31 分类:问答Heap Corruption Error when deleting a pointer
I get a heap corruption error when deleting a pointer. For 开发者_开发技巧this project, the linking parameter for Randomized Base Address is set to Disable Image Randomization. Not sure why that is se[详细]
2023-01-05 22:18 分类:问答multiple calls to realloc() seems to cause a heap corruption
What\'s the problem with this code? It crashes every time. One time it\'s a failed assertion \"_ASSERTE(_CrtIsValidHeapPointer(pUserData));\", other times it is just a \"heap corrpuption\" error.[详细]
2023-01-02 09:54 分类:问答Why am I getting 'Heap Corruption'?
Please don\'t crucify me for this one. I decided it might be good to use a char* because the string I intended to build was of a known size. I am also aware that if timeinfo->tm_hour returns something[详细]
2022-12-27 14:17 分类:问答C++/msvc6 application crashes due to heap corruption, any hints?
About the application It runs on Windows XP Professional SP2. It\'s built with Microsoft Visual C++ 6.0 with Service Pack 6.[详细]
2022-12-25 18:39 分类:问答What does "zend_mm_heap corrupted" mean
All of the sud开发者_如何学Goden I\'ve been having problems with my application that I\'ve never had before.I decided to check the Apache\'s error log, and I found an error message saying \"zend_mm_he[详细]
2022-12-19 18:51 分类:问答Debugging parameter corruption in C++?
I\'ve got a plugin system in my project (running on linux), and part of this is that plugins have a \"run\" method such as:[详细]
2022-12-15 13:03 分类:问答