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)
August, 2007
MSDN Blogs
>
If broken it is, fix it you should
>
August, 2007
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
ASP.NET Hang scenario: Kernel Debugging for Dummies
Posted
over 5 years ago
by
Tess1
8
Comments
A local radio show has started giving out cookie points to their interviewees for personal development, and the other day my coworker decided to give me one for debugging a perf issue in kernel-mode... YAY!!! Having debugging as a profession, you might have thought that I would have done a lot of kernel debugging, but since I deal mostly with ASP.NET and .NET development most of our issues are in usermode so there is rarely a need to debug the kernel (drivers etc.). In fact, I have only debugged...
If broken it is, fix it you should
An attempt to improve the blog quality
Posted
over 5 years ago
by
Tess1
3
Comments
Courtesy of my pals on http://blogs.msdn.com/ntdebugging/ I have added a chance to give post feedback, by adding a survey at the bottom of my case studies. The survey is an anonymous "yes" or "no" click and I'll use it to figure out what type of posts and topics are most useful so if you read a post that resolves a problem for you or helps you in the right direction, please click away:) Thanks, Tess
If broken it is, fix it you should
ASP.NET Memory Investigation
Posted
over 5 years ago
by
Tess1
14
Comments
This is a bit of a continuation of ASP.NET Memory Issue: High memory usage in a 64bit w3wp.exe process so if you haven't checked it out you might want to just glance over it before reading this one to get the context of the problem and some notes on 64 bit debugging. Before I go into the details I just want to mention that what I will talk about does not only apply to 64 bit debugging even though I am using a 64 bit dump, you can just as easily see the problems I will talk, about and use the same...
If broken it is, fix it you should
ASP.NET Hang Case Study: Application hangs on startup
Posted
over 5 years ago
by
Tess1
4
Comments
Recently we have been getting quite a few similar hangs in ASP.NET. From the first look they really aren't all that similar but when we get down to the nitty-gritty we see that they all hang or rather have a very high latency, in the exact same location. Problem description: On startup, the first request for an aspx page, no matter how simple it is, will take around 2 minutes. In fact, all subsequent requests will also take 2 minutes to execute, so the server is essentially out of order. ...
If broken it is, fix it you should
More reading material
Posted
over 5 years ago
by
Tess1
2
Comments
I want to try to keep this blog free of link-listings and just publish my own case studies etc. but when I come across something like these articles by Rahul Soni, I can't help but share them The infamous debug=true attribute Post Production Debugging for ASP.NET Applications – Part 1 Enjoy, Tess
If broken it is, fix it you should
ASP.NET Memory Issue: High memory usage in a 64bit w3wp.exe process
Posted
over 5 years ago
by
Tess1
11
Comments
By default when you run IIS on a 64-bit machine you will still be running a 32-bit w3wp.exe, so apart from a few differences, like being able to use 4 GB virtual bytes instead of 2 GB virtual bytes the difference in debugging an issue on 32-bit vs. 64-bit is not that big. You will still be debugging with a 32-bit debugger and the memory will be aligned the same as in any 32-bit process on a 32-bit system. As a matter of fact, something that is very important to point out, is that if you happen...
If broken it is, fix it you should
Reading Material
Posted
over 5 years ago
by
Tess1
5
Comments
One of the benefits of moving back to Sweden was for sure the 6 weeks of vacation I get every year... yeah you read it right, 6 weeks:) I came back yesterday from taking 4 of those weeks and although I do really love my job it sure is really hard to get into it again... This season I am going to start off soft with two books that were recommended to me, and since I constantly get emails asking for reading recommendations I thought I'd share... The first one is " Debugging Microsoft .NET 2.0...
Page 1 of 1 (7 items)