<?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 54)</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2008/02/28/crash-dump-analysis-patterns-part-54/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Wed, 06 May 2026 18:57:14 +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/02/28/crash-dump-analysis-patterns-part-54/#comment-741675</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Fri, 12 Jun 2015 17:45:48 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/02/28/crash-dump-analysis-patterns-part-54/#comment-741675</guid>
		<description>If PPID doesn't exist anymore we can dump all handle tables from all processes and search for our process object:

!handle 0 3 0 Process</description>
		<content:encoded><![CDATA[<p>If PPID doesn&#8217;t exist anymore we can dump all handle tables from all processes and search for our process object:</p>
<p>!handle 0 3 0 Process</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/02/28/crash-dump-analysis-patterns-part-54/#comment-741659</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Thu, 04 Dec 2014 17:29:00 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/02/28/crash-dump-analysis-patterns-part-54/#comment-741659</guid>
		<description>You may want to enable object reference tracing for Proc pool tag if you have very large number of such processes especially if they are not reflected as some parent process handle leak. Please see !obtrace example in WinDbg help. We plan to include Reference Leak pattern too.</description>
		<content:encoded><![CDATA[<p>You may want to enable object reference tracing for Proc pool tag if you have very large number of such processes especially if they are not reflected as some parent process handle leak. Please see !obtrace example in WinDbg help. We plan to include Reference Leak pattern too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 80)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/02/28/crash-dump-analysis-patterns-part-54/#comment-99684</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 80)</dc:creator>
		<pubDate>Sun, 18 Oct 2009 21:17:47 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/02/28/crash-dump-analysis-patterns-part-54/#comment-99684</guid>
		<description>[...] difference of this pattern and similar Handle Leak or Zombie Processes is the fact that leaks usually happen when a process forgets to close handles but Process Factory [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] difference of this pattern and similar Handle Leak or Zombie Processes is the fact that leaks usually happen when a process forgets to close handles but Process Factory [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Signaled Objects</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/02/28/crash-dump-analysis-patterns-part-54/#comment-20146</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Signaled Objects</dc:creator>
		<pubDate>Thu, 06 Mar 2008 15:35:26 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/02/28/crash-dump-analysis-patterns-part-54/#comment-20146</guid>
		<description>[...] Crash Dump Analysis Exploring Crash Dumps and Debugging Techniques on Windows Platforms      &#171; Crash Dump Analysis Patterns (Part 54) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Crash Dump Analysis Exploring Crash Dumps and Debugging Techniques on Windows Platforms      &laquo; Crash Dump Analysis Patterns (Part 54) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/02/28/crash-dump-analysis-patterns-part-54/#comment-19845</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Mon, 03 Mar 2008 06:34:01 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/02/28/crash-dump-analysis-patterns-part-54/#comment-19845</guid>
		<description>I specified the wrong address for dispatcher object. Corrected now. Thanks for pointing to this. I'm now writing another blog post to show the difference for SignalState.</description>
		<content:encoded><![CDATA[<p>I specified the wrong address for dispatcher object. Corrected now. Thanks for pointing to this. I&#8217;m now writing another blog post to show the difference for SignalState.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taehwa</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/02/28/crash-dump-analysis-patterns-part-54/#comment-19606</link>
		<dc:creator>Taehwa</dc:creator>
		<pubDate>Fri, 29 Feb 2008 01:16:05 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/02/28/crash-dump-analysis-patterns-part-54/#comment-19606</guid>
		<description>would you exaplain more about SignalState?</description>
		<content:encoded><![CDATA[<p>would you exaplain more about SignalState?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
