<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>.Net memory leak: Unblock my finalizer</title><link>http://blogs.msdn.com/b/tess/archive/2006/03/27/net-memory-leak-unblock-my-finalizer.aspx</link><description>This time I figured I'd talk about an issue that spans all three debugging scenarios, hangs, memory issues and crashes... yummy:) 
 But first off let me just share a link i found on Mike Stall's debugging blog , the source for .net 2.0 (rotor). Very</description><dc:language>sv-SE</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: .Net memory leak: Unblock my finalizer</title><link>http://blogs.msdn.com/b/tess/archive/2006/03/27/net-memory-leak-unblock-my-finalizer.aspx#10414720</link><pubDate>Mon, 29 Apr 2013 11:02:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10414720</guid><dc:creator>Dhaval</dc:creator><description>&lt;p&gt;Hey I am running your hang analysis code on the different dump file and getting this as a result please help me understand this things. &lt;/p&gt;
&lt;p&gt;The Finalizer (Thread -1) is blocked&lt;/p&gt;
&lt;p&gt;There is no data shown in the other part of &amp;nbsp;result.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10414720" width="1" height="1"&gt;</description></item><item><title>re: .Net memory leak: Unblock my finalizer</title><link>http://blogs.msdn.com/b/tess/archive/2006/03/27/net-memory-leak-unblock-my-finalizer.aspx#10414146</link><pubDate>Fri, 26 Apr 2013 04:19:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10414146</guid><dc:creator>Dhaval</dc:creator><description>&lt;p&gt;We are having the same issue may be. I have done the analysis using your Hang Analysis code.&lt;/p&gt;
&lt;p&gt;The result is :&lt;/p&gt;
&lt;p&gt;====================================================================================================================&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hang Analysis &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;====================================================================================================================&lt;/p&gt;
&lt;p&gt;____________________________________________________________________________________________________________________&lt;/p&gt;
&lt;p&gt; GC RELATED INFORMATION &lt;/p&gt;
&lt;p&gt;____________________________________________________________________________________________________________________&lt;/p&gt;
&lt;p&gt;The following threads are GC threads:&lt;/p&gt;
&lt;p&gt;	8 9 10 11 12 13 14 15 &lt;/p&gt;
&lt;p&gt;The Finalizer (Thread 16) is blocked&lt;/p&gt;
&lt;p&gt;.shell: Process exited&lt;/p&gt;
&lt;p&gt;There is no data shown in the other two part of this result. So what I am assuming is that my finalizer is blocked.&lt;/p&gt;
&lt;p&gt;So now it is the only thing I should concentrate on or its may be kind of thing.&lt;/p&gt;
&lt;p&gt;(Either I should move towards Profiles now for tracing down this issue to the code level. )&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10414146" width="1" height="1"&gt;</description></item><item><title>re: .Net memory leak: Unblock my finalizer</title><link>http://blogs.msdn.com/b/tess/archive/2006/03/27/net-memory-leak-unblock-my-finalizer.aspx#10354504</link><pubDate>Sun, 30 Sep 2012 05:10:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10354504</guid><dc:creator>Lavanya</dc:creator><description>&lt;p&gt;Thanks for the detailed information. &lt;/p&gt;
&lt;p&gt;It is indeed really helpful for freshers to learn debugging without the spoon fed Visual Studio.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10354504" width="1" height="1"&gt;</description></item><item><title>re: .Net memory leak: Unblock my finalizer</title><link>http://blogs.msdn.com/b/tess/archive/2006/03/27/net-memory-leak-unblock-my-finalizer.aspx#9974076</link><pubDate>Sat, 06 Mar 2010 11:34:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9974076</guid><dc:creator>ji</dc:creator><description>&lt;p&gt;the link for .net 2.0 (rotor) is broken. Can you please fix it.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9974076" width="1" height="1"&gt;</description></item><item><title>re: .Net memory leak: Unblock my finalizer</title><link>http://blogs.msdn.com/b/tess/archive/2006/03/27/net-memory-leak-unblock-my-finalizer.aspx#9833269</link><pubDate>Tue, 14 Jul 2009 18:40:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9833269</guid><dc:creator>commenter</dc:creator><description>&lt;p&gt;&amp;quot;A finalize method should never perform a blocking operation&amp;quot;&lt;/p&gt;
&lt;p&gt;So, never use STA COM objects.&lt;/p&gt;
&lt;p&gt;But... &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9833269" width="1" height="1"&gt;</description></item><item><title>My presentation on Troubleshooting ASP.NET production issues at Developer Summit 2008</title><link>http://blogs.msdn.com/b/tess/archive/2006/03/27/net-memory-leak-unblock-my-finalizer.aspx#8379646</link><pubDate>Fri, 11 Apr 2008 14:24:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8379646</guid><dc:creator>If broken it is, fix it you should</dc:creator><description>&lt;p&gt;The purpose of my presentation was to show some common pitfalls and of course to show off windbg and&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8379646" width="1" height="1"&gt;</description></item><item><title>CCWs as a Special Case of Finalizer-Related Problems</title><link>http://blogs.msdn.com/b/tess/archive/2006/03/27/net-memory-leak-unblock-my-finalizer.aspx#2467262</link><pubDate>Mon, 07 May 2007 22:33:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2467262</guid><dc:creator>All Your Base Are Belong To Us</dc:creator><description>&lt;p&gt;A long time with no posts, and a short post this time as well. Tons of work, too little time. Please&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2467262" width="1" height="1"&gt;</description></item><item><title>.NET Garbage Collector PopQuiz - Followup</title><link>http://blogs.msdn.com/b/tess/archive/2006/03/27/net-memory-leak-unblock-my-finalizer.aspx#2458675</link><pubDate>Mon, 07 May 2007 09:19:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2458675</guid><dc:creator>If broken it is, fix it you should</dc:creator><description>&lt;p&gt;It was really exciting to see that so many people answered the .NET GC PopQuiz , especially seeing that&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2458675" width="1" height="1"&gt;</description></item><item><title>   Unblock my finalizer &amp;raquo; Advanced .NET Debugging</title><link>http://blogs.msdn.com/b/tess/archive/2006/03/27/net-memory-leak-unblock-my-finalizer.aspx#1451559</link><pubDate>Thu, 11 Jan 2007 22:25:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1451559</guid><dc:creator>   Unblock my finalizer » Advanced .NET Debugging</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://dotnetdebug.net/2006/03/27/unblock-my-finalizer/"&gt;http://dotnetdebug.net/2006/03/27/unblock-my-finalizer/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1451559" width="1" height="1"&gt;</description></item><item><title>re: .Net memory leak: Unblock my finalizer</title><link>http://blogs.msdn.com/b/tess/archive/2006/03/27/net-memory-leak-unblock-my-finalizer.aspx#1162199</link><pubDate>Tue, 28 Nov 2006 02:47:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1162199</guid><dc:creator>Alois Kraus</dc:creator><description>&lt;p&gt;Thanks Tess for clarification of what should be considered a managed and unmanaged resource.&lt;/p&gt;
&lt;p&gt;Yours,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Alois Kraus&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1162199" width="1" height="1"&gt;</description></item></channel></rss>