Re: IISState.exe - "The system cannot find the file specified"

From: Pat [MSFT] (patfilot_at_online.microsoft.com)
Date: 11/13/04


Date: Sat, 13 Nov 2004 14:16:15 -0800

When you use the -sc flag, you are telling IISState to attach and wait for a
crash (technically a 1st chance access violation). So, it will appear to
just 'sit there'. When you don't use the flag, it just takes snapshot of
the current state (i.e. the log runs immediately).

Pat

"Tim" <tim.mayo@usa.net> wrote in message
news:78edf5b2.0411121353.39d6184d@posting.google.com...
>I installed IISState 3.3.1 from www.iisfaq.com using the .msi file on
> a Windows 2003 server with IIS 6. It runs fine when I don't include
> the -sc flag, but it returns this error when I do include the -sc
> flag:
>
> C:\iisstate>iisstate.exe -p 3224 -sc
> Symbol search path is:
> SRV*C:\iisstate\symbols*http://msdl.microsoft.com/download/symbols
>
> Microsoft (R) Windows Debugger Version 6.2.0013.1
> Copyright (c) Microsoft Corporation. All rights reserved.
>
> *** wait with pending attach
> The call to LoadLibrary(exts) failed, Win32 error 2
> "The system cannot find the file specified."
> Please check your debugger configuration and/or network access.
> Symbol search path is:
> SRV*C:\iisstate\symbols*http://msdl.microsoft.com/download/symbols
> Executable search path is:
> ModLoad: 01000000 01006000 C:\WINDOWS\system32\inetsrv\inetinfo.exe
> ModLoad: 77f40000 77ffa000 C:\WINDOWS\system32\ntdll.dll
> <cut list to make it short>
> ModLoad: 023d0000 023dd000 C:\WINDOWS\system32\inetsrv\ntfsdrv.dll
> ModLoad: 02350000 02364000 C:\WINDOWS\system32\inetsrv\mailmsg.dll
>
> On the next line there is a "_" underscore character on the next line.
> The PID I am using above is the inetinfo process. Is this normal?



Relevant Pages

  • Re: linker wiredness?
    ... FreeBSD's linker doesn't add /usr/local/lib to the search path by ... flag is therefore required... ... but ldconfig already found the library!? ...
    (freebsd-questions)
  • Re: linker wiredness?
    ... FreeBSD's linker doesn't add /usr/local/lib to the search path by ... flag is therefore required... ... but ldconfig already found the library!? ...
    (freebsd-questions)
  • Re: $path and /etc/ld.so.conf
    ... but it does add a search PATH into the binary. ... If the library is found sooner in another path, everything proceeds as it normally would. ... the runtime linker will look in the alternate PATHs provided with the -R flag. ...
    (comp.sys.sgi.admin)