<?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 13d)</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2008/02/04/crash-dump-analysis-patterns-part-13d/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Sun, 17 May 2026 21:44:31 +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/04/crash-dump-analysis-patterns-part-13d/#comment-741698</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Fri, 25 Mar 2016 21:45:28 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/02/04/crash-dump-analysis-patterns-part-13d/#comment-741698</guid>
		<description>According to Windows Internals we can set HKLM\S\CCS\C\Session Manager\TrackPtes key value to 1 and then see allocation history by using !sysptes 4 WinDbg command.</description>
		<content:encoded><![CDATA[<p>According to Windows Internals we can set HKLM\S\CCS\C\Session Manager\TrackPtes key value to 1 and then see allocation history by using !sysptes 4 WinDbg command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Icons for Memory Dump Analysis Patterns (Part 25)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/02/04/crash-dump-analysis-patterns-part-13d/#comment-144766</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Icons for Memory Dump Analysis Patterns (Part 25)</dc:creator>
		<pubDate>Fri, 16 Apr 2010 14:13:03 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/02/04/crash-dump-analysis-patterns-part-13d/#comment-144766</guid>
		<description>[...] we introduce an icon for Insufficient Memory (PTE) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] we introduce an icon for Insufficient Memory (PTE) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/02/04/crash-dump-analysis-patterns-part-13d/#comment-144331</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Wed, 14 Apr 2010 18:56:02 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/02/04/crash-dump-analysis-patterns-part-13d/#comment-144331</guid>
		<description>I find this in many dumps and have a suspicion it is related to "orphaned" processes:

HandleCount: 0
No active threads

Thanks,
Dmitry</description>
		<content:encoded><![CDATA[<p>I find this in many dumps and have a suspicion it is related to &#8220;orphaned&#8221; processes:</p>
<p>HandleCount: 0<br />
No active threads</p>
<p>Thanks,<br />
Dmitry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zagadeesh</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/02/04/crash-dump-analysis-patterns-part-13d/#comment-143613</link>
		<dc:creator>zagadeesh</dc:creator>
		<pubDate>Mon, 12 Apr 2010 10:05:16 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/02/04/crash-dump-analysis-patterns-part-13d/#comment-143613</guid>
		<description>Dmitry,
The following is a live  KD, in VM we are observed 8000+ cmd.exe instances running on the context of system.
My Question is how can an system uptime is 22 days and KernelTime is 700+ Days for that processor ?

lkd&#62; .time
Debug session time: Mon Apr 12 06:07:15.797 2010 (GMT-4)
System Uptime: 22 days 10:41:32.579

lkd&#62; !process 00a4 
Searching for Process with Cid == a4
Cid Handle table at e29a6000 with 10925 Entries in use
PROCESS fb32cd88  SessionId: 0  Cid: 00a4    Peb: 7ffff000  ParentCid: 2ce0
    DirBase: bff54960  ObjectTable: e3c046a0  HandleCount:   0.
    Image: cmd.exe
    VadRoot fcc99398 Vads 6 Clone 0 Private 4. Modified 0. Locked 0.
    DeviceMap e16008e8
    Token                             e3ce6030
    ElapsedTime                       21 Days 14:20:04.071
    UserTime                          00:00:00.000
    KernelTime                        762 Days 03:42:46.250
    QuotaPoolUsage[PagedPool]         6780
    QuotaPoolUsage[NonPagedPool]      160
    Working Set Sizes (now,min,max)  (16, 50, 345) (64KB, 200KB, 1380KB)
    PeakWorkingSetSize                16
    VirtualSize                       1 Mb
    PeakVirtualSize                   1 Mb
    PageFaultCount                    9
    MemoryPriority                    BACKGROUND
    BasePriority                      10
    CommitCharge                      39

No active threads</description>
		<content:encoded><![CDATA[<p>Dmitry,<br />
The following is a live  KD, in VM we are observed 8000+ cmd.exe instances running on the context of system.<br />
My Question is how can an system uptime is 22 days and KernelTime is 700+ Days for that processor ?</p>
<p>lkd&gt; .time<br />
Debug session time: Mon Apr 12 06:07:15.797 2010 (GMT-4)<br />
System Uptime: 22 days 10:41:32.579</p>
<p>lkd&gt; !process 00a4<br />
Searching for Process with Cid == a4<br />
Cid Handle table at e29a6000 with 10925 Entries in use<br />
PROCESS fb32cd88  SessionId: 0  Cid: 00a4    Peb: 7ffff000  ParentCid: 2ce0<br />
    DirBase: bff54960  ObjectTable: e3c046a0  HandleCount:   0.<br />
    Image: cmd.exe<br />
    VadRoot fcc99398 Vads 6 Clone 0 Private 4. Modified 0. Locked 0.<br />
    DeviceMap e16008e8<br />
    Token                             e3ce6030<br />
    ElapsedTime                       21 Days 14:20:04.071<br />
    UserTime                          00:00:00.000<br />
    KernelTime                        762 Days 03:42:46.250<br />
    QuotaPoolUsage[PagedPool]         6780<br />
    QuotaPoolUsage[NonPagedPool]      160<br />
    Working Set Sizes (now,min,max)  (16, 50, 345) (64KB, 200KB, 1380KB)<br />
    PeakWorkingSetSize                16<br />
    VirtualSize                       1 Mb<br />
    PeakVirtualSize                   1 Mb<br />
    PageFaultCount                    9<br />
    MemoryPriority                    BACKGROUND<br />
    BasePriority                      10<br />
    CommitCharge                      39</p>
<p>No active threads</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Software Generalist &#187; Blog Archive &#187; Reading Notebook: 16-July-09</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/02/04/crash-dump-analysis-patterns-part-13d/#comment-86333</link>
		<dc:creator>Software Generalist &#187; Blog Archive &#187; Reading Notebook: 16-July-09</dc:creator>
		<pubDate>Tue, 28 Jul 2009 17:38:03 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/02/04/crash-dump-analysis-patterns-part-13d/#comment-86333</guid>
		<description>[...] increaseuserva in BCD (p. 14) - this might get your terminal server installation into problems. See example of Insufficient Memory (PTE) pattern. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] increaseuserva in BCD (p. 14) - this might get your terminal server installation into problems. See example of Insufficient Memory (PTE) pattern. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2008/02/04/crash-dump-analysis-patterns-part-13d/#comment-19045</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Thu, 21 Feb 2008 03:03:17 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2008/02/04/crash-dump-analysis-patterns-part-13d/#comment-19045</guid>
		<description>You shoul see my new post on SYSPTES, they just fixed it so you can sue public symbols again:

http://blogs.technet.com/brad_rutkowski/archive/2008/02/21/i-pte-the-fool-sysptes-4-works-in-vista-sp1-ws08.aspx</description>
		<content:encoded><![CDATA[<p>You shoul see my new post on SYSPTES, they just fixed it so you can sue public symbols again:</p>
<p><a href="http://blogs.technet.com/brad_rutkowski/archive/2008/02/21/i-pte-the-fool-sysptes-4-works-in-vista-sp1-ws08.aspx" rel="nofollow">http://blogs.technet.com/brad_rutkowski/archive/2008/02/21/i-pte-the-fool-sysptes-4-works-in-vista-sp1-ws08.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
