<?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: Minidump Analysis (Part 4)</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2007/10/11/minidump-analysis-part-4/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Wed, 06 May 2026 09:48:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Wisdom-Fu: E-mail alert when you find a memory dump &#171; Wag the Real</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/10/11/minidump-analysis-part-4/#comment-253331</link>
		<dc:creator>Wisdom-Fu: E-mail alert when you find a memory dump &#171; Wag the Real</dc:creator>
		<pubDate>Wed, 16 Mar 2011 19:46:55 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/10/11/minidump-analysis-part-4/#comment-253331</guid>
		<description>[...] Minidump Analysis (Part 4) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Minidump Analysis (Part 4) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yas</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/10/11/minidump-analysis-part-4/#comment-69237</link>
		<dc:creator>Yas</dc:creator>
		<pubDate>Mon, 23 Mar 2009 22:46:53 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/10/11/minidump-analysis-part-4/#comment-69237</guid>
		<description>Hi Dmitry!

Thank you for this interesting website altough im newbie at this. I got a issue to BSOD ,ill give you the link of my dump file its a .txt file hope you can help me out if so reply to my email or reply at your blog.

Link for the dumpfile http://www.yousendit.com/download/UmNKOGNSZEtveE5jR0E9PQ</description>
		<content:encoded><![CDATA[<p>Hi Dmitry!</p>
<p>Thank you for this interesting website altough im newbie at this. I got a issue to BSOD ,ill give you the link of my dump file its a .txt file hope you can help me out if so reply to my email or reply at your blog.</p>
<p>Link for the dumpfile <a href="http://www.yousendit.com/download/UmNKOGNSZEtveE5jR0E9PQ" rel="nofollow">http://www.yousendit.com/download/UmNKOGNSZEtveE5jR0E9PQ</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vulf</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/10/11/minidump-analysis-part-4/#comment-28741</link>
		<dc:creator>Vulf</dc:creator>
		<pubDate>Wed, 28 May 2008 08:40:12 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/10/11/minidump-analysis-part-4/#comment-28741</guid>
		<description>thank you Dmitry! This got me out from problem :)
Regards</description>
		<content:encoded><![CDATA[<p>thank you Dmitry! This got me out from problem <img src='https://www.dumpanalysis.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahn</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/10/11/minidump-analysis-part-4/#comment-12427</link>
		<dc:creator>Shahn</dc:creator>
		<pubDate>Tue, 04 Dec 2007 16:17:42 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/10/11/minidump-analysis-part-4/#comment-12427</guid>
		<description>Thank you Dmitry!  I am a novice with this stuff and I was going nuts searching the internet for the meaning of 0n2.  I didn't know about !error.

By the way, I think your dump2sound and dump2image ideas where brilliant!  =)</description>
		<content:encoded><![CDATA[<p>Thank you Dmitry!  I am a novice with this stuff and I was going nuts searching the internet for the meaning of 0n2.  I didn&#8217;t know about !error.</p>
<p>By the way, I think your dump2sound and dump2image ideas where brilliant!  =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/10/11/minidump-analysis-part-4/#comment-12423</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Tue, 04 Dec 2007 10:51:32 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/10/11/minidump-analysis-part-4/#comment-12423</guid>
		<description>!error WinDbg command will show description for any Win32 errors and NTSTATUS codes:

0:024&gt; !error 0n2
Error code: (Win32) 0x2 (2) - The system cannot find the file specified.

0:024&gt; !error c0000017
Error code: (NTSTATUS) 0xc0000017 (3221225495) - {Not Enough Quota}  Not enough virtual memory or paging file quota is available to complete the specified operation.</description>
		<content:encoded><![CDATA[<p>!error WinDbg command will show description for any Win32 errors and NTSTATUS codes:</p>
<p>0:024> !error 0n2<br />
Error code: (Win32) 0&#215;2 (2) - The system cannot find the file specified.</p>
<p>0:024> !error c0000017<br />
Error code: (NTSTATUS) 0xc0000017 (3221225495) - {Not Enough Quota}  Not enough virtual memory or paging file quota is available to complete the specified operation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahn</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/10/11/minidump-analysis-part-4/#comment-12376</link>
		<dc:creator>Shahn</dc:creator>
		<pubDate>Tue, 04 Dec 2007 01:19:51 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/10/11/minidump-analysis-part-4/#comment-12376</guid>
		<description>Thank you for the informative website.

Do you know what "Win32 error 0n2" means?</description>
		<content:encoded><![CDATA[<p>Thank you for the informative website.</p>
<p>Do you know what &#8220;Win32 error 0n2&#8243; means?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
