Are the VS2015 64-bit MFC symbols on the Microsoft Symbol Server?

时光怂恿深爱的人放手 提交于 2019-12-08 06:52:50

问题


I'm trying to debug a crash/minidump from a customer who was running 64-bit software. The symbols for mfc140u.dll are not loading even though I'm downloading from the "Microsoft Symbols Servers" in Symbol Settings. Looking at the symbol cache, the PDBs for mfc140u.i386 are available.

Is there any way to confirm these symbols are available from that server? Are there instructions to get them from somewhere else that I need to find?

In C:\Windows\System32 the mfc140u.dll is version 14.0.23918.0. The dump file is looking for version 14.00.23506.0.

The symbols for these DLLs are also not loading:

  • msvcp140.dll (looking for 14.00.23506.0)
  • VCRUNTIME140.dll (looking for 14.00.23506.0)

回答1:


I'm able to get all 3 PDBs with a tool called PDB Downloader. Get them from my dropbox and put them into your local symbol cache folder.



来源:https://stackoverflow.com/questions/37391637/are-the-vs2015-64-bit-mfc-symbols-on-the-microsoft-symbol-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!