NetInverse Developers Blog

April 9, 2009
Category: Debugging — Tags: , , , , — admin @ 10:26 am

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

  1. The thread has taken a lock.
  2. The thread has been “hijacked” in order to allow a garbage collection.
  3. The thread is currently in managed code.

See the documentation for !DumpStack for more info.

Example output:

!EEStack -short
---------------------------------------------
Thread 876
---------------------------------------------
Thread 2268

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

©2009 NetInverse. All rights reserved. Powered by WordPress