<?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 - Silviu Calinoiu: Inside Windows 7 - Fault Tolerant Heap</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/474095_100x75.jpg</url>
		<title>Channel 9 - Silviu Calinoiu: Inside Windows 7 - Fault Tolerant Heap</title>
		<link></link>
	</image>
	<description>The Fault Tolerant Heap (FTH) is a subsystem of Windows 7 responsible for monitoring application crashes and autonomously applying mitigations to prevent future crashes on a per application basis. For the vast majority of users, FTH will function with
 no need for intervention or change on their part. Principal Development Lead and rock star developer&amp;nbsp;Silviu Calinoiu is the mastermind behind FTH. Here, we go deep into how FTH works and why it&#39;s designed the way it is.The Fault Tolerant Heap is another example of the low level efficiency built into the system: FTH
automatically corrects memory faults that cause applications to&amp;nbsp;crash which has the pleasant side effect of preventing future crashes. How does FTH work, exactly? What types of memory problems does it address, specifically? How do developers monitor
 FTH events and can they override FTH&#39;s behavior? What does this all mean to the average user?
FTH, as an autonomous monitoring and correction system, represents a step&amp;nbsp;in the right direction&amp;nbsp;for&amp;nbsp;the evolution of a more homeostatic general purpose operating system. Simply, Windows is getting smarter in the sense that it&#39;s increasingly becoming better
 at self-regulation and self-healing. Yes, there&#39;s a very long way to go, but we&#39;re making real progress.You will continue to learn about recoverability in Windows over the coming months here on C9.&amp;nbsp;&amp;nbsp;Tune in. </description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 23:26:06 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 23:26:06 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Silviu Calinoiu: Inside Windows 7 - Fault Tolerant Heap</title>
		<description>
			<![CDATA[
<p>I have a great FTH acticle in RUSSIAN at <a href="http://www.kip.ru/realtime/2009/08/windows-7-new-cool-features-fth.html">http&#58;&#47;&#47;www.kip.ru&#47;realtime&#47;2009&#47;08&#47;windows-7-new-cool-features-fth.html</a> <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by pdidenko</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633867948140000000</link>
		<pubDate>Tue, 25 Aug 2009 11:00:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633867948140000000</guid>
		<dc:creator>pdidenko</dc:creator>
	</item>
	<item>
		<title>Re: Silviu Calinoiu: Inside Windows 7 - Fault Tolerant Heap</title>
		<description>
			<![CDATA[
<p>Neat feature and good video.&nbsp; I learned about this feature a few weeks ago while debugging my service.&nbsp; It had been crashing and then it seemed fixed and I couldn't repro it again.&nbsp; Moved it to another box and it started crashing again.&nbsp; Finally I noticed
 a line in the debugger that I knew wasn't mine about FTH and thought &quot;WTH?&nbsp; Ahh, nice!&quot;.&nbsp; I like it but I'll turn it off on my test systems.</p>
<p>posted by JohnFrum</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633868305450000000</link>
		<pubDate>Tue, 25 Aug 2009 20:55:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633868305450000000</guid>
		<dc:creator>JohnFrum</dc:creator>
	</item>
	<item>
		<title>Re: Silviu Calinoiu: Inside Windows 7 - Fault Tolerant Heap</title>
		<description>
			<![CDATA[
<p>Question: With FTH on will it show me stack trace of the moment when buffer overrun occurs? Or it just hides (because of this additional memory) it and then later I will discover that sometime it was? We did kind of this stuff (a wrapper for malloc realloc
 and free functions) for our app but we can't control pointers so we saw actually that buffer was overrun only when this block was freed.</p>
<p>posted by efremovda</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633868336240000000</link>
		<pubDate>Tue, 25 Aug 2009 21:47:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633868336240000000</guid>
		<dc:creator>efremovda</dc:creator>
	</item>
	<item>
		<title>Re: Silviu Calinoiu: Inside Windows 7 - Fault Tolerant Heap</title>
		<description>
			<![CDATA[
<p>I think the article pdidenko recommended is useful</p>
<p>posted by doncote</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633868369590000000</link>
		<pubDate>Tue, 25 Aug 2009 22:42:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633868369590000000</guid>
		<dc:creator>doncote</dc:creator>
	</item>
	<item>
		<title>Re: Silviu Calinoiu: Inside Windows 7 - Fault Tolerant Heap</title>
		<description>
			<![CDATA[
<p>Unfortunately it detects it during free. In order to detect it when the buffer overruns happens you need to play tricks with how the blocks are laid out in memory (each in a different page) and then play tricks with the protection of the following page.
 There is actually something that does this called page heap which is part of Application Verifier and you can download it from here:
<a href="http://www.microsoft.com/DownLoads/details.aspx?familyid=C4A25AB9-649D-4A1B-B4A7-C9D8B095DF18&amp;displaylang=en">
http://www.microsoft.com/DownLoads/details.aspx?familyid=C4A25AB9-649D-4A1B-B4A7-C9D8B095DF18&amp;displaylang=en</a>&nbsp;</p>
<p>&nbsp;</p>
<p>This however has drastic performance implications and therefore is used only in testing environments. So the deal with FTH is just to shave some of these issues and try to detect as much as possible. It is still better then crashing with an innocent victim
 on the stack because now at least you know the entity freeing the block had some issue in the code paths manipulating that block. Essentially it is not different from the approach you used in your project. Just generalizes it for everybody. And debugging still
 requires lots of thinking but less than before.</p>
<p>posted by Silviu Calinoiu</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633868517260000000</link>
		<pubDate>Wed, 26 Aug 2009 02:48:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633868517260000000</guid>
		<dc:creator>Silviu Calinoiu</dc:creator>
	</item>
	<item>
		<title>Re: Silviu Calinoiu: Inside Windows 7 - Fault Tolerant Heap</title>
		<description>
			<![CDATA[
<p>While I think is great to have such tolerance systems in the OS,&nbsp; I can't help thinking about the hords of lazy/mediocre developers that are going to leave those bugs behind.</p>
<p>posted by raptor3676</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633869002080000000</link>
		<pubDate>Wed, 26 Aug 2009 16:16:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633869002080000000</guid>
		<dc:creator>raptor3676</dc:creator>
	</item>
	<item>
		<title>Re: Silviu Calinoiu: Inside Windows 7 - Fault Tolerant Heap</title>
		<description>
			<![CDATA[
<p>Thanks for reply. Anyway it's great to have such things. It will help us to calm down customers while we search through issues. And I hope that it will not lazy us <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> as raptor3676 said.</p>
<p>posted by efremovda</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633869014540000000</link>
		<pubDate>Wed, 26 Aug 2009 16:37:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633869014540000000</guid>
		<dc:creator>efremovda</dc:creator>
	</item>
	<item>
		<title>Re: Silviu Calinoiu: Inside Windows 7 - Fault Tolerant Heap</title>
		<description>
			<![CDATA[
<p>This isn't a mechanism for creating lazy developers. If anything, it should help you find and fix bugs faster while the customer experiencing the execution of your problematic code does not have to suffer through the Crash Experience...
</p>
<p>&nbsp;</p>
<p>Also, as Silviu made very clear in the discussion, this is not a silver bullet and is only the first version of the technology. Still, Silviu should be commended for his great engineering and we all look forward to what he's cooking up for next time...
</p>
<p>&nbsp;</p>
<p>C</p>
<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633869866720000000</link>
		<pubDate>Thu, 27 Aug 2009 16:17:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633869866720000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: Silviu Calinoiu: Inside Windows 7 - Fault Tolerant Heap</title>
		<description>
			<![CDATA[
<p>Finally got round to watching this, it’s a classic Channel 9 video. I couldn’t help but grin when Charles became sufficiently involved to say that this was part of the awesome reality behind the marketing cr*p. So true, it’s this kind of deep thinking that
 hopefully results in fewer frowning users and who knows, maybe some of ‘em will even actually smile. But back the video: the perfect balance of real and fascinating detail, humanity (you got to love it when someone doing work as important as Silviu has to
 prop his displays up on printer paper), humour and deep honesty. Kudos to all involved, not least Silviu Calinoiu himself.</p>
<p>posted by tomkirbygreen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633877504590000000</link>
		<pubDate>Sat, 05 Sep 2009 12:27:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633877504590000000</guid>
		<dc:creator>tomkirbygreen</dc:creator>
	</item>
	<item>
		<title>Re: Silviu Calinoiu: Inside Windows 7 - Fault Tolerant Heap</title>
		<description>
			<![CDATA[
<p>Thank you. In some sense, sometimes I feel that the honest conversational approach to Channel 9 is undervalued (or just taken for granted). It's really nice to hear this kind of feedback. Makes me want to keep doing this stuff.</p>
<p>&nbsp;</p>
<p>C</p>
<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633877761610000000</link>
		<pubDate>Sat, 05 Sep 2009 19:36:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c633877761610000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: Silviu Calinoiu: Inside Windows 7 - Fault Tolerant Heap</title>
		<description>
			<![CDATA[ <p>Thanks so much for the deep dive into this effectively automagically-repairing feature in Windows.</p><p>posted by zian</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c634249398600000000</link>
		<pubDate>Tue, 09 Nov 2010 22:51:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Silviu-Calinoiu-Inside-Windows-7-Fault-Tolerant-Heap#c634249398600000000</guid>
		<dc:creator>zian</dc:creator>
	</item>
</channel>
</rss>