<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Analyzing a dump of a process under memory pressure - 11</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11/RSS"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11_220.jpg</url>
		<title>Channel 9 - Analyzing a dump of a process under memory pressure - 11</title>
		<link></link>
	</image>
	<description>You may wish to watch the video using one of the high quality links on the right so the text is readable. This episode is the second of three&amp;nbsp;which introduces viewers&amp;nbsp;to&amp;nbsp;the topic of&amp;nbsp;troubleshooting memory pressure issues.&amp;nbsp; In the previous episode, we took a high level overview of virtual memory as it relates to troubleshooting these common memory pressure issues.&amp;nbsp; We&#39;ll use information from that episode and apply it here as we begin investigation of a dump file from a process exhibiting memory pressure.&amp;nbsp; Using windbg and some debugging extensions, we&#39;ll see how much we can learn about the source of the memory problem from a single dump file. &amp;nbsp; .NET Debugging for the Production Environment, Part 10 .NET Debugging for the Production Environment, Part 12 </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 23:23:53 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 23:23:53 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Analyzing a dump of a process under memory pressure - 11</title>
		<description>
			<![CDATA[<p>Hi Brad,</p><p>&nbsp;</p><p>When I ran &quot;!address summary&quot; on a .net process dump, it displayed output similar to the following for most of the sections</p><p>&nbsp;</p><p>*************************************************************************<br>*** &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;***<br>***&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;***<br>*** Your debugger is not using the correct symbols &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;***<br>***&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;***<br>*** In order for this command to work properly, your symbol &nbsp;***<br>*** path&nbsp;must point to .pdb files that have full type information ***<br>***&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;***<br>*** Certain .pdb files (such as the public OS symbols) do not ***<br>*** contain the required information. Contact the group that &nbsp; ***<br>*** provided you with these symbols if you need this command ***<br>*** to&nbsp;work. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ***<br>***&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;***<br>*** Type referenced: ntdll!_TEB&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ***<br>***&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;***<br>*************************************************************************</p><p>&nbsp;</p><p>After I run the commands &quot;.sympath&#43; C:\Working\Symbols&quot; and &quot;.reload&quot;, the command &quot;!address summary&quot; resulted in the following</p><p>0:000&gt; !address summary</p><p>*** WARNING: Unable to verify checksum for PantherDesktop.exe<br>*** ERROR: Module load completed but symbols could not be loaded for PantherDesktop.exe<br>*** ERROR: Module load completed but symbols could not be loaded for xpsp2res.dll<br>*** WARNING: Unable to verify checksum for System.Core.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.Core.ni.dll<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for TortoiseOverlays.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for TortoiseStub.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for normaliz.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for intl3_tsvn.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for TortoiseSVN.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for PGDetoured.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for wmp.dll -<br>*** ERROR: Module load completed but symbols could not be loaded for wmploc.dll<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for wininet.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for iertutil.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for GdiPlus.dll -<br>*** WARNING: Unable to verify checksum for SMDiagnostics.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for SMDiagnostics.ni.dll<br>*** WARNING: Unable to verify checksum for System.IdentityModel.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.IdentityModel.ni.dll<br>*** WARNING: Unable to verify checksum for System.Runtime.DurableInstancing.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.Runtime.DurableInstancing.ni.dll<br>*** WARNING: Unable to verify checksum for System.Runtime.Serialization.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.Runtime.Serialization.ni.dll<br>*** WARNING: Unable to verify checksum for System.ServiceModel.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.ServiceModel.ni.dll<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for wpfgfx_v0400.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for PresentationNative_v0400.dll -<br>*** WARNING: Unable to verify checksum for PresentationCore.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for PresentationCore.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for wpftxt_v0400.dll<br>*** WARNING: Unable to verify checksum for PresentationFramework.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for PresentationFramework.ni.dll<br>*** WARNING: Unable to verify checksum for PresentationFramework.Aero.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for PresentationFramework.Aero.ni.dll<br>*** WARNING: Unable to verify checksum for PresentationFramework.Luna.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for PresentationFramework.Luna.ni.dll<br>*** WARNING: Unable to verify checksum for UIAutomationProvider.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for UIAutomationProvider.ni.dll<br>*** WARNING: Unable to verify checksum for UIAutomationTypes.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for UIAutomationTypes.ni.dll<br>*** WARNING: Unable to verify checksum for WindowsBase.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for WindowsBase.ni.dll<br>*** WARNING: Unable to verify checksum for System.Xaml.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.Xaml.ni.dll<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for netapi32.dll -<br>*** WARNING: Unable to verify checksum for Accessibility.ni.dll<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for nlssorting.dll -<br>*** WARNING: Unable to verify checksum for System.ComponentModel.DataAnnotations.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.ComponentModel.DataAnnotations.ni.dll<br>*** WARNING: Unable to verify checksum for System.Configuration.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.Configuration.ni.dll<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for PGHook.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for System.Data.dll -<br>*** WARNING: Unable to verify checksum for System.Data.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.Data.ni.dll<br>*** WARNING: Unable to verify checksum for System.Numerics.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.Numerics.ni.dll<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for System.Transactions.dll -<br>*** WARNING: Unable to verify checksum for System.Transactions.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.Transactions.ni.dll<br>*** WARNING: Unable to verify checksum for System.Xml.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.Xml.ni.dll<br>*** WARNING: Unable to verify checksum for System.Xml.Linq.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.Xml.Linq.ni.dll<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for libaprutil_tsvn.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for libapr_tsvn.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for winmm.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for wintrust.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for imagehlp.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for iphlpapi.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for comctl32.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for ole32.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for crypt32.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for urlmon.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for msvcp90.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for msvcr90.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for clr.dll -<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for clrjit.dll -<br>*** WARNING: Unable to verify checksum for mscorlib.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for mscorlib.ni.dll<br>*** WARNING: Unable to verify checksum for System.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.ni.dll<br>*** WARNING: Unable to verify checksum for System.Drawing.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.Drawing.ni.dll<br>*** WARNING: Unable to verify checksum for System.Windows.Forms.ni.dll<br>*** ERROR: Module load completed but symbols could not be loaded for System.Windows.Forms.ni.dll<br>*** ERROR: Symbol file could not be found. Defaulted to export symbols for shell32.dll -</p><p><br>Failed to map Heaps (error 80004005)<br>Usage: Free<br>Base Address: 00000000<br>End Address: 00010000<br>Region Size: 00010000<br>Type: 00000000<br>State: 00010000 MEM_FREE<br>Protect: 00000001 PAGE_NOACCESS</p><p>&nbsp;</p><p>Can you please tell me how can I fix this issue?</p><p>&nbsp;</p><p>Regards,</p><p>Jehanzeb</p><p>posted by Jehanzeb</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634828524654915254</link>
		<pubDate>Mon, 10 Sep 2012 05:41:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634828524654915254</guid>
		<dc:creator>Jehanzeb</dc:creator>
	</item>
	<item>
		<title>Re: Analyzing a dump of a process under memory pressure - 11</title>
		<description>
			<![CDATA[<p>Jehanzeb,</p><p>Initially, looks like a symbol issue.</p><p>1. What did you use to get this dump?&nbsp; What tool, and what command?&nbsp; You need to ensure you have a full user mode dump.&nbsp; While you can line up symbols correctly with a mini dump (which is typically ~1%-5% of the file size of a full user mode dump), they have limited use when it comes to debugging production application issues.</p><p>2. I don't know what your sympath is, but adding c:\windows\symbols isn't likely to help.&nbsp; Try using our public symbol server:</p><p>.sympath srv*c:\symcache*<a href="http://msdl.microsoft.com/download/symbols">http&#58;&#47;&#47;msdl.microsoft.com&#47;download&#47;symbols</a></p><p>.reload /f</p><p>posted by BradL</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634828943715605112</link>
		<pubDate>Mon, 10 Sep 2012 17:19:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634828943715605112</guid>
		<dc:creator>BradL</dc:creator>
	</item>
	<item>
		<title>Re: Analyzing a dump of a process under memory pressure - 11</title>
		<description>
			<![CDATA[<p>Hi Brad,</p><p>&nbsp;</p><p>Thanks for the reply.</p><p>&nbsp;</p><p>The dump is generated automatically when the application crashed. It's a full mode user dump. I wrote a tool which uses clrdump to generate the dumps file. I did the following changes in the registry so that Windows run my tool whenever an application is crashed.</p><p>&nbsp;</p><p><strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Current Version\AeDebug</strong><br><em><strong>Key</strong></em>: Debugger,&nbsp;<em><strong>Value</strong></em>:&nbsp;C:\Dump\ManagedDumpGenerator.exe %d %d %s %d</p><p><em><strong>Key</strong></em>: Auto, <em><strong>Value</strong></em>: 1</p><p>&nbsp;</p><p>Regards,</p><p>Jehanzeb</p><p>posted by Jehanzeb</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634832373192966473</link>
		<pubDate>Fri, 14 Sep 2012 16:35:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634832373192966473</guid>
		<dc:creator>Jehanzeb</dc:creator>
	</item>
	<item>
		<title>Re: Analyzing a dump of a process under memory pressure - 11</title>
		<description>
			<![CDATA[<p>@<a href="/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634832373192966473">Jehanzeb</a>: Hmmm.. what arguments do you use when you issue a .dump command.&nbsp; Also, try the sympath changes I suggested to see if that helps.</p><p>posted by BradL</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634832543525941164</link>
		<pubDate>Fri, 14 Sep 2012 21:19:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634832543525941164</guid>
		<dc:creator>BradL</dc:creator>
	</item>
	<item>
		<title>Re: Analyzing a dump of a process under memory pressure - 11</title>
		<description>
			<![CDATA[<p>Brad, the tool I wrote launched clrdump.exe with the following parameters It generates full memory dump.</p><p>&nbsp;</p><p>clrdump.exe &lt;pid&gt; &lt;dumpfile&gt; max</p><p>&nbsp;</p><p>Just to clarify, I am able to see the managed callback. I found out the root cause of the crash and fixed the issue. But when I try to run &quot;!address -summary&quot;, it displays the same output I copied in the first post.</p><p>posted by Jehanzeb</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634833705218534994</link>
		<pubDate>Sun, 16 Sep 2012 05:35:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634833705218534994</guid>
		<dc:creator>Jehanzeb</dc:creator>
	</item>
	<item>
		<title>Re: Analyzing a dump of a process under memory pressure - 11</title>
		<description>
			<![CDATA[<p>@<a href="/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634833705218534994">Jehanzeb</a>:I've never heard of clrdump before, but from debuginfo.com, it says the default is a mini, which sounds like doing a variation of .dump /m with cdb or the other debuggers from&nbsp;Microsoft's debugging tools package.&nbsp; Honestly, I never use these mini dumps, as they're very limited in what they provide and essentially useless for tshooting memory issues.&nbsp; I tried running !address from a dump obtained by .dump /m (see debugger.chm from our Debugging Tools package) and !address wouldn't even run.</p><p>In any case, I'd suggest following the sympath chages I suggested above.&nbsp; Then tell me the results.</p><p>posted by BradL</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634834460431682169</link>
		<pubDate>Mon, 17 Sep 2012 02:34:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634834460431682169</guid>
		<dc:creator>BradL</dc:creator>
	</item>
	<item>
		<title>Re: Analyzing a dump of a process under memory pressure - 11</title>
		<description>
			<![CDATA[<p>@BradL: Thanks, the output looks better after the sympath changes you suggested.</p><p>&nbsp;</p><p>Just to clarify: I am using max option with clrdump.exe which generates full dump.</p><p>&nbsp;</p><p>&nbsp;</p><p><pre class="brush: ps">ClrDump.exe supports the following command line parameters:

clrdump &lt;pid&gt; &lt;dumpfile&gt; [min | mid | max]

pid
Process id of the target process (required)

dumpfile
Name of the minidump file (required)

min | mid | max
Size of the minidump file (optional):
min - Smallest possible minidump (enough to recover call stacks of all threads); this option is used by default
mid - Very informative but still compressible minidump
max - Full minidump (full memory contents and all other kinds of information included; usually very large in size and not compressible)</pre></p><p>posted by Jehanzeb</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634834591003013391</link>
		<pubDate>Mon, 17 Sep 2012 06:11:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11#c634834591003013391</guid>
		<dc:creator>Jehanzeb</dc:creator>
	</item>
</channel>
</rss>