<?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: Where did the crash dump come from?</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Wed, 06 May 2026 07:26:00 +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/05/22/where-did-the-crash-dump-come-from/#comment-767698</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Sun, 26 Sep 2021 20:46:15 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-767698</guid>
		<description>But it can also be seen in !analyze -v output even in kernel dumps (Windows 10)</description>
		<content:encoded><![CDATA[<p>But it can also be seen in !analyze -v output even in kernel dumps (Windows 10)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-767697</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Sun, 26 Sep 2021 20:11:01 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-767697</guid>
		<description>srv!srvcomputername is no longer available in the latest Windows 10 versions:

https://www.osr.com/blog/2018/06/22/finding-computer-name-crash-dump-2018-edition/

This can be simplified as:

1: kd&gt; dS mrxsmb!SmbCeContext+10
ffffdb0d`dd910860  "DESKTOP-OGPC0LO"</description>
		<content:encoded><![CDATA[<p>srv!srvcomputername is no longer available in the latest Windows 10 versions:</p>
<p><a href="https://www.osr.com/blog/2018/06/22/finding-computer-name-crash-dump-2018-edition/" rel="nofollow">https://www.osr.com/blog/2018/06/22/finding-computer-name-crash-dump-2018-edition/</a></p>
<p>This can be simplified as:</p>
<p>1: kd> dS mrxsmb!SmbCeContext+10<br />
ffffdb0d`dd910860  &#8220;DESKTOP-OGPC0LO&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-428236</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Thu, 23 Feb 2012 17:30:33 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-428236</guid>
		<description>For user process dumps: if !peb doesn't work load some known ntdll version which has symbols or get _PEB address from !teb or from any _TEB address +0x30 or +0x60 (x64). Use ~ to get _TEB addresses.</description>
		<content:encoded><![CDATA[<p>For user process dumps: if !peb doesn&#8217;t work load some known ntdll version which has symbols or get _PEB address from !teb or from any _TEB address +0&#215;30 or +0&#215;60 (x64). Use ~ to get _TEB addresses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Reflecting on 2008 (Part 1)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-159017</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Reflecting on 2008 (Part 1)</dc:creator>
		<pubDate>Thu, 17 Jun 2010 14:09:11 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-159017</guid>
		<description>[...] crash dump analyzer how to open corrupt memory dump rtlfreeheap+38e how to use windbg dd srvcomputername dmitry vostokov warning: stack unwind information not available. following frames may be wrong. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] crash dump analyzer how to open corrupt memory dump rtlfreeheap+38e how to use windbg dd srvcomputername dmitry vostokov warning: stack unwind information not available. following frames may be wrong. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-133141</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:15:54 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-133141</guid>
		<description>On x64 we should use dq command instead of dd. Or better use dp command that takes into account platform pointer size</description>
		<content:encoded><![CDATA[<p>On x64 we should use dq command instead of dd. Or better use dp command that takes into account platform pointer size</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-89696</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Wed, 19 Aug 2009 23:05:14 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-89696</guid>
		<description>Alex Ionescu in his comment advised to use !ustr instead of dt _UNICODE_STRING:

http://www.softwaregeneralist.com/2009/08/17/reading-notebook-17-august-09/#comments</description>
		<content:encoded><![CDATA[<p>Alex Ionescu in his comment advised to use !ustr instead of dt _UNICODE_STRING:</p>
<p><a href="http://www.softwaregeneralist.com/2009/08/17/reading-notebook-17-august-09/#comments" rel="nofollow">http://www.softwaregeneralist.com/2009/08/17/reading-notebook-17-august-09/#comments</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Where did the crash dump come from? (Part 2)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-61835</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Where did the crash dump come from? (Part 2)</dc:creator>
		<pubDate>Thu, 08 Jan 2009 15:34:32 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-61835</guid>
		<description>[...] (0x7D9) - The Year of DebuggingPart 1 focused on using a debugger to extract a computer name from memory dumps. Here is a very simple [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] (0&#215;7D9) - The Year of DebuggingPart 1 focused on using a debugger to extract a computer name from memory dumps. Here is a very simple [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; WinDbg shortcuts: !envvar</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-36878</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; WinDbg shortcuts: !envvar</dc:creator>
		<pubDate>Mon, 04 Aug 2008 21:31:23 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/where-did-the-crash-dump-come-from/#comment-36878</guid>
		<description>[...] Where did the crash dump come from? [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Where did the crash dump come from? [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
