heap-corruption Questions
1
Solved
I know that I can use WinDbg+PageHeap+ApplicationVerifier - Microsoft tools.
I read there are many tools available for C++ and wonder if there is something similar exists for C#?
Rossi asked 19/9, 2011 at 12:56
4
Solved
In a case of a heap corruption, can new throw?
If I understand it correctly, in a case of a heap corruption, all bets are off, and anything can happen. Is this correct?
Eelgrass asked 6/7, 2011 at 7:17
4
Solved
I have a class as follows
struct CliHandler {
CliHandler(int argc, char** argv);
~CliHandler();
int doWork();
int argc_;
char** argv_;
private:
CliHandler(const CliHandler&){}
Cl...
Hylton asked 9/5, 2011 at 19:38
7
About the application
It runs on Windows XP Professional SP2.
It's built with Microsoft Visual C++ 6.0 with Service Pack 6.
It's MFC based.
It uses several external dlls (e.g. Xerces, ZLib or AC...
Giron asked 7/4, 2010 at 15:27
10
Solved
I'm a member in a team that use Delphi 2007 for a larger application and we suspect heap corruption because sometimes there are strange bugs that have no other explanation.
I believe that the Rang...
Undersize asked 10/12, 2009 at 9:30
© 2022 - 2024 — McMap. All rights reserved.