Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
338 views

Windbg !analyze -v hang and .NET not producing expected result

I'm trying to diagnose an application that is hanging randomly after long intervals. I read about windbg !analyze -v -hang but I don't know how to make it work with .NET Used this simulated deadlock ...
xvan's user avatar
  • 4,845
1 vote
1 answer
854 views

!mlocks hung interpretation help needed

i try to investigate a hung with windbg and want to know if my assumptions are right. If I call the command !mlocks i got the following: 0:000> !mlocks Examining SyncBlocks... Scanning for ...
Bernhard Koenig's user avatar
3 votes
1 answer
5k views

detecting deadlock in a hung C# application using windbg

My multithreaded app in C# 2.0 using threadpool hangs every few weeks or so in prod. I did a syncblk !syncblk Index SyncBlock MonitorHeld Recursion Owning Thread Info SyncBlock Owner 201 ...
bsobaid's user avatar
  • 975
4 votes
2 answers
3k views

Diagnosing an app that fails to halt

Our Windows app is often hanging in memory and I'm trying to use windbg to track down the problem. I'm very new to windbg and could use some advice (I have started to read Advanced Windows Debugging ...
criddell's user avatar
  • 14.6k