I need to look at a thread with specific stack trace from a dump-file. This file has has thousands of threads
0:638> !threads
ThreadCount: 23800
UnstartedThread: 175
BackgroundThread: 4569
PendingThread: 194
DeadThread: 19053
Hosted Runtime: no
I used ~* e !clrstack
in an attempt to get all stacks that I can later search through. But I guess windbg buffer is small enough because when I scroll to the top, I simply getting few hundred thread stacks. I try to use the option to write the results in text file but that only seem to just writeout whatever is in the buffer. Any idea I can get either make the windbg window buffer really really big or any other trick to look for thread that may have a specific callstack?