<?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>gHacks technology news &#187; system crash</title>
	<atom:link href="http://www.ghacks.net/tag/system-crash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Analyse system crashes</title>
		<link>http://www.ghacks.net/2008/06/04/analyse-system-crashes/</link>
		<comments>http://www.ghacks.net/2008/06/04/analyse-system-crashes/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 14:45:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[system crash]]></category>
		<category><![CDATA[windows crash]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4814</guid>
		<description><![CDATA[Windows is creating a minidump whenever it&#8217;s crashing. This minidump contains data that was stored in part of the memory. The interesting aspect of this procedure is that it&#8217;s relatively easy to analyse the minidump using the Debugging Tools for Windows [link]. The tool has a size of roughly 18 Megabytes and is compatible to [...]]]></description>
			<content:encoded><![CDATA[<p>Windows is creating a minidump whenever it&#8217;s crashing. This minidump contains data that was stored in part of the memory. The interesting aspect of this procedure is that it&#8217;s relatively easy to analyse the minidump using the Debugging Tools for Windows [<a href="http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx#ERB">link</a>]. The tool has a size of roughly 18 Megabytes and is compatible to Windows XP, Vista and Windows Server 2003 and 2008.</p>
<p>After installing and starting the Microsoft Debugging Tools for Windows you should add a Symbol File Path to the software by clicking on File > Symbol File Path. Enter the following information in the text field: <em>SRV*e:\symbols*http://msdl.microsoft.com/download/symbols</em> with e:\symbols being an empty directory on your hard drive which can be changed to any other directory. Data will then be automatically downloaded from the Microsoft server. Symbols enhances debugging by automatically retrieving debugging files for various Microsoft products during a debugging session.</p>
<p>The next step would be to load the last minidump which is accessible in the Windows directory. A click on File > Load Crash Dump will load the minidump which takes about 20-30 seconds.</p>
<p><span id="more-4814"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/06/bugcheck-500x120.jpg" alt="bugcheck" title="bugcheck" width="500" height="120" class="alignnone size-medium wp-image-4815" /></p>
<p>If everything went fine until this point you will see information like the one above which gives a first indication on the type of problem and file and / or hardware involved. The parameter DEFAULT_BUCKET_ID displays the type of error, for instance driver fault and process name lists the process that was involved.</p>
<p>Clicking on the !analyze -v link will display in depth information about the crash. The next steps depend on the type of information that you get. I usually start by doing a search on the files and error messages mentioned in the debugger which usually provide enough information to fix the issue.</p>
<p>Software errors for instance could be fixed by updating the software or uninstalling it if it&#8217;s not necessary. Hardware errors are more often than not driver related which means a driver or bios update could fix the error.</p>

	Tags: <a href="http://www.ghacks.net/tag/debugger/" title="debugger" rel="tag">debugger</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/system-crash/" title="system crash" rel="tag">system crash</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-crash/" title="windows crash" rel="tag">windows crash</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/02/23/workrave/" title="Workrave (February 23, 2006)">Workrave</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/06/04/analyse-system-crashes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
