Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
前段时间我曾经调试过一个应用程序,当它崩溃时,它会在崩溃文件代码部分位置中断,最近在调试它时,它崩溃了,但是当它中断时它只显示反汇编程序,是不是一些配置?我正在使用visual studio 2003(它还说故障地址是0x00000000)
可能的原因:
A.调试器没有找到崩溃模块的 PDB,因为:
1)这是一个发布版本。
2) 崩溃发生在系统 DLL 中。
B.内存严重损坏,调试器无法分析调用堆栈。