WinDbg can't find mfc90 version 9.0.30729.4148 symbols on msdl.microsoft.com

Posted by Simon Hofverberg on Stack Overflow See other posts from Stack Overflow or by Simon Hofverberg
Published on 2010-05-06T11:35:55Z Indexed on 2010/05/07 10:18 UTC
Read the original article Hit count: 329

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about mfc

Related posts about symbols