<?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>What on earth caused my process to crash?</title><link>http://blogs.msdn.com/b/tess/archive/2005/11/28/what-on-earth-caused-my-process-to-crash.aspx</link><description>So you got a 1000 w3wp.exe stopped unexpectedly in the eventviewer or your process just exited in some weird undefined way and you don't know why. 
 When a process crashes or exits a special event will be fired called EPR (Exit PRocess) so with a debugger</description><dc:language>sv-SE</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: What on earth caused my process to crash?</title><link>http://blogs.msdn.com/b/tess/archive/2005/11/28/what-on-earth-caused-my-process-to-crash.aspx#9433966</link><pubDate>Thu, 19 Feb 2009 15:50:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9433966</guid><dc:creator>Prasanna</dc:creator><description>&lt;p&gt;I too get the same error&lt;/p&gt;
&lt;p&gt;0:025&amp;gt; !threadpool&lt;/p&gt;
&lt;p&gt;Failed to find runtime DLL (mscorwks.dll), 0x80004005&lt;/p&gt;
&lt;p&gt;Extension commands need mscorwks.dll in order to have something to do.&lt;/p&gt;
&lt;p&gt;Can you please provide a solution for this.&lt;/p&gt;
&lt;p&gt;BTW, I'm trying to get the minidump of ASP.NET 2.0 application.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9433966" width="1" height="1"&gt;</description></item><item><title>re: What on earth caused my process to crash?</title><link>http://blogs.msdn.com/b/tess/archive/2005/11/28/what-on-earth-caused-my-process-to-crash.aspx#5508705</link><pubDate>Thu, 18 Oct 2007 16:54:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5508705</guid><dc:creator>Tess1</dc:creator><description>&lt;p&gt;addendum to last comment:)&lt;/p&gt;
&lt;p&gt;try lmvm mscorwks to see if mscorwks.dll is loaded&lt;/p&gt;
&lt;p&gt;you can also try lmvm mscor* to see what mscor dlls are loaded and what versions&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5508705" width="1" height="1"&gt;</description></item><item><title>re: What on earth caused my process to crash?</title><link>http://blogs.msdn.com/b/tess/archive/2005/11/28/what-on-earth-caused-my-process-to-crash.aspx#5508701</link><pubDate>Thu, 18 Oct 2007 16:53:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5508701</guid><dc:creator>Tess1</dc:creator><description>&lt;p&gt;Sounds like you are either debugging an application that is not managed (.net) or that hasnt yet loaded mscorwks.dll &amp;nbsp;alternatively that it is an 1.1 app and youre trying to debug with 2.0 sos&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5508701" width="1" height="1"&gt;</description></item><item><title>re: What on earth caused my process to crash?</title><link>http://blogs.msdn.com/b/tess/archive/2005/11/28/what-on-earth-caused-my-process-to-crash.aspx#5507852</link><pubDate>Thu, 18 Oct 2007 15:36:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5507852</guid><dc:creator>Ravi</dc:creator><description>&lt;p&gt;I get the following message when ever i try to do any thing after i load sos.dll &lt;/p&gt;
&lt;p&gt;&amp;quot;Failed to find runtime DLL (mscorwks.dll), 0x80004005&lt;/p&gt;
&lt;p&gt;Extension commands need mscorwks.dll in order to have something to do.&amp;quot;&lt;/p&gt;
&lt;p&gt;following is what i did,&lt;/p&gt;
&lt;p&gt;1. Load a crash dump&lt;/p&gt;
&lt;p&gt;2. .load c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\SOS.dll&lt;/p&gt;
&lt;p&gt;3. !threads&lt;/p&gt;
&lt;p&gt;&amp;quot;c:\dumps\&amp;quot; is the folder from where i loaded the crash dumps &lt;/p&gt;
&lt;p&gt;&amp;quot;C:\Program Files\Debugging Tools for Windows\&amp;quot; is where the debugger is installed&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5507852" width="1" height="1"&gt;</description></item><item><title>re: What on earth caused my process to crash?</title><link>http://blogs.msdn.com/b/tess/archive/2005/11/28/what-on-earth-caused-my-process-to-crash.aspx#567954</link><pubDate>Tue, 04 Apr 2006 10:57:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:567954</guid><dc:creator>Tess1</dc:creator><description>I have taken the liberty to change this post sligthly, renaming the GC Holes section to Managed Heap Corruption which is more correct. &lt;br&gt;&lt;br&gt;Thanks to Rico (&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/ricom"&gt;http://blogs.msdn.com/ricom&lt;/a&gt;) for pointing this out... &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=567954" width="1" height="1"&gt;</description></item><item><title>re: What on earth caused my process to crash?</title><link>http://blogs.msdn.com/b/tess/archive/2005/11/28/what-on-earth-caused-my-process-to-crash.aspx#529255</link><pubDate>Fri, 10 Feb 2006 10:04:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:529255</guid><dc:creator>Tess1</dc:creator><description>Thanks for commenting on that John, I've changed it now... &lt;br&gt;&lt;br&gt;That's what you get for trying to typ faster than the brain can manage:)&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=529255" width="1" height="1"&gt;</description></item><item><title>re: What on earth caused my process to crash?</title><link>http://blogs.msdn.com/b/tess/archive/2005/11/28/what-on-earth-caused-my-process-to-crash.aspx#528873</link><pubDate>Thu, 09 Feb 2006 23:35:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:528873</guid><dc:creator>John M. Dlugosz</dc:creator><description>&amp;quot;Fatal Excecution Engine&amp;quot; is a typo. &amp;nbsp;I really don't care, but it won't show up in Google if one searches for &amp;quot;Fatal Execution Engine&amp;quot;, and this page is well worth finding.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=528873" width="1" height="1"&gt;</description></item><item><title>re: What on earth caused my process to crash?</title><link>http://blogs.msdn.com/b/tess/archive/2005/11/28/what-on-earth-caused-my-process-to-crash.aspx#526563</link><pubDate>Tue, 07 Feb 2006 16:28:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:526563</guid><dc:creator>Tess1</dc:creator><description>Take a look at the log file that gets created in the hang or crash directory, somewhere near the bottom you should have an error message telling you the reason that it exited. &amp;nbsp;&lt;br /&gt;&lt;br /&gt;The most likely cause is that you don't have permissions to debug the process, i.e. that you are not an admin or otherwise priviledged to debug the process. &amp;nbsp; &lt;br /&gt;&lt;br /&gt;Another likely cause is that you are trying to debug in crash mode on a win2000 machine through terminal services. &amp;nbsp;This will not work as you are not logged in to the same windows session as the service you are debugging. &amp;nbsp;(non invasive i.e. hang mode works still because it doesnt actually break in to the process) &lt;br /&gt;&lt;br /&gt;If this is the case, the easiest way to deal with it if possible is to log on to the actual machine. If that is not possible you have to follow the steps in this article to run in crash mode remotely&lt;br /&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/default.aspx?scid=kb;en-us;286350#XSLTH4369121123120121120120"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;286350#XSLTH4369121123120121120120&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Hope this takes you closer to debugging your crash... &lt;br /&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=526563" width="1" height="1"&gt;</description></item><item><title>re: What on earth caused my process to crash?</title><link>http://blogs.msdn.com/b/tess/archive/2005/11/28/what-on-earth-caused-my-process-to-crash.aspx#526557</link><pubDate>Tue, 07 Feb 2006 16:14:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:526557</guid><dc:creator>RichB</dc:creator><description>Well, I have ASP.Net v2 crashing. So I'm trying to follow your instructions to debug it, but fail at the first hurdle. adplus says it has attached to aspnet_wp.exe, but then immediately exits and I get zero minimized command shells.&lt;br /&gt;&lt;br /&gt;It's always annoying when you have to debug the debugger before you can debug the platform.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=526557" width="1" height="1"&gt;</description></item><item><title>A .NET Crash: How not to write a global exception handler</title><link>http://blogs.msdn.com/b/tess/archive/2005/11/28/what-on-earth-caused-my-process-to-crash.aspx#525584</link><pubDate>Mon, 06 Feb 2006 14:29:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:525584</guid><dc:creator>If broken it is, fix it you should</dc:creator><description>&lt;br&gt;I’ve written quite a few posts on memory issues because that is the type of problem we get most frequently...&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=525584" width="1" height="1"&gt;</description></item></channel></rss>