Re: IISState Question by Ozzie
Ozzie
Fri Dec 10 07:36:43 CST 2004
I left off the -sc and the symbols were downloaded. I was only looking for
a hang. The program did finish after a number of threads were recorded, so
it looks like there would be no reason to leave the window open. I am
guessing here as this is the first time I ran it.
"Pat [MSFT]" <patfilot@online.microsoft.com> wrote in message
news:uyVno8i3EHA.2676@TK2MSFTNGP12.phx.gbl...
> What problem are you trying to debug?
>
> If you are trying to identify a hang, the command line to use is:
>
> iisstate -p <pid> -d <enter>
>
> For a crash (i.e. terminating process):
>
> iisstate -p <pid> -d -sc <enter>
>
> For either, you need to leave the command window open until iisstate
> completes. In the crash configuration, IISState will attach to the
> suspect process and wait for the crash to occur. This can take hours or
> even days. Just leave it there.
>
>
> Pat
>
> "Ozzie" <none@none.com> wrote in message
> news:%23BW0qdh3EHA.3616@TK2MSFTNGP11.phx.gbl...
>>I downloaded and installed the file iisstate.msi which contained the
>>debugging files and was installed in C:\iisstate. I ran it from the
>>command line with the following syntax: c:\iisstate>iisstate -p
>>1440 -d -sc. It came up version 6.2.0013.1. The output and symbols folders
>>were created.
>>
>> Where it "seemed" to fail was with the following line: "The call to
>> LoadLibrary (exts) failed, WIN32 error 2 The system cannot find the file
>> specified" Below that was the line: Executable search path is: followed
>> by ModLoad.. etc.. with dozens of .dll files
>> No symbols where downloaded to the symbols folder.
>>
>> Is what I am seeing normal or did I set it up wrong? Do I need to leave
>> the command prompt window open allowing this program to continue running?
>>
>
>