R – Diagnosing Deadlocks in Win32 Program

deadlockproductionwinapiwindbg

What are the steps and techniques to debug an apparent hang due to a deadlock in a Win32 production process. I heard that WinDbg can be used for this purpose but could you please provide clear hints on how this can be accomplished?

Best Answer

This post should get you started on the various options..Check the posts tagged with Debugging..

Another useful article on debugging deadlocks..