<?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: Reconstructing Stack Trace Manually</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Tue, 05 May 2026 12:08:18 +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/2007/07/25/reconstructing-stack-trace-manually/#comment-380542</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Sun, 27 Nov 2011 13:02:18 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/#comment-380542</guid>
		<description>Neil, can you send me a download link to one such dump? You can use contact form on dumpanalysis.org. Thanks!</description>
		<content:encoded><![CDATA[<p>Neil, can you send me a download link to one such dump? You can use contact form on dumpanalysis.org. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/#comment-377923</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Wed, 23 Nov 2011 17:15:29 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/#comment-377923</guid>
		<description>Hi,

Have you ever come across ntdll!RcConsolidateFrames in a call stack?  I'm seeing it a lot in x64 mini dumps and can't figure out how to reconstruct the stack.

Thanks,
Neil</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Have you ever come across ntdll!RcConsolidateFrames in a call stack?  I&#8217;m seeing it a lot in x64 mini dumps and can&#8217;t figure out how to reconstruct the stack.</p>
<p>Thanks,<br />
Neil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 100)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/#comment-163879</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 100)</dc:creator>
		<pubDate>Tue, 06 Jul 2010 15:50:44 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/#comment-163879</guid>
		<description>[...] we can even reconstruct stack trace fragments that show message hooking call stack. When threads are spiking or blocked in [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] we can even reconstruct stack trace fragments that show message hooking call stack. When threads are spiking or blocked in [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 87)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/#comment-83964</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 87)</dc:creator>
		<pubDate>Fri, 10 Jul 2009 19:26:26 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/#comment-83964</guid>
		<description>[...] Looking at raw stack further we can even see that it was processing a page fault too and manually reconstruct its stack trace: [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Looking at raw stack further we can even see that it was processing a page fault too and manually reconstruct its stack trace: [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; The Importance of Symbols</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/#comment-79067</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; The Importance of Symbols</dc:creator>
		<pubDate>Sun, 14 Jun 2009 20:20:02 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/#comment-79067</guid>
		<description>[...] we look at the thread raw stack data from ESP up to the base and try to do a manual descent to reconstruct that stack trace, starting from EBP value (EIP points to [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] we look at the thread raw stack data from ESP up to the base and try to do a manual descent to reconstruct that stack trace, starting from EBP value (EIP points to [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Software Generalist &#187; Blog Archive &#187; Reading Notebook: 20-Apr-09</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/#comment-71695</link>
		<dc:creator>Software Generalist &#187; Blog Archive &#187; Reading Notebook: 20-Apr-09</dc:creator>
		<pubDate>Mon, 20 Apr 2009 16:40:41 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/#comment-71695</guid>
		<description>[...] Broken stack traces (pp. 151 -152) - Here is my case study about manual stack trace reconstruction using WinDbg: http://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Broken stack traces (pp. 151 -152) - Here is my case study about manual stack trace reconstruction using WinDbg: <a href="http://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/" rel="nofollow">http://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 60)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/#comment-24969</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 60)</dc:creator>
		<pubDate>Tue, 29 Apr 2008 11:30:39 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/07/25/reconstructing-stack-trace-manually/#comment-24969</guid>
		<description>[...] and differentiate between 1st and 2nd chance exceptions. Code residues are very powerful in reconstructing stack traces manually or looking for partial stack traces and historical [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] and differentiate between 1st and 2nd chance exceptions. Code residues are very powerful in reconstructing stack traces manually or looking for partial stack traces and historical [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
