views:

202

answers:

0

I think the title states my problem fairly well. Where are those mfc symbols?

Some background info:

  • I have a crash dump that I want to analyze in WinDbg.
  • My symbol path contains msdl.microsoft.com/download/symbols (and it says h t t p first but I'm a new user here so I'm not allowed to write that twice.
  • The 9.0.30729.4148 version seems to be installed by some Windows update
  • When a dump contains an earlier version of mfc90, it is located by WinDbg on the Microsoft symbol server with the same settings.
  • When I use !sym noisy, the output for mfc90.dll contains:
    SYMSRV: http://msdl.microsoft.com/download/symbols/mfc90.dll/4A596D4939c000/mfc90.dll not found
  • The same thing happens on two different computers

Edit: See my comments below.
The symbols are present on the server, but WinDbg can't get them.