Quantcast
Channel: Björn Carlsson – blog.
Viewing all articles
Browse latest Browse all 12

Using WinDbg to inspect native dump files

$
0
0

Just a very short instruction on how to inspect native dump files with WinDbg: Get and install and then start WinDbg File – Open Crash Dump ~*kb Lists all the threads and their call stacks. !locks Will show you the critical sections. LockCount – RecursionCount – 1 = the amount of times the lock has […]

The post Using WinDbg to inspect native dump files appeared first on blog..


Viewing all articles
Browse latest Browse all 12

Trending Articles