<?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 25)</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Mon, 18 May 2026 00:43:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 114)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-201561</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 114)</dc:creator>
		<pubDate>Tue, 09 Nov 2010 11:51:58 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-201561</guid>
		<description>[...] Stack trace may or may not be included here and it might be incorrect, heuristic and not fully discernible automatically(requires raw stack semantic analysis) like in the example above. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Stack trace may or may not be included here and it might be incorrect, heuristic and not fully discernible automatically(requires raw stack semantic analysis) like in the example above. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Icons for Memory Dump Analysis Patterns (Part 44)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-154357</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Icons for Memory Dump Analysis Patterns (Part 44)</dc:creator>
		<pubDate>Fri, 28 May 2010 22:28:15 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-154357</guid>
		<description>[...] Today we introduce an icon for Stack Trace pattern: [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Today we introduce an icon for Stack Trace pattern: [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; NULL data pointer, stack trace, inline function optimization and platformorphic fault: pattern cooperation</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-86246</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; NULL data pointer, stack trace, inline function optimization and platformorphic fault: pattern cooperation</dc:creator>
		<pubDate>Mon, 27 Jul 2009 20:04:53 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-86246</guid>
		<description>[...] clearly have an instance of a NULL pointer data access. If we try to match this stack trace to known faults in database we would probably find many entries because memcpy is a generic [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] clearly have an instance of a NULL pointer data access. If we try to match this stack trace to known faults in database we would probably find many entries because memcpy is a generic [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Stack trace, invalid code pointer and hooked functions: pattern cooperation</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-74273</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Stack trace, invalid code pointer and hooked functions: pattern cooperation</dc:creator>
		<pubDate>Wed, 13 May 2009 13:50:51 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-74273</guid>
		<description>[...] crashed process we noticed an invalid code pointer. It is not a NULL code pointer but has the same stack trace [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] crashed process we noticed an invalid code pointer. It is not a NULL code pointer but has the same stack trace [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Trace Analysis Patterns (Part 1)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-72533</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Trace Analysis Patterns (Part 1)</dc:creator>
		<pubDate>Tue, 28 Apr 2009 09:23:23 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-72533</guid>
		<description>[...] fact, stack traces and their collections are specializations of the more general traces. Another example [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] fact, stack traces and their collections are specializations of the more general traces. Another example [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Truncated dump, spiking thread, not my version and hooked functions: pattern cooperation</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-51733</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Truncated dump, spiking thread, not my version and hooked functions: pattern cooperation</dc:creator>
		<pubDate>Fri, 14 Nov 2008 19:54:18 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-51733</guid>
		<description>[...] from Google search we can find that there is newer version available (variant of Not My Version pattern) and even [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] from Google search we can find that there is newer version available (variant of Not My Version pattern) and even [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 70)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-33782</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 70)</dc:creator>
		<pubDate>Thu, 10 Jul 2008 21:03:24 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-33782</guid>
		<description>[...] instruction. Fortunately the rest of stack trace should be the same. Therefore when comparing Stack Traces we shouldn&#8217;t pay attention only to the top function call. This pattern is called Inline [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] instruction. Fortunately the rest of stack trace should be the same. Therefore when comparing Stack Traces we shouldn&#8217;t pay attention only to the top function call. This pattern is called Inline [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 69)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-33674</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 69)</dc:creator>
		<pubDate>Wed, 09 Jul 2008 17:49:54 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/10/crash-dump-analysis-patterns-part-25/#comment-33674</guid>
		<description>[...] patterns like Message Box and / or Stack Trace semantics reveal another pattern that I call Self-Diagnosis which may or may not result in [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] patterns like Message Box and / or Stack Trace semantics reveal another pattern that I call Self-Diagnosis which may or may not result in [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
