How to Identify CLR threads in a dump - 08 | .NET Debugging for the Production Environment

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
You may wish to watch the video using one of the high quality links on the right so the debug output is easily readable. In this episode, well discuss the different types of CLR threads (.e.g., GC thread, finalizer, etc.) and give a walkthrough of how you can identify each one in a dump file. Knowing this information can aid in your effort to find root cause - as well as avoid inaccurate reasons - for various application issues. http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Case-Study-Debugging-the-Load-Test .NET Debugging for the Production Environment, Part 7 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:3fdd0f1565e84c37a88da0ec006e3d24

View the full article
 
Back
Top