Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Our application is getting hung intermittently. We got the memory dump and I loaded it to windbg. There are more than 100 threads it shown in the windbg.

I want to know what is the recent thread got executed before the hang occured. So I want to sort the threads based on the last activity. Is there any way/command to check that?


What I have tried:

Searched online but couldnt find any answer
Posted
Updated 1-Aug-20 5:18am
Comments
[no name] 1-Aug-20 10:19am    
Google for 'windbg call stack'. Have a look e.g. here: c# - How to list call stack of all managed threads using WinDBG? - Stack Overflow[^]
Coder969 1-Aug-20 10:21am    
Thanks for the reply. I am able to list down the number of threads. I just want to know what is the last thread that got execute before the application hangs

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900