Re: IIS Deadlock Issue

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



When the web service deadlocks (hangs) run iisdump.exe.
After the dump finishes, run windbg.exe (get the latest version), load
the dump file and inside windbg do:

.loadby sos mscorwks
.sympath SRV*c:\Symbols*http://msdl.microsoft.com/download/symbols
.reload
~*e !clrstack

the "~*e !clrstack" command gives you the stack of the all the managed
threads and should help you to see where the deadlock is taking place.

Other instructions you may want to follow (where the scenario is
similar to yours) are available here:
http://blogs.msdn.com/carloc/archive/2007/11/15/does-hot-deployment-really-means-hot.aspx

hope it helps,
Tiago Halm
.



Relevant Pages

  • Re: window dump with webcam filter
    ... Dump file allows you to walk BSOD tack and see the parameters, ... i had run debug and see ouput in windbg such as ... DevUpper.sys: Entered the Driver Entry ... Compile debug version of driver, ...
    (microsoft.public.win32.programmer.kernel)
  • Re: blue screen
    ... what is wrong is to run windbg on the dump file. ... download/install windbg from Microsoft Debugging Tools ... all windows." ... This will display a quick analysis of which driver crashed and the most ...
    (microsoft.public.windowsxp.hardware)
  • Re: Compile time settings for structure alignment in x64 device drivers?
    ... one quick way to see if this is truly the case is to load your driver as a dump file in windbg and then ... Using WinDbg, I can see that a pointer to a UNICODE_STRING being supplied by the system to a call back in my code is pointing at a memory structure using two shorts, four padding bytes and then an 8 byte pointer to a wide character buffer. ...
    (microsoft.public.development.device.drivers)
  • Re: Compile time settings for structure alignment in x64 device drivers?
    ... dump file in windbg and then ... a UNICODE_STRING is two shorts and 32 bit pointer. ... Using WinDbg, ... I can see that a pointer to a UNICODE_STRING being supplied by the system ...
    (microsoft.public.development.device.drivers)
  • Re: I got a problem with proper syntax
    ... First of all dumpchk checks that it's a dump file. ... There is a command prompt. ... All you need do is to start Windbg, File Menu, Open Crash Dump ... > example of how to type the command in the "command prompt" window. ...
    (microsoft.public.windowsxp.help_and_support)