 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows Enterprise Desktop &#187; crash dumps</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/vista-enterprise-desktop/tag/crash-dumps/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/vista-enterprise-desktop</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 17:05:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Digging into Crash Dumps? Try Dumpchk first</title>
		<link>http://itknowledgeexchange.techtarget.com/vista-enterprise-desktop/digging-into-crash-dumps-try-dumpchk-first/</link>
		<comments>http://itknowledgeexchange.techtarget.com/vista-enterprise-desktop/digging-into-crash-dumps-try-dumpchk-first/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 21:37:47 +0000</pubDate>
		<dc:creator>Ed Tittel</dc:creator>
				<category><![CDATA[crash dumps]]></category>
		<category><![CDATA[Desktops]]></category>
		<category><![CDATA[Dumpchk.exe]]></category>
		<category><![CDATA[Enterprise desktop]]></category>
		<category><![CDATA[Windbg.exe]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows Vista SP1]]></category>
		<category><![CDATA[Windows Vista troubleshooting]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/vista-enterprise-desktop/digging-into-crash-dumps-try-dumpchk-first/</guid>
		<description><![CDATA[There&#8217;s no question that the Windows Debugger (windbg.exe) is a nonpareil tool when it comes to troubleshooting source code or digging into Vista crashdumps. But with the program&#8217;s requirement for current debug symbols, complex syntax (the downside of amazing functionality is detailed and demanding syntax), and vast power comes a certain amount of effort required [...]]]></description>
				<content:encoded><![CDATA[<p>There&#8217;s no question that the Windows Debugger (windbg.exe) is a nonpareil tool when it comes to troubleshooting source code or digging into Vista crashdumps. But with the program&#8217;s requirement for current debug symbols, complex syntax (the downside of amazing functionality is detailed and demanding syntax), and vast power comes a certain amount of effort required to get things set up and working properly. If all you want is a quick peek at certain key fields in a full-blown crash dump (C:\Windows\Memory.dmp by default) or a minidump file (C:\Windows\Minidump\Mini<em>mmddyy</em>-0<em>x</em>, where<em> mmddyy</em> maps into 120808 for December 8, 2008, and the<em> x</em> represents which minidump acquired that day you&#8217;re after, so that my December 8, 2008 mindump file is named Mini120808-01.dmp) the lightweight dumpchk.exe utility may be more to your liking.</p>
<p>Given the following filename example, here&#8217;s a pared-down snapshot of the command line input for dumpchk and its response:</p>
<p><font face="Courier New, Courier, monospace"></p>
<pre>
c:\Temp&gt;dumpchk c:\Windows\Minidump\Mini120808-01.dmp -e
Loading dump file c:\Windows\Minidump\Mini120808-01.dmp
----- 32 bit Kernel Mini Dump Analysis

DUMP_HEADER32:
MajorVersion        0000000f
MinorVersion        00001771
KdSecondaryVersion  00000000
DirectoryTableBase  dc05e3e0
PfnDataBase         8236b850
PsLoadedModuleList  8234bc70
PsActiveProcessHead 82341990
MachineImageType    0000014c
NumberProcessors    00000004
BugCheckCode        00000101
BugCheckParameter1  00000031
BugCheckParameter2  00000000
BugCheckParameter3  803d1120
BugCheckParameter4  00000001
</pre>
<p></font></p>
<p>The key information appears in the BugCheckCode entry (this maps to the Windows Stop error code that shows up on a bluescreen), and the four parameters that follow. A quick Google search on the Stop Error code presented as a Hexadecimal number of the form 0&#215;00000101 is usually all it takes to find guidance on causes and potential fixes for such errors. In this case, I had to accept a light slap on the wrist for excessive over-clocking on my QX9650 processor and turn the clock rate back down in my PC&#8217;s BIOS (a reduction from 3.5 to 3.2 GHz did the trick nicely).</p>
<p>Sure Windbg.exe will do the same tricks, and a whole lot more, but why not use the quick&#8217;n'dirty dumpchk.exe if it will do the trick. If you download the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=49ae8576-9bb9-4126-9761-ba8011fabf38&amp;displaylang=en">Windows XP SP 2 Support Tools</a> (Windows validation is required) you can grab and use dumpchk.exe on Windows Vista without difficulty.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/vista-enterprise-desktop/digging-into-crash-dumps-try-dumpchk-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
