Exiting the debugger

I was tryng to analyze a crash dump, and was using ndiskd.dll extension dll.

After loading and making it default, I was trying to look at the content of
a
protocol blk, using !protocol <…address…>.

And winbag was exiting immediately. I suspect that the data there is
corrupted
so wanted to look at it.

Any help on why it is exiting !!

-thx n advance
prokash

What version of the debugger is this?

If this is the 6.0.7 version of the debugger and it is exiting, you can
try the following to see why it is mysteriously exiting.

  1. Open your crash dump with windbg (I assume you have a full dump?)
    e.g. windbg -y SRV*c:\cache*http://msdl.microsoft.com/download/symbols -z
    2. tlist | findstr windbg
    3. windbg -y SRVc:\cachehttp://msdl.microsoft.com/download/symbols -p <pid_to_windbg>
    -g
    4. Continue analyzing dump. If debugger mysteriously exits you should get
    a notification in the second windbg.
    5. Assuming the second windbg hit a break, do a .dump /mfh .dmp to create
    a dump of the break. ZIP it up or open it with another debugger instance
    and use .dumpcab to create a CAB file.

    Send the compressed CAB or ZIP file to xxxxx@microsoft.com.

    David Holcomb [MS]</pid_to_windbg>