<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Symbol file warnings in WinDbg 6.8.0004.0</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2007/11/08/symbol-file-warnings-in-windbg-6800040/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Wed, 06 May 2026 18:22:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Taed</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/11/08/symbol-file-warnings-in-windbg-6800040/#comment-419001</link>
		<dc:creator>Taed</dc:creator>
		<pubDate>Sun, 05 Feb 2012 00:00:42 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/11/08/symbol-file-warnings-in-windbg-6800040/#comment-419001</guid>
		<description>I just ran into this and did an upgrade, and it does NOT happen with 6.12.0002.633.  Yay!</description>
		<content:encoded><![CDATA[<p>I just ran into this and did an upgrade, and it does NOT happen with 6.12.0002.633.  Yay!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manvendra Kumar</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/11/08/symbol-file-warnings-in-windbg-6800040/#comment-67842</link>
		<dc:creator>Manvendra Kumar</dc:creator>
		<pubDate>Wed, 11 Mar 2009 06:22:23 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/11/08/symbol-file-warnings-in-windbg-6800040/#comment-67842</guid>
		<description>Also Happens with windbg:6.11.0001.402 x86

*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: kernel32!pNlsUserInfo                         ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: kernel32!pNlsUserInfo                         ***
***                                                                   ***
*************************************************************************


but when i checked for symbols it was loaded.
0:000&#62; lmv m kernel32
start    end        module name
77e40000 77f42000   kernel32   (pdb symbols)          c:\symcache\kernel32.pdb\7FD4C98964054C24B2C472948D829DF52\kernel32.pdb
    Loaded symbol image file: kernel32.dll
    Image path: C:\WINNT\system32\kernel32.dll
    Image name: kernel32.dll
    Timestamp:        Wed Apr 18 21:55:36 2007 (46264680)
    CheckSum:         001083FC
    ImageSize:        00102000
    File version:     5.2.3790.4062
    Product version:  5.2.3790.4062
    File flags:       0 (Mask 3F)
    File OS:          40004 NT Win32
    File type:        2.0 Dll
    File date:        00000000.00000000
    Translations:     0409.04b0
    CompanyName:      Microsoft Corporation
    ProductName:      Microsoft® Windows® Operating System
    InternalName:     kernel32
    OriginalFilename: kernel32
    ProductVersion:   5.2.3790.4062
    FileVersion:      5.2.3790.4062 (srv03_sp2_gdr.070417-0203)
    FileDescription:  Windows NT BASE API Client DLL
    LegalCopyright:   © Microsoft Corporation. All rights reserved.</description>
		<content:encoded><![CDATA[<p>Also Happens with windbg:6.11.0001.402 x86</p>
<p>*************************************************************************<br />
***                                                                   ***<br />
***                                                                   ***<br />
***    Your debugger is not using the correct symbols                 ***<br />
***                                                                   ***<br />
***    In order for this command to work properly, your symbol path   ***<br />
***    must point to .pdb files that have full type information.      ***<br />
***                                                                   ***<br />
***    Certain .pdb files (such as the public OS symbols) do not      ***<br />
***    contain the required information.  Contact the group that      ***<br />
***    provided you with these symbols if you need this command to    ***<br />
***    work.                                                          ***<br />
***                                                                   ***<br />
***    Type referenced: kernel32!pNlsUserInfo                         ***<br />
***                                                                   ***<br />
*************************************************************************<br />
*************************************************************************<br />
***                                                                   ***<br />
***                                                                   ***<br />
***    Your debugger is not using the correct symbols                 ***<br />
***                                                                   ***<br />
***    In order for this command to work properly, your symbol path   ***<br />
***    must point to .pdb files that have full type information.      ***<br />
***                                                                   ***<br />
***    Certain .pdb files (such as the public OS symbols) do not      ***<br />
***    contain the required information.  Contact the group that      ***<br />
***    provided you with these symbols if you need this command to    ***<br />
***    work.                                                          ***<br />
***                                                                   ***<br />
***    Type referenced: kernel32!pNlsUserInfo                         ***<br />
***                                                                   ***<br />
*************************************************************************</p>
<p>but when i checked for symbols it was loaded.<br />
0:000&gt; lmv m kernel32<br />
start    end        module name<br />
77e40000 77f42000   kernel32   (pdb symbols)          c:\symcache\kernel32.pdb\7FD4C98964054C24B2C472948D829DF52\kernel32.pdb<br />
    Loaded symbol image file: kernel32.dll<br />
    Image path: C:\WINNT\system32\kernel32.dll<br />
    Image name: kernel32.dll<br />
    Timestamp:        Wed Apr 18 21:55:36 2007 (46264680)<br />
    CheckSum:         001083FC<br />
    ImageSize:        00102000<br />
    File version:     5.2.3790.4062<br />
    Product version:  5.2.3790.4062<br />
    File flags:       0 (Mask 3F)<br />
    File OS:          40004 NT Win32<br />
    File type:        2.0 Dll<br />
    File date:        00000000.00000000<br />
    Translations:     0409.04b0<br />
    CompanyName:      Microsoft Corporation<br />
    ProductName:      Microsoft® Windows® Operating System<br />
    InternalName:     kernel32<br />
    OriginalFilename: kernel32<br />
    ProductVersion:   5.2.3790.4062<br />
    FileVersion:      5.2.3790.4062 (srv03_sp2_gdr.070417-0203)<br />
    FileDescription:  Windows NT BASE API Client DLL<br />
    LegalCopyright:   © Microsoft Corporation. All rights reserved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/11/08/symbol-file-warnings-in-windbg-6800040/#comment-61908</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 09 Jan 2009 21:10:57 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/11/08/symbol-file-warnings-in-windbg-6800040/#comment-61908</guid>
		<description>Also happens in WinDbg 6.10.3.233

Appears to be a known WinDbg problem that still needs to be fixed:
http://www.eggheadcafe.com/software/aspnet/33050264/symbols-mismatch.aspx</description>
		<content:encoded><![CDATA[<p>Also happens in WinDbg 6.10.3.233</p>
<p>Appears to be a known WinDbg problem that still needs to be fixed:<br />
<a href="http://www.eggheadcafe.com/software/aspnet/33050264/symbols-mismatch.aspx" rel="nofollow">http://www.eggheadcafe.com/software/aspnet/33050264/symbols-mismatch.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
