<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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>Spyware Sucks : Technology, Internet Explorer 7, Internet Explorer 8</title><link>http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/Internet+Explorer+7/Internet+Explorer+8/default.aspx</link><description>Tags: Technology, Internet Explorer 7, Internet Explorer 8</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>FIX: msfeedssync.exe crashes (RSS synchronization - IE7 and IE8)</title><link>http://msmvps.com/blogs/spywaresucks/archive/2008/07/31/1642758.aspx</link><pubDate>Thu, 31 Jul 2008 02:02:46 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1642758</guid><dc:creator>sandi</dc:creator><slash:comments>2</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=1642758</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2008/07/31/1642758.aspx#comments</comments><description>&lt;p&gt;I have over 400 RSS Feed subscriptions that I keep an eye on, and which need to be checked regularly, sometimes every 15 minutes.&amp;nbsp; A couple of days ago, msfeedssync started crashing every time a synchronization was due.&amp;nbsp; The errors were:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;Faulting application &lt;strong&gt;msfeedssync.exe&lt;/strong&gt;, version 8.0.6001.17184, time stamp 0x47ccc712, faulting module &lt;strong&gt;msfeeds.dll&lt;/strong&gt;, version 8.0.6001.17184, time stamp 0x47ccc720, exception code 0xc00000fd, fault offset 0x00002046, process id 0x1c98, application start time 0x01c8f1484814c945.&lt;/p&gt; &lt;p&gt;Faulting application &lt;strong&gt;msfeedssync.exe&lt;/strong&gt;, version 8.0.6001.17184, time stamp 0x47ccc712, faulting module &lt;strong&gt;msvcrt.dll&lt;/strong&gt;, version 7.0.6000.16386, time stamp 0x4549bd61, exception code 0xc00000fd, fault offset 0x00009bb2, process id 0x1ec0, application start time 0x01c8f1471a9905e9.&lt;/p&gt; &lt;p&gt;Faulting application &lt;strong&gt;msfeedssync.exe&lt;/strong&gt;, version 8.0.6001.17184, time stamp 0x47ccc712, faulting module &lt;strong&gt;WININET.dll&lt;/strong&gt;, version 8.0.6001.17509, time stamp 0x481c0708, exception code 0xc00000fd, fault offset 0x00004062, process id 0x2604, application start time 0x01c8f146dc893df3.&lt;/p&gt; &lt;p&gt;Faulting application &lt;strong&gt;msfeedssync.exe&lt;/strong&gt;, version 8.0.6001.17184, time stamp 0x47ccc7a5, faulting module &lt;strong&gt;kernel32.dll&lt;/strong&gt;, version 6.0.6000.16386, time stamp 0x4549d328, exception code 0xc00000fd, fault offset 0x0000000000037b93, process id 0xe94, application start time 0x01c8efbadb2c6b9a.&lt;/p&gt; &lt;p&gt;Faulting application &lt;strong&gt;msfeedssync.exe&lt;/strong&gt;, version 8.0.6001.17184, time stamp 0x47ccc7a5, faulting module &lt;strong&gt;ntdll.dll&lt;/strong&gt;, version 6.0.6000.16386, time stamp 0x4549d372, exception code 0xc00000fd, fault offset 0x00000000000529c5, process id 0x10f4, application start time 0x01c8ef973bc855f2.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;As you can see, things were a real mess.&amp;nbsp; These are the troubleshooting and diagnostic steps that I used to solve the problem:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Check if the Feed Task is corrupt by running the following command:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;schtasks /query | findstr /i &amp;quot;user_feed&amp;quot;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Results:&lt;br /&gt;&lt;strong&gt;User_Feed_Synchronization-{C73963F9-62BB-4 27/07/2008 10:15:00&amp;nbsp; Could not start&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Ok, that is not good.&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Stop and restart the Feeds Task:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;C:\Windows\system32&amp;gt;msfeedssync disable&lt;br /&gt;C:\Windows\system32&amp;gt;msfeedssync enable&lt;br /&gt;&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;Check Feed Task status again:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;schtasks /query | findstr /i &amp;quot;user_feed&amp;quot;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Results:&lt;br /&gt;&lt;strong&gt;User_Feed_Synchronization-{B70B1824-595E-4 27/07/2008 10:14:00&amp;nbsp; Ready&lt;br /&gt;User_Feed_Synchronization-{C73963F9-62BB-4 27/07/2008 10:15:00&amp;nbsp; Could not start&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Ok, not good - now I have &lt;strong&gt;two&lt;/strong&gt; tasks - there is definitely an issue with the original task which is unable to start.&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Disable the Feeds Task:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;msfeedssync disable&lt;br /&gt;&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;Check to make sure that &lt;strong&gt;both &lt;/strong&gt;Feed Tasks are gone:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;schtasks /query | findstr /i &amp;quot;user_feed&amp;quot;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Results:&lt;br /&gt;&lt;strong&gt;No tasks running - that is good&lt;br /&gt;&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;Restart the Feeds Task and check to see what we have got:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;msfeedssync enable &lt;/strong&gt;&lt;/li&gt; &lt;p&gt;&lt;strong&gt;schtasks /query | findstr /i &amp;quot;user_feed&amp;quot;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Results:&lt;br /&gt;&lt;strong&gt;User_Feed_Synchronization-{B70B1824-595E-4 27/07/2008 10:23:00&amp;nbsp; Ready&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Ok, this is good.. the bad Feed Task is gone, but msfeedssync is still crashing - something else is wrong. &lt;li&gt;Tried disabling Antivirus - that didn&amp;#39;t fix the problem.&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Tried running IE in &amp;quot;no add-ons&amp;quot; mode - msfeedssync is still crashing.&lt;br /&gt;&lt;/li&gt; &lt;li&gt;I fired up Fiddler, which records RSS activity.&amp;nbsp; It turns out msfeedssync was crashing on the same feed every time - I deleted that feed but the subscription was cached somewhere that wasn&amp;#39;t updating properly because IE8 continued to check the same feed despite it being deleted (and IE shut down and restarted, and the computer being restarted as well).&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Ok, the fact that IE continues to check a feed that I have deleted from my Feeds subscriptions indicates that we are most likely dealing with a corrupt file, but which one?&amp;nbsp; &lt;br /&gt;&lt;br /&gt;I exported my list of feeds to an OPML file, then deleted the file &amp;quot;&lt;strong&gt;FeedsStore.feedsdb-ms&lt;/strong&gt;&amp;quot; that is located in &lt;strong&gt;\Users\%username%\AppData\Local\Microsoft\Feeds&lt;/strong&gt;.&amp;nbsp; Next, I ran &amp;quot;&lt;strong&gt;msfeedssync forcesync&lt;/strong&gt;&amp;quot;.&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Results:&lt;br /&gt;msfeedssync continued to crash, but now it was crashing immediately instead of when it hit a particular feed :o(&amp;nbsp;&amp;nbsp; Ok, I just made things worse.&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Using Process Monitor, I could see that msfeedssync was crashing immediately after it (apparently successfully) closed this file: &lt;/li&gt; &lt;p&gt;&lt;strong&gt;\USERS\%username%\AppData\Local\Microsoft \Feeds Cache\index.dat&lt;/strong&gt;  &lt;p&gt;I&amp;nbsp; deleted the entire contents of that folder, including &lt;strong&gt;index.dat.&lt;br /&gt;&lt;br /&gt;Results:&lt;br /&gt;msfeedssync stopped crashing - YAY!!&lt;/strong&gt;&lt;/p&gt;&lt;/ol&gt; &lt;p&gt;&lt;br /&gt;Process Monitor is a free Sysinternals program available from Microsoft.&amp;nbsp; You can download it here:&lt;br /&gt;&lt;a title="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx?PHPSESSID=d926" href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx?PHPSESSID=d926" target="_blank"&gt;http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx?PHPSESSID=d926&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1642758" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+8/default.aspx">Internet Explorer 8</category></item></channel></rss>