<?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 64)</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2008/06/19/crash-dump-analysis-patterns-part-64/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Tue, 05 May 2026 11:14:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; The Memory Visualization Question from Webinar</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/06/19/crash-dump-analysis-patterns-part-64/#comment-180317</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; The Memory Visualization Question from Webinar</dc:creator>
		<pubDate>Wed, 01 Sep 2010 14:59:04 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/06/19/crash-dump-analysis-patterns-part-64/#comment-180317</guid>
		<description>[...] I also thought that there was the same module loaded twice from different location like in Duplicated Module pattern. Unfortunately lm command didn&#8217;t show any duplicated loaded and unloaded modules as [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I also thought that there was the same module loaded twice from different location like in Duplicated Module pattern. Unfortunately lm command didn&#8217;t show any duplicated loaded and unloaded modules as [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venu</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/06/19/crash-dump-analysis-patterns-part-64/#comment-109988</link>
		<dc:creator>Venu</dc:creator>
		<pubDate>Wed, 16 Dec 2009 15:44:40 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/06/19/crash-dump-analysis-patterns-part-64/#comment-109988</guid>
		<description>From the list of modules we are able to see two modules are duplicated. Is there any way to find out, who called the moduled to load into memory. I would like to see the calling function (the originator of duplication).</description>
		<content:encoded><![CDATA[<p>From the list of modules we are able to see two modules are duplicated. Is there any way to find out, who called the moduled to load into memory. I would like to see the calling function (the originator of duplication).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/06/19/crash-dump-analysis-patterns-part-64/#comment-66666</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Sun, 01 Mar 2009 10:07:53 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/06/19/crash-dump-analysis-patterns-part-64/#comment-66666</guid>
		<description>I don't see contradiction here: Timestamp is for the link time not the load time and the loader is free to choose the base address. What do you think in the output contradicts that?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see contradiction here: Timestamp is for the link time not the load time and the loader is free to choose the base address. What do you think in the output contradicts that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soren Dreijer</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/06/19/crash-dump-analysis-patterns-part-64/#comment-66552</link>
		<dc:creator>Soren Dreijer</dc:creator>
		<pubDate>Sat, 28 Feb 2009 15:26:51 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/06/19/crash-dump-analysis-patterns-part-64/#comment-66552</guid>
		<description>&#62; We can also see that the old version of MyDLL was the last loaded DLL

That statement contradicts the following output where it's clear that the old DLL was loaded first:

0:000&#62; lmv m MyDLL_1e60000
start             end                 module name
00000000`01e60000 00000000`01e71000   MyDLL_1e60000
    Loaded symbol image file: MyDLL.dll
    Image path: C:\OLD\MyDLL.dll
    Image name: MyDLL.dll
    Timestamp:        Wed Jun 18 14:49:13 2008 (48591259)
[…]

0:000&#62; lmv m MyDLL
start             end                 module name
00000001`80000000 00000001`80011000   MyDLL
    Image path: C:\2DLLs\DLL\MyDLL.dll
    Image name: MyDLL.dll
    Timestamp:        Wed Jun 18 14:50:56 2008 (485912C0)
[...]</description>
		<content:encoded><![CDATA[<p>&gt; We can also see that the old version of MyDLL was the last loaded DLL</p>
<p>That statement contradicts the following output where it&#8217;s clear that the old DLL was loaded first:</p>
<p>0:000&gt; lmv m MyDLL_1e60000<br />
start             end                 module name<br />
00000000`01e60000 00000000`01e71000   MyDLL_1e60000<br />
    Loaded symbol image file: MyDLL.dll<br />
    Image path: C:\OLD\MyDLL.dll<br />
    Image name: MyDLL.dll<br />
    Timestamp:        Wed Jun 18 14:49:13 2008 (48591259)<br />
[…]</p>
<p>0:000&gt; lmv m MyDLL<br />
start             end                 module name<br />
00000001`80000000 00000001`80011000   MyDLL<br />
    Image path: C:\2DLLs\DLL\MyDLL.dll<br />
    Image name: MyDLL.dll<br />
    Timestamp:        Wed Jun 18 14:50:56 2008 (485912C0)<br />
[&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; DLL Link Patterns</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/06/19/crash-dump-analysis-patterns-part-64/#comment-65357</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; DLL Link Patterns</dc:creator>
		<pubDate>Tue, 17 Feb 2009 09:14:23 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/06/19/crash-dump-analysis-patterns-part-64/#comment-65357</guid>
		<description>[...] Duplicated Module [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Duplicated Module [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 65)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/06/19/crash-dump-analysis-patterns-part-64/#comment-30854</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 65)</dc:creator>
		<pubDate>Thu, 19 Jun 2008 17:20:10 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/06/19/crash-dump-analysis-patterns-part-64/#comment-30854</guid>
		<description>[...] Crash Dump Analysis Exploring Crash Dumps and Debugging Techniques on Windows Platforms      &#171; Crash Dump Analysis Patterns (Part 64) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Crash Dump Analysis Exploring Crash Dumps and Debugging Techniques on Windows Platforms      &laquo; Crash Dump Analysis Patterns (Part 64) [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
