我正在通过 VS2008 的 JIT 调试器查看未处理的异常。谁能给我一些指示是怎么回事?调用堆栈没有指向代码中的任何地方。并且很确定代码会尝试捕获所有异常。
msvcr90.dll!_crt_debugger_hook(int _Reserved=0) Line 65
msvcr90.dll!_invoke_watson(const wchar_t* pszExpression=0x00000000, const wchar_t* pszFunction=0x00000000 ....
msvcr90.dll!fgets(char* string=0x30ebf7c4, int count=15, _iobuf* str=0x00000000) Line 55 + 0x20 bytes
MyProgram.exe!00443faf()
[Frames below may be incorrect and/or missing, no symbols loaded for MyProgram.exe]
MyProgram.exe!0046b639()
ws2_32.dll!71c044c0()
ws2_32.dll!71c023ec()
ws2_32.dll!71c0357b()
msvcr90.dll!malloc(unsigned int size=0) Line 163 + 0x5f bytes
ffffffff()