SOS Command: EEStack
!EEStack [-short] [-EE]
This command runs !DumpStack on all threads in the process. The -EE option is passed directly to !DumpStack. The -short option tries to narrow down the output to “interesting” threads only, which is defined by
- The thread has taken a lock.
- The thread has been “hijacked” in order to allow a garbage collection.
- The thread is currently in managed code.
See the documentation for !DumpStack for more info.
Example output:
!EEStack -short --------------------------------------------- Thread 876 --------------------------------------------- Thread 2268