I've installed AppVerifier and have it's extended error reporting appearing in the Output-Debug window:
VERIFIER STOP 00000202: pid 0x1714: Freeing heap block containing an active critical section.
10177F2C : Critical section address. Run !cs -s <address> to get more information.
044885D4 : Critical section initialization stack trace. Run dps <address> to dump the stack trace.
10177ED0 : Heap block address.
00000130 : Heap block size.
But when I try to use the suggested WinDbg commands in the immediate window I end up with errors.
!cs -s 10177F2C
CXX0013: Error: missing operator
!cs -s <10177F2C>
CXX0017: Error: symbol "s <10177F2C>" not found
dps 044885D4
CXX0004: Error: syntax error
dps <044885D4>
CXX0017: Error: symbol "dps <044885D4>" not found
Do I need to do additional installation/configuration beyond just installing AppVerifier to make use of this functionality?