<?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 60b)</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2011/10/17/crash-dump-analysis-patterns-part-60b/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Tue, 19 May 2026 07:18:23 +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/2011/10/17/crash-dump-analysis-patterns-part-60b/#comment-741752</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Thu, 02 Aug 2018 14:28:35 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2011/10/17/crash-dump-analysis-patterns-part-60b/#comment-741752</guid>
		<description>!DumpStackObjects can also accept the range, for example, full stack region from !teb command (similar to dps or dpS).</description>
		<content:encoded><![CDATA[<p>!DumpStackObjects can also accept the range, for example, full stack region from !teb command (similar to dps or dpS).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2011/10/17/crash-dump-analysis-patterns-part-60b/#comment-421524</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Fri, 10 Feb 2012 11:43:52 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2011/10/17/crash-dump-analysis-patterns-part-60b/#comment-421524</guid>
		<description>Sometimes if no exceptions are found on raw stack we can search all runtime types, for example:

0:000&gt; !DumpRuntimeTypes
[...]
098b93e8 05179888 05622254 CustomException
[...]
09bcd368        ? 6969470c System.NullReferenceException
[...]</description>
		<content:encoded><![CDATA[<p>Sometimes if no exceptions are found on raw stack we can search all runtime types, for example:</p>
<p>0:000> !DumpRuntimeTypes<br />
[&#8230;]<br />
098b93e8 05179888 05622254 CustomException<br />
[&#8230;]<br />
09bcd368        ? 6969470c System.NullReferenceException<br />
[&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
