Morpheus, дамп нужен.
Или сам его посмотришь в WinDbg:
Цитата Mark Russinovich:
Then attempt to determine reason for hang. (This is the hard part.)- Use !thread to see what’s running– check the stack
- Check each CPU by using the ~ command, for example, ~0, ~1
- Use !locks to look at possible deadlocks
- Use !irql to see previous IRQL (Windows Server 2003 and later)
|