<?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: WinDbg has been updated to version 6.8.4.0</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2007/11/07/windbg-has-been-updated-to-version-6840/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Wed, 06 May 2026 20:33:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: pawan</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/11/07/windbg-has-been-updated-to-version-6840/#comment-137590</link>
		<dc:creator>pawan</dc:creator>
		<pubDate>Wed, 24 Mar 2010 11:07:53 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/11/07/windbg-has-been-updated-to-version-6840/#comment-137590</guid>
		<description>my windows debugger is showing error again and again
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: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    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: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
Probably caused by : ntoskrnl.exe ( nt+129989 )

please tell me what should i do to exactly find the problem</description>
		<content:encoded><![CDATA[<p>my windows debugger is showing error again and again<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: nt!_KPRCB                                     ***<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: nt!_KPRCB                                     ***<br />
***                                                                   ***<br />
*************************************************************************<br />
Probably caused by : ntoskrnl.exe ( nt+129989 )</p>
<p>please tell me what should i do to exactly find the problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/11/07/windbg-has-been-updated-to-version-6840/#comment-10228</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Thu, 08 Nov 2007 15:57:53 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/11/07/windbg-has-been-updated-to-version-6840/#comment-10228</guid>
		<description>Seems the new version of WinDbg generates the following messages (which can be ignored) when I open user dumps and also complete memory dumps and apply !analyze -v:

0:000&gt; !analyze -v
****************************************
*                                                                
*                        Exception Analysis               
*                                                                
****************************************

****************************************
*** 
***    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
***                                          
*****************************************</description>
		<content:encoded><![CDATA[<p>Seems the new version of WinDbg generates the following messages (which can be ignored) when I open user dumps and also complete memory dumps and apply !analyze -v:</p>
<p>0:000> !analyze -v<br />
****************************************<br />
*<br />
*                        Exception Analysis<br />
*<br />
****************************************</p>
<p>****************************************<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 />
***    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>
]]></content:encoded>
	</item>
	<item>
		<title>By: ClickF1</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/11/07/windbg-has-been-updated-to-version-6840/#comment-10181</link>
		<dc:creator>ClickF1</dc:creator>
		<pubDate>Thu, 08 Nov 2007 03:53:21 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/11/07/windbg-has-been-updated-to-version-6840/#comment-10181</guid>
		<description>Super ! Congrats !</description>
		<content:encoded><![CDATA[<p>Super ! Congrats !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
