Sign In
If broken it is, fix it you should
Using the powers of the debugger to solve the problems of the world - and a bag of chips by Tess Ferrandez, ASP.NET Escalation Engineer (Microsoft)
Tess Ferrandez
I work as as an Escalation Engineer in the ASP.NET developer support team at Microsoft.
My job is to help developers fix problems (memory leaks, hangs, crashes etc.) in their applications, using troubleshooting tools like debuggers and profilers.
In this blog I share tips and tricks for troubleshooting those issues, along with random tidbits about computing and my life at MS.
If you are new here, start with:
My debugging labs (Buggy Bits)
My Silverlight labs (building a game)
Thanks for visiting my blog
@TessFerrandez
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search this blog
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET
Crash scenarios
Debugging
Debugging Labs
General debugging tidbits
Kinect SDK
Memory issues
Pages
Performance issues and hangs
presentation
Silverlight
SOSEX
Archive
Archives
August 2011
(3)
May 2011
(1)
December 2010
(1)
November 2010
(1)
September 2010
(3)
August 2010
(2)
June 2010
(1)
May 2010
(1)
April 2010
(3)
March 2010
(4)
February 2010
(2)
January 2010
(2)
December 2009
(2)
November 2009
(2)
October 2009
(4)
September 2009
(4)
August 2009
(2)
July 2009
(1)
June 2009
(3)
May 2009
(3)
April 2009
(5)
March 2009
(9)
February 2009
(2)
January 2009
(6)
November 2008
(8)
October 2008
(7)
September 2008
(7)
August 2008
(5)
July 2008
(1)
June 2008
(7)
May 2008
(12)
April 2008
(14)
March 2008
(12)
February 2008
(17)
January 2008
(5)
December 2007
(2)
November 2007
(1)
October 2007
(8)
September 2007
(3)
August 2007
(7)
June 2007
(5)
May 2007
(1)
April 2007
(5)
March 2007
(4)
January 2007
(1)
December 2006
(1)
November 2006
(2)
October 2006
(4)
September 2006
(3)
August 2006
(3)
June 2006
(1)
May 2006
(1)
April 2006
(5)
March 2006
(2)
February 2006
(8)
January 2006
(7)
December 2005
(3)
November 2005
(6)
November, 2008
MSDN Blogs
>
If broken it is, fix it you should
>
November, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
If broken it is, fix it you should
Video of my TechEd presentation of Common Issues in ASP.NET and how to debug them with Windbg
Posted
over 4 years ago
by
Tess1
9
Comments
My TechEd presentation “Common Issues in ASP.NET and how to debug them with Windbg” is now up on channel 9, so if you want to watch it, here you go http://channel9.msdn.com/posts/MSDNSweden/Vanliga-fel-som-grs-med-ASPNET-och-hur-du-hittar-dem-med-WinDbg/ Have fun, Tess
If broken it is, fix it you should
Debugging memory leaks in Compact Framework / Windows CE applications
Posted
over 4 years ago
by
Tess1
2
Comments
This is way out of the scope of what I normally troubleshoot, but I have gotten some questions around this and I just wanted to point out a really good resource (By Raffaele Limosani), for troubleshooting memory leaks in these kind of applications. http://blogs.msdn.com/raffael/archive/2008/02/21/netcf-memory-leak-now-what.aspx
If broken it is, fix it you should
Planning a new .net debugging lab set – What do you want to see?
Posted
over 4 years ago
by
Tess1
25
Comments
There’s been close to 25 000 downloads of the buggy bits lab set , YAY!!! :) but now I think it’s time to expand it a bit with some new labs. I have a few different issues in mind but I wanted to check in and see if there is something specific you want to see in the new lab set. I know that the first request I’ll probably get is to include something about COM debugging or debugging RCW/CCW leaks and I might do that, but I just want to say that I am struggling a bit with this. ...
If broken it is, fix it you should
Slides for interactive TechEd Sessions about debugging .net issues in windbg
Posted
over 4 years ago
by
Tess1
2
Comments
... and here are the slides for the interactive session
If broken it is, fix it you should
Slides and resources for TechED presentations about debugging .NET issues with Windbg
Posted
over 4 years ago
by
Tess1
8
Comments
I still have to figure out a way to host the video from the break-out session but until then, here are the slides for my presentations (attached). And here are a list of some of the tools and resources I used for the presentations Tool/Resource Comment Download Link Debugging Tools for windows Windbg, adplus etc. http://www.microsoft.com/whdc/devtools/debugging/default.mspx Debug Diag 1.1 Analyzes dumps, good for native memory leaks http://www.microsoft...
If broken it is, fix it you should
Behind the scenes at TechEd EMEA - Things I learned about presenting at large conferences
Posted
over 4 years ago
by
Tess1
17
Comments
I'm back from TechEd in Barcelona, and it was one of the most fun, scary and humbling roller coaster rides I have ever been on. I am a bit of a glutton for punishment becuase I signed up to do two sessions and before I knew it I was scheduled to do one in the auditorium (on the largest stage I have ever seen, 760 sq ft). Not only that, but when I got to Barcelona they had scheduled me to do a repeat of the interactive session. I really do appreciate all the people that showed up at my sessions...
If broken it is, fix it you should
Troubleshooting appdomain restarts and other issues with ETW tracing
Posted
over 4 years ago
by
Tess1
3
Comments
You learn something new every day… I was working on an issue with appdomain restarts caused by page re-compilations because aspx pages were created and modified from the code. You can get lifetime event information such as shutdown reasons, compilation information etc. in the eventlog by enabling Application Life Time Events in your web.config (See this post for more info about this and application restarts in general) We were seeing a lot of the following messages EventID: 1305 Event...
If broken it is, fix it you should
PDC announcements about Dump debugging for .NET 4.0
Posted
over 4 years ago
by
Tess1
3
Comments
Mike Stall just wrote a very interesting post about ICoreDebug announcements at the PDC. More specifically that ICoreDbg for 4.0 will support dump debugging which means that ICoreDebug based debuggers (eg. Visual Studio) will also be able to support this. This is the best news I’ve heard in a long long time:) since it means that we can do post-mortem debugging in a bit more familiar environment than windbg (which is currently the tool of choice for this). Unfortunately I wasn’t at the...
Page 1 of 1 (8 items)