我使用 Visual Studio 在调试模式下启动我的程序,但是当它崩溃时,Visual Studio 似乎没有捕获到错误。我根本没有得到执行堆栈。
当我启动应用程序时,我可以在 Visual Studio 的输出中看到这条消息:
'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
有人可以帮助我吗?我真的不知道我可以给你什么信息,所以请询问!
谢谢。
配置:Visual Studio C++ 2010 Premium Windows server 2008
在输出中,最后的消息是(法语对不起,但如果需要我可以翻译一些句子)
'app.exe' : Chargé 'C:\Windows\SysWOW64\msimg32.dll', Cannot find or open the PDB file.
Exception de première chance à 0x0048d6f7 dans app.exe : 0xC0000005: Violation d'accès lors de la lecture de l'emplacement 0x0000aa96.
'app.exe' : Déchargé 'C:\Windows\SysWOW64\msimg32.dll'
'app.exe' : Déchargé 'C:\Windows\SysWOW64\WSHTCPIP.DLL'
'app.exe' : Déchargé 'C:\Windows\SysWOW64\nlaapi.dll'
'app.exe' : Déchargé 'C:\Windows\SysWOW64\NapiNSP.dll'
'app.exe' : Déchargé 'C:\Windows\SysWOW64\winrnr.dll'
'app.exe' : Déchargé 'C:\Windows\SysWOW64\FWPUCLNT.DLL'
Le thread 'Thread Win32' (0x1840) s'est arrêté avec le code 1 (0x1).
Le thread 'Thread Win32' (0x4740) s'est arrêté avec le code 1 (0x1).
Le thread 'Thread Win32' (0x2554) s'est arrêté avec le code 1 (0x1).
Le thread 'Thread Win32' (0x743c) s'est arrêté avec le code 1 (0x1).
Le thread 'Thread Win32' (0x3f2c) s'est arrêté avec le code 1 (0x1).
Le programme '[1780] app.exe: Natif' s'est arrêté avec le code 1 (0x1).
注意:PDB 上的线程:PDB 自动下载