Using the Deadlocked Thread PostMortem dialog below, you can retrieve all thread callstacks in your application.
This may be useful in many ways, but in particular, if you know a deadlock has occurred in your program, then examining the callstacks of each thread will help determine where the deadlock occurred.
To show this dialog, choose the menu option below:
 Query menu 
 choose Display stack traces for all threads...  
 displays the dialog below 
Or use the following icon on the Query Toolbar.

 
The dialog appears already populated with the callstack information
•Clear 
 remove any existing results 
•Refresh 
 update the list of callstacks shown in the display 
For example:

 
If Thread Validator fails to find the process locks list it will provide a warning and information for what to do to enable the list to be found.
In this example, the suggestion is to enable a Microsoft Symbol Server.
