<?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: Crash Dump Analysis Patterns (Part 13e)</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Wed, 06 May 2026 00:48:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-456696</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Mon, 09 Apr 2012 14:36:43 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-456696</guid>
		<description>This pattern was renamed from "virtual memory" to "module fragmentation"</description>
		<content:encoded><![CDATA[<p>This pattern was renamed from &#8220;virtual memory&#8221; to &#8220;module fragmentation&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-435214</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Mon, 05 Mar 2012 23:36:18 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-435214</guid>
		<description>!address -summary WinDbg command also gives various output about region type usage and the largest available blocks per region type.</description>
		<content:encoded><![CDATA[<p>!address -summary WinDbg command also gives various output about region type usage and the largest available blocks per region type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Icons for Memory Dump Analysis Patterns (Part 26)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-145618</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Icons for Memory Dump Analysis Patterns (Part 26)</dc:creator>
		<pubDate>Mon, 19 Apr 2010 10:54:43 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-145618</guid>
		<description>[...] we introduce an icon for Insufficient Memory (virtual memory) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] we introduce an icon for Insufficient Memory (virtual memory) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Stack trace collection, message box, hidden exception, nested offender, insufficient memory, C++ exception, heap leak and ubiquitous component: pattern cooperation</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-81088</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Stack trace collection, message box, hidden exception, nested offender, insufficient memory, C++ exception, heap leak and ubiquitous component: pattern cooperation</dc:creator>
		<pubDate>Thu, 25 Jun 2009 01:28:34 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-81088</guid>
		<description>[...] box, find another hidden exception and from it see the real nested offender that experienced insufficient memory condition resulted in C++ exception. You can see WinDbg output from this dump in the post about [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] box, find another hidden exception and from it see the real nested offender that experienced insufficient memory condition resulted in C++ exception. You can see WinDbg output from this dump in the post about [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Invalid pointer, incorrect stack trace, multiple exceptions, insufficient memory and memory leak: pattern cooperation</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-78613</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Invalid pointer, incorrect stack trace, multiple exceptions, insufficient memory and memory leak: pattern cooperation</dc:creator>
		<pubDate>Wed, 10 Jun 2009 14:01:57 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-78613</guid>
		<description>[...] of Applicatione.exe and get 2-3 subsequent process memory dumps, when it grows, to inspect its virtual memory growth using differential memory analysis [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] of Applicatione.exe and get 2-3 subsequent process memory dumps, when it grows, to inspect its virtual memory growth using differential memory analysis [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Insufficient Memory Patterns</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-65358</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Insufficient Memory Patterns</dc:creator>
		<pubDate>Tue, 17 Feb 2009 09:14:40 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-65358</guid>
		<description>[...] Insufficient Memory (virtual memory) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Insufficient Memory (virtual memory) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Hooksware</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-37542</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Hooksware</dc:creator>
		<pubDate>Sun, 10 Aug 2008 11:26:58 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/03/18/crash-dump-analysis-patterns-part-13e/#comment-37542</guid>
		<description>[...] - Insufficient Memory (virtual memory) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] - Insufficient Memory (virtual memory) [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
