Hi. I'm running one fairly large website on a server with IIS 6. About once
a day (at no specific time) the website stops responding. To get it working
again I have to go into IIS and change the application pool, and instantly
it's working again.



Is there anything I can do to stop this happening? I assume I should try and
debug it to find out why it's happening, though what's the best way of doing
this? Also, is there any way that IIS can recover automatically from this
problem? Without me having to go into the server each time?

Many thanks in advance.

Application Pool crashes by doug

doug
Mon Oct 04 12:37:29 CDT 2004

next time it happens, run iisstate. you can download it
from www.iisfaq.com. then post the log to the group.

doug
>-----Original Message-----
>Hi. I'm running one fairly large website on a server
with IIS 6. About once
>a day (at no specific time) the website stops
responding. To get it working
>again I have to go into IIS and change the application
pool, and instantly
>it's working again.
>
>
>
>Is there anything I can do to stop this happening? I
assume I should try and
>debug it to find out why it's happening, though what's
the best way of doing
>this? Also, is there any way that IIS can recover
automatically from this
>problem? Without me having to go into the server each
time?
>
>Many thanks in advance.
>
>
>.
>

Re: Application Pool crashes by stu

stu
Mon Oct 04 15:01:29 CDT 2004

Hi. Thank for this. Which process do I want to dump? w3wp.exe? or
InetInfo.exe? or...?!
Many thanks, Stu

"doug" <anonymous@discussions.microsoft.com> wrote in message
news:000401c4aa38$d28182d0$a601280a@phx.gbl...
> next time it happens, run iisstate. you can download it
> from www.iisfaq.com. then post the log to the group.
>
> doug
>>-----Original Message-----
>>Hi. I'm running one fairly large website on a server
> with IIS 6. About once
>>a day (at no specific time) the website stops
> responding. To get it working
>>again I have to go into IIS and change the application
> pool, and instantly
>>it's working again.
>>
>>
>>
>>Is there anything I can do to stop this happening? I
> assume I should try and
>>debug it to find out why it's happening, though what's
> the best way of doing
>>this? Also, is there any way that IIS can recover
> automatically from this
>>problem? Without me having to go into the server each
> time?
>>
>>Many thanks in advance.
>>
>>
>>.
>>



Re: Application Pool crashes by Bernard

Bernard
Mon Oct 04 22:00:30 CDT 2004

the problematic app pool id.

iisapp.vbs

--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



"stu" <none@none.com> wrote in message
news:#xtQlzkqEHA.3868@TK2MSFTNGP15.phx.gbl...
> Hi. Thank for this. Which process do I want to dump? w3wp.exe? or
> InetInfo.exe? or...?!
> Many thanks, Stu
>
> "doug" <anonymous@discussions.microsoft.com> wrote in message
> news:000401c4aa38$d28182d0$a601280a@phx.gbl...
> > next time it happens, run iisstate. you can download it
> > from www.iisfaq.com. then post the log to the group.
> >
> > doug
> >>-----Original Message-----
> >>Hi. I'm running one fairly large website on a server
> > with IIS 6. About once
> >>a day (at no specific time) the website stops
> > responding. To get it working
> >>again I have to go into IIS and change the application
> > pool, and instantly
> >>it's working again.
> >>
> >>
> >>
> >>Is there anything I can do to stop this happening? I
> > assume I should try and
> >>debug it to find out why it's happening, though what's
> > the best way of doing
> >>this? Also, is there any way that IIS can recover
> > automatically from this
> >>problem? Without me having to go into the server each
> > time?
> >>
> >>Many thanks in advance.
> >>
> >>
> >>.
> >>
>
>



Re: Application Pool crashes by David

David
Tue Oct 05 23:51:48 CDT 2004

IIS6 has various health-monitoring features that watch over memory/CPU,
#-request, per-period-of-time, etc -- which will trigger an automatic
application pool recycle that should unjam your application. What you are
responsible for is determining the correct metric that detects your
problematic situation -- this varies depending on the application/user.

The health-monitoring features simply buy you time so that you can
investigate why this problem is happening. Use IIS State to do this, and
you will have to do this on the w3wp.exe that is having issues. If you only
have one website/Application Pool, this should be easy to figure out (using
either iisapp.vbs or Task Manager).

http://www.iisfaq.com/default.aspx?view=P197

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"stu" <none@none.com> wrote in message
news:uAIH1VjqEHA.3324@TK2MSFTNGP15.phx.gbl...
Hi. I'm running one fairly large website on a server with IIS 6. About once
a day (at no specific time) the website stops responding. To get it working
again I have to go into IIS and change the application pool, and instantly
it's working again.



Is there anything I can do to stop this happening? I assume I should try and
debug it to find out why it's happening, though what's the best way of doing
this? Also, is there any way that IIS can recover automatically from this
problem? Without me having to go into the server each time?

Many thanks in advance.




Re: Application Pool crashes by stu

stu
Wed Oct 06 02:47:09 CDT 2004

Hi
Many thanks for everyone's feedback. The pool crashed again last night and
so I tried running IISState. However, it didn't seem to work correctly. It
didn't produce a log file, just hung on the \jscript.dll line. It produced
the following:

C:\iisstate>iisstate -p 2744 -d -sc
Symbol search path is:
SRV*C:\iisstate\symbols*http://msdl.microsoft.com/downloa
d/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/downloa
d/symbols
Executable search path is:
ModLoad: 01000000 01004000 c:\windows\system32\inetsrv\w3wp.exe
ModLoad: 77f40000 77ffa000 C:\WINDOWS\system32\ntdll.dll
ModLoad: 77e40000 77f34000 C:\WINDOWS\system32\kernel32.dll
ModLoad: 77ba0000 77bf4000 C:\WINDOWS\system32\msvcrt.dll
ModLoad: 77da0000 77e30000 C:\WINDOWS\system32\ADVAPI32.dll
ModLoad: 77c50000 77cf5000 C:\WINDOWS\system32\RPCRT4.dll
ModLoad: 77d00000 77d8f000 C:\WINDOWS\system32\USER32.dll
ModLoad: 77c00000 77c44000 C:\WINDOWS\system32\GDI32.dll
ModLoad: 77160000 77285000 C:\WINDOWS\system32\ole32.dll
ModLoad: 64700000 64731000 c:\windows\system32\inetsrv\IISUTIL.dll
ModLoad: 5a390000 5a3e5000 c:\windows\system32\inetsrv\w3core.dll
ModLoad: 770e0000 7715d000 C:\WINDOWS\system32\OLEAUT32.dll
ModLoad: 76f50000 76f63000 C:\WINDOWS\system32\Secur32.dll
ModLoad: 71bb0000 71bb9000 C:\WINDOWS\system32\WSOCK32.dll
ModLoad: 71c00000 71c18000 C:\WINDOWS\system32\WS2_32.dll
ModLoad: 71bf0000 71bf8000 C:\WINDOWS\system32\WS2HELP.dll
ModLoad: 761b0000 76248000 C:\WINDOWS\system32\CRYPT32.dll
ModLoad: 76190000 761a2000 C:\WINDOWS\system32\MSASN1.dll
ModLoad: 5a400000 5a409000 c:\windows\system32\inetsrv\W3CACHE.dll
ModLoad: 5a300000 5a307000 c:\windows\system32\inetsrv\W3TP.dll
ModLoad: 5a360000 5a36c000 c:\windows\system32\inetsrv\w3dt.dll
ModLoad: 67150000 6715a000 C:\WINDOWS\system32\HTTPAPI.dll
ModLoad: 77290000 772d9000 C:\WINDOWS\system32\SHLWAPI.dll
ModLoad: 5b640000 5b655000 C:\WINDOWS\system32\strmfilt.dll
ModLoad: 5a3f0000 5a3f6000 c:\windows\system32\inetsrv\W3COMLOG.dll
ModLoad: 62da0000 62da7000 c:\windows\system32\inetsrv\LONSINT.dll
ModLoad: 647b0000 647d4000 C:\WINDOWS\system32\IisRTL.DLL
ModLoad: 71c40000 71c93000 C:\WINDOWS\system32\NETAPI32.dll
ModLoad: 5a120000 5a130000 c:\windows\system32\inetsrv\wamreg.DLL
ModLoad: 64830000 64840000 C:\WINDOWS\system32\IISMAP.dll
ModLoad: 647f0000 64810000 c:\windows\system32\inetsrv\iisres.dll
ModLoad: 76f90000 7700e000 C:\WINDOWS\system32\CLBCatQ.DLL
ModLoad: 77010000 770d6000 C:\WINDOWS\system32\COMRes.dll
ModLoad: 77b90000 77b98000 C:\WINDOWS\system32\VERSION.dll
ModLoad: 71430000 71440000 C:\WINDOWS\system32\ADMWPROX.DLL
ModLoad: 0ffd0000 0fffd000 C:\WINDOWS\system32\rsaenh.dll
ModLoad: 76b70000 76b7b000 C:\WINDOWS\system32\PSAPI.DLL
ModLoad: 79e50000 79e56000
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet
_filter.dll
ModLoad: 7c340000 7c396000
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\MSVCR7
1.dll
ModLoad: 5a320000 5a333000 c:\windows\system32\inetsrv\w3isapi.dll
ModLoad: 71b20000 71b63000 C:\WINDOWS\System32\mswsock.dll
ModLoad: 76ed0000 76ef7000 C:\WINDOWS\system32\DNSAPI.dll
ModLoad: 76f70000 76f77000 C:\WINDOWS\System32\winrnr.dll
ModLoad: 76f10000 76f3f000 C:\WINDOWS\system32\WLDAP32.dll
ModLoad: 76f80000 76f85000 C:\WINDOWS\system32\rasadhlp.dll
ModLoad: 685b0000 685b9000 C:\WINDOWS\system32\inetsrv\gzip.dll
ModLoad: 71bd0000 71be1000 C:\WINDOWS\system32\mpr.dll
ModLoad: 709e0000 70a42000 \\?\C:\WINDOWS\system32\inetsrv\asp.dll
ModLoad: 76a80000 76a98000 C:\WINDOWS\system32\ATL.DLL
ModLoad: 755d0000 756fd000 C:\WINDOWS\system32\comsvcs.dll
ModLoad: 75da0000 75e5a000 C:\WINDOWS\system32\SXS.DLL
ModLoad: 73460000 734c5000 C:\WINDOWS\system32\vbscript.dll
ModLoad: 73d20000 73e13000 C:\WINDOWS\system32\MFC42.DLL
ModLoad: 76c60000 76c80000 C:\WINDOWS\system32\NTMARTA.DLL
ModLoad: 5ccf0000 5cd00000 C:\WINDOWS\system32\SAMLIB.dll
ModLoad: 74f10000 74f30000 C:\WINDOWS\system32\mtxoci.dll
ModLoad: 736f0000 73715000 C:\WINDOWS\system32\scrrun.dll
ModLoad: 02800000 0288a000 C:\Program Files\Common
Files\System\ado\msado15.dl
l
ModLoad: 74a50000 74a79000 C:\WINDOWS\system32\MSDART.DLL
ModLoad: 70bc0000 70c50000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Cont
rols_6595b64144ccf1df_5.82.0.0_x-ww_8A69BA05\COMCTL32.dll
ModLoad: 762b0000 762f7000 C:\WINDOWS\system32\comdlg32.dll
ModLoad: 77380000 77b5e000 C:\WINDOWS\system32\SHELL32.dll
ModLoad: 70ad0000 70bb6000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Cont
rols_6595b64144ccf1df_6.0.100.0_x-ww_8417450B\comctl32.dll
ModLoad: 02b60000 02bdd000 C:\Program Files\Common Files\System\Ole
DB\oledb32
.dll
ModLoad: 02be0000 02bf1000 C:\Program Files\Common Files\System\Ole
DB\OLEDB32
R.DLL
ModLoad: 02c00000 02c50000 C:\Program Files\Common Files\System\Ole
DB\msdasql
.dll
ModLoad: 61200000 61218000 C:\Program Files\Common Files\System\Ole
DB\MSDATL3
.dll
ModLoad: 02c50000 02c8a000 C:\WINDOWS\system32\ODBC32.dll
ModLoad: 02dd0000 02de7000 C:\WINDOWS\system32\odbcint.dll
ModLoad: 028a0000 028a4000 C:\Program Files\Common Files\System\Ole
DB\MSDASQL
R.DLL
ModLoad: 02eb0000 02ef4000 C:\WINDOWS\system32\odbcjt32.dll
ModLoad: 1b000000 1b170000 C:\WINDOWS\system32\msjet40.dll
ModLoad: 1b5d0000 1b665000 C:\WINDOWS\system32\mswstr10.dll
ModLoad: 02f20000 02f2e000 C:\WINDOWS\system32\odbcji32.dll
ModLoad: 1b2c0000 1b2cd000 C:\WINDOWS\system32\msjter40.dll
ModLoad: 1b2d0000 1b2f6000 C:\WINDOWS\system32\MSJINT40.DLL
ModLoad: 02f40000 02f5a000 C:\WINDOWS\system32\odbccp32.dll
ModLoad: 1b810000 1b84a000 C:\WINDOWS\system32\msjtes40.dll
ModLoad: 0f9a0000 0f9ab000 C:\WINDOWS\system32\VBAJET32.DLL
ModLoad: 0f9c0000 0fa22000 C:\WINDOWS\system32\expsrv.dll
ModLoad: 08b20000 08b2e000 C:\Program Files\Common
Files\System\ado\msadrh15.d
ll
ModLoad: 71ae0000 71ae8000 C:\WINDOWS\System32\wshtcpip.dll
ModLoad: 70c60000 70cb4000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.WinHTTP_659
5b64144ccf1df_5.1.0.0_x-ww_E0651936\WINHTTP.dll
ModLoad: 75b70000 75bdd000 C:\WINDOWS\system32\jscript.dll



Any ideas?
Many thanks.


"stu" <none@none.com> wrote in message
news:uAIH1VjqEHA.3324@TK2MSFTNGP15.phx.gbl...
> Hi. I'm running one fairly large website on a server with IIS 6. About
> once a day (at no specific time) the website stops responding. To get it
> working again I have to go into IIS and change the application pool, and
> instantly it's working again.
>
>
>
> Is there anything I can do to stop this happening? I assume I should try
> and debug it to find out why it's happening, though what's the best way of
> doing this? Also, is there any way that IIS can recover automatically from
> this problem? Without me having to go into the server each time?
>
> Many thanks in advance.
>
>



Re: Application Pool crashes by David

David
Wed Oct 06 05:27:56 CDT 2004

It is not hanging on the jscript.dll line -- looks like you did not catch
the crash.

You need to set IIS State to be waiting for a crash to happen -- not run it
*after* the crash has happened. If a crash happens and IIS State is not
waiting, it's lost.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"stu" <none@none.co.uk> wrote in message
news:O1oQri3qEHA.2796@TK2MSFTNGP10.phx.gbl...
Hi
Many thanks for everyone's feedback. The pool crashed again last night and
so I tried running IISState. However, it didn't seem to work correctly. It
didn't produce a log file, just hung on the \jscript.dll line. It produced
the following:

C:\iisstate>iisstate -p 2744 -d -sc
Symbol search path is:
SRV*C:\iisstate\symbols*http://msdl.microsoft.com/downloa
d/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/downloa
d/symbols
Executable search path is:
ModLoad: 01000000 01004000 c:\windows\system32\inetsrv\w3wp.exe
ModLoad: 77f40000 77ffa000 C:\WINDOWS\system32\ntdll.dll
ModLoad: 77e40000 77f34000 C:\WINDOWS\system32\kernel32.dll
ModLoad: 77ba0000 77bf4000 C:\WINDOWS\system32\msvcrt.dll
ModLoad: 77da0000 77e30000 C:\WINDOWS\system32\ADVAPI32.dll
ModLoad: 77c50000 77cf5000 C:\WINDOWS\system32\RPCRT4.dll
ModLoad: 77d00000 77d8f000 C:\WINDOWS\system32\USER32.dll
ModLoad: 77c00000 77c44000 C:\WINDOWS\system32\GDI32.dll
ModLoad: 77160000 77285000 C:\WINDOWS\system32\ole32.dll
ModLoad: 64700000 64731000 c:\windows\system32\inetsrv\IISUTIL.dll
ModLoad: 5a390000 5a3e5000 c:\windows\system32\inetsrv\w3core.dll
ModLoad: 770e0000 7715d000 C:\WINDOWS\system32\OLEAUT32.dll
ModLoad: 76f50000 76f63000 C:\WINDOWS\system32\Secur32.dll
ModLoad: 71bb0000 71bb9000 C:\WINDOWS\system32\WSOCK32.dll
ModLoad: 71c00000 71c18000 C:\WINDOWS\system32\WS2_32.dll
ModLoad: 71bf0000 71bf8000 C:\WINDOWS\system32\WS2HELP.dll
ModLoad: 761b0000 76248000 C:\WINDOWS\system32\CRYPT32.dll
ModLoad: 76190000 761a2000 C:\WINDOWS\system32\MSASN1.dll
ModLoad: 5a400000 5a409000 c:\windows\system32\inetsrv\W3CACHE.dll
ModLoad: 5a300000 5a307000 c:\windows\system32\inetsrv\W3TP.dll
ModLoad: 5a360000 5a36c000 c:\windows\system32\inetsrv\w3dt.dll
ModLoad: 67150000 6715a000 C:\WINDOWS\system32\HTTPAPI.dll
ModLoad: 77290000 772d9000 C:\WINDOWS\system32\SHLWAPI.dll
ModLoad: 5b640000 5b655000 C:\WINDOWS\system32\strmfilt.dll
ModLoad: 5a3f0000 5a3f6000 c:\windows\system32\inetsrv\W3COMLOG.dll
ModLoad: 62da0000 62da7000 c:\windows\system32\inetsrv\LONSINT.dll
ModLoad: 647b0000 647d4000 C:\WINDOWS\system32\IisRTL.DLL
ModLoad: 71c40000 71c93000 C:\WINDOWS\system32\NETAPI32.dll
ModLoad: 5a120000 5a130000 c:\windows\system32\inetsrv\wamreg.DLL
ModLoad: 64830000 64840000 C:\WINDOWS\system32\IISMAP.dll
ModLoad: 647f0000 64810000 c:\windows\system32\inetsrv\iisres.dll
ModLoad: 76f90000 7700e000 C:\WINDOWS\system32\CLBCatQ.DLL
ModLoad: 77010000 770d6000 C:\WINDOWS\system32\COMRes.dll
ModLoad: 77b90000 77b98000 C:\WINDOWS\system32\VERSION.dll
ModLoad: 71430000 71440000 C:\WINDOWS\system32\ADMWPROX.DLL
ModLoad: 0ffd0000 0fffd000 C:\WINDOWS\system32\rsaenh.dll
ModLoad: 76b70000 76b7b000 C:\WINDOWS\system32\PSAPI.DLL
ModLoad: 79e50000 79e56000
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet
_filter.dll
ModLoad: 7c340000 7c396000
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\MSVCR7
1.dll
ModLoad: 5a320000 5a333000 c:\windows\system32\inetsrv\w3isapi.dll
ModLoad: 71b20000 71b63000 C:\WINDOWS\System32\mswsock.dll
ModLoad: 76ed0000 76ef7000 C:\WINDOWS\system32\DNSAPI.dll
ModLoad: 76f70000 76f77000 C:\WINDOWS\System32\winrnr.dll
ModLoad: 76f10000 76f3f000 C:\WINDOWS\system32\WLDAP32.dll
ModLoad: 76f80000 76f85000 C:\WINDOWS\system32\rasadhlp.dll
ModLoad: 685b0000 685b9000 C:\WINDOWS\system32\inetsrv\gzip.dll
ModLoad: 71bd0000 71be1000 C:\WINDOWS\system32\mpr.dll
ModLoad: 709e0000 70a42000 \\?\C:\WINDOWS\system32\inetsrv\asp.dll
ModLoad: 76a80000 76a98000 C:\WINDOWS\system32\ATL.DLL
ModLoad: 755d0000 756fd000 C:\WINDOWS\system32\comsvcs.dll
ModLoad: 75da0000 75e5a000 C:\WINDOWS\system32\SXS.DLL
ModLoad: 73460000 734c5000 C:\WINDOWS\system32\vbscript.dll
ModLoad: 73d20000 73e13000 C:\WINDOWS\system32\MFC42.DLL
ModLoad: 76c60000 76c80000 C:\WINDOWS\system32\NTMARTA.DLL
ModLoad: 5ccf0000 5cd00000 C:\WINDOWS\system32\SAMLIB.dll
ModLoad: 74f10000 74f30000 C:\WINDOWS\system32\mtxoci.dll
ModLoad: 736f0000 73715000 C:\WINDOWS\system32\scrrun.dll
ModLoad: 02800000 0288a000 C:\Program Files\Common
Files\System\ado\msado15.dl
l
ModLoad: 74a50000 74a79000 C:\WINDOWS\system32\MSDART.DLL
ModLoad: 70bc0000 70c50000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Cont
rols_6595b64144ccf1df_5.82.0.0_x-ww_8A69BA05\COMCTL32.dll
ModLoad: 762b0000 762f7000 C:\WINDOWS\system32\comdlg32.dll
ModLoad: 77380000 77b5e000 C:\WINDOWS\system32\SHELL32.dll
ModLoad: 70ad0000 70bb6000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Cont
rols_6595b64144ccf1df_6.0.100.0_x-ww_8417450B\comctl32.dll
ModLoad: 02b60000 02bdd000 C:\Program Files\Common Files\System\Ole
DB\oledb32
.dll
ModLoad: 02be0000 02bf1000 C:\Program Files\Common Files\System\Ole
DB\OLEDB32
R.DLL
ModLoad: 02c00000 02c50000 C:\Program Files\Common Files\System\Ole
DB\msdasql
.dll
ModLoad: 61200000 61218000 C:\Program Files\Common Files\System\Ole
DB\MSDATL3
.dll
ModLoad: 02c50000 02c8a000 C:\WINDOWS\system32\ODBC32.dll
ModLoad: 02dd0000 02de7000 C:\WINDOWS\system32\odbcint.dll
ModLoad: 028a0000 028a4000 C:\Program Files\Common Files\System\Ole
DB\MSDASQL
R.DLL
ModLoad: 02eb0000 02ef4000 C:\WINDOWS\system32\odbcjt32.dll
ModLoad: 1b000000 1b170000 C:\WINDOWS\system32\msjet40.dll
ModLoad: 1b5d0000 1b665000 C:\WINDOWS\system32\mswstr10.dll
ModLoad: 02f20000 02f2e000 C:\WINDOWS\system32\odbcji32.dll
ModLoad: 1b2c0000 1b2cd000 C:\WINDOWS\system32\msjter40.dll
ModLoad: 1b2d0000 1b2f6000 C:\WINDOWS\system32\MSJINT40.DLL
ModLoad: 02f40000 02f5a000 C:\WINDOWS\system32\odbccp32.dll
ModLoad: 1b810000 1b84a000 C:\WINDOWS\system32\msjtes40.dll
ModLoad: 0f9a0000 0f9ab000 C:\WINDOWS\system32\VBAJET32.DLL
ModLoad: 0f9c0000 0fa22000 C:\WINDOWS\system32\expsrv.dll
ModLoad: 08b20000 08b2e000 C:\Program Files\Common
Files\System\ado\msadrh15.d
ll
ModLoad: 71ae0000 71ae8000 C:\WINDOWS\System32\wshtcpip.dll
ModLoad: 70c60000 70cb4000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.WinHTTP_659
5b64144ccf1df_5.1.0.0_x-ww_E0651936\WINHTTP.dll
ModLoad: 75b70000 75bdd000 C:\WINDOWS\system32\jscript.dll



Any ideas?
Many thanks.


"stu" <none@none.com> wrote in message
news:uAIH1VjqEHA.3324@TK2MSFTNGP15.phx.gbl...
> Hi. I'm running one fairly large website on a server with IIS 6. About
> once a day (at no specific time) the website stops responding. To get it
> working again I have to go into IIS and change the application pool, and
> instantly it's working again.
>
>
>
> Is there anything I can do to stop this happening? I assume I should try
> and debug it to find out why it's happening, though what's the best way of
> doing this? Also, is there any way that IIS can recover automatically from
> this problem? Without me having to go into the server each time?
>
> Many thanks in advance.
>
>




Re: Application Pool crashes by stu

stu
Thu Oct 07 17:04:39 CDT 2004

Finally got a log. Has anyone any ideas? I noticed that it produced a dump
file of 75mb. Is this usual?
Many thanks,
Stu


Opened log file 'C:\iisstate\output\IISState-3120.log'

***********************
Starting new log output
IISState version 3.3.1

Thu Oct 07 19:16:56 2004

OS = Windows 2003 Server
Executable: w3wp.exe
PID = 3120

Note: Thread times are formatted as HH:MM:SS.ms

***********************


IIS has crashed...
Beginning Analysis
DLL (!FunctionName) that failed: msjet40!TableidFromVtid




Thread ID: 49
System Thread ID: 6e4
Kernel Time: 0:0:3.453
User Time: 0:0:2.890
Thread Type: Jet DB Query. Possible ASP Page
Executing Page: E:\WEBSITES\LOCALUSER\BACKINACTION\DEFAULT.ASP

# ChildEBP RetAddr
00 00000007 00000000 msjet40!TableidFromVtid+0x5f
Closing open log file C:\iisstate\output\IISState-3120.log
Opened log file 'C:\iisstate\output\IISState-3120.log'

***********************
Starting new log output
IISState version 3.3.1

Thu Oct 07 21:08:14 2004

OS = Windows 2003 Server
Executable: w3wp.exe
PID = 3120

Note: Thread times are formatted as HH:MM:SS.ms

***********************




Thread ID: 0
System Thread ID: e18
Kernel Time: 0:0:0.125
User Time: 0:0:0.31
Thread Type: HTTP Compression Thread
# ChildEBP RetAddr
00 0006fe58 77f43741 SharedUserData!SystemCallStub+0x4
01 0006fe5c 77e41817 ntdll!ZwWaitForSingleObject+0xc
02 0006fecc 77e4168f kernel32!WaitForSingleObjectEx+0xac
03 0006fedc 5a3635ae kernel32!WaitForSingleObject+0xf
04 0006feec 5a364d7d w3dt!WP_CONTEXT::RunMainThreadLoop+0xe
05 0006fef4 5a3a1d98 w3dt!UlAtqStartListen+0x2d
06 0006ff00 5a3a5d54 w3core!W3_SERVER::StartListen+0x8e
07 0006ff0c 010017af w3core!UlW3Start+0xea
08 0006ff44 0100195e w3wp!wmain+0x236
09 0006ffc0 77e4f38c w3wp!wmainCRTStartup+0x12f
0a 0006fff0 00000000 kernel32!BaseProcessStart+0x23




Thread ID: 1
System Thread ID: 880
Kernel Time: 0:0:3.859
User Time: 0:0:3.906
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 009bfdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 009bfdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 009bfe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 009bfed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 009bfef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 009bff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 009bffb8 77e4a990 msvcrt!_endthreadex+0x95
07 009bffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 2
System Thread ID: b10
Kernel Time: 0:0:0.62
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 009fff9c 77f4262b SharedUserData!SystemCallStub+0x4
01 009fffa0 77f6b5b2 ntdll!NtDelayExecution+0xc
02 009fffb8 77e4a990 ntdll!RtlpTimerThread+0x45
03 009fffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 3
System Thread ID: f9c
Kernel Time: 0:0:4.109
User Time: 0:0:3.437
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 00a3fdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 00a3fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 00a3fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 00a3fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 00a3fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 00a3ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 00a3ffb8 77e4a990 msvcrt!_endthreadex+0x95
07 00a3ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 4
System Thread ID: 8dc
Kernel Time: 0:0:0.781
User Time: 0:0:0.625
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 00aafdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 00aafdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 00aafe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 00aafed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 00aafef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 00aaff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 00aaffb8 77e4a990 msvcrt!_endthreadex+0x95
07 00aaffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 5
System Thread ID: e94
Kernel Time: 0:0:1.281
User Time: 0:0:1.62
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 00aefdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 00aefdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 00aefe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 00aefed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 00aefef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 00aeff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 00aeffb8 77e4a990 msvcrt!_endthreadex+0x95
07 00aeffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 6
System Thread ID: ff0
Kernel Time: 0:0:3.312
User Time: 0:0:4.453
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 00caff28 77f430c7 SharedUserData!SystemCallStub+0x4
01 00caff2c 77e430bc ntdll!ZwRemoveIoCompletion+0xc
02 00caff58 5a302360 kernel32!GetQueuedCompletionStatus+0x27
03 00caff90 5a302531 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x31
04 00caffa4 5a301d27 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x21
05 00caffb8 77e4a990 W3TP!THREAD_MANAGER::ThreadManagerThread+0x35
06 00caffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 7
System Thread ID: 210
Kernel Time: 0:0:2.15
User Time: 0:0:4.343
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 00ceff28 77f430c7 SharedUserData!SystemCallStub+0x4
01 00ceff2c 77e430bc ntdll!ZwRemoveIoCompletion+0xc
02 00ceff58 5a302360 kernel32!GetQueuedCompletionStatus+0x27
03 00ceff90 5a302531 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x31
04 00ceffa4 5a301d27 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x21
05 00ceffb8 77e4a990 W3TP!THREAD_MANAGER::ThreadManagerThread+0x35
06 00ceffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 8
System Thread ID: 9a0
Kernel Time: 0:0:3.156
User Time: 0:0:5.156
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 00d2ff28 77f430c7 SharedUserData!SystemCallStub+0x4
01 00d2ff2c 77e430bc ntdll!ZwRemoveIoCompletion+0xc
02 00d2ff58 5a302360 kernel32!GetQueuedCompletionStatus+0x27
03 00d2ff90 5a302531 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x31
04 00d2ffa4 5a301d27 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x21
05 00d2ffb8 77e4a990 W3TP!THREAD_MANAGER::ThreadManagerThread+0x35
06 00d2ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 9
System Thread ID: fc8
Kernel Time: 0:0:1.328
User Time: 0:0:2.375
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 00d6ff28 77f430c7 SharedUserData!SystemCallStub+0x4
01 00d6ff2c 77e430bc ntdll!ZwRemoveIoCompletion+0xc
02 00d6ff58 5a302360 kernel32!GetQueuedCompletionStatus+0x27
03 00d6ff90 5a302531 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x31
04 00d6ffa4 5a301d27 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x21
05 00d6ffb8 77e4a990 W3TP!THREAD_MANAGER::ThreadManagerThread+0x35
06 00d6ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 10
System Thread ID: 83c
Kernel Time: 0:0:0.156
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 00e2fcec 77f4372d SharedUserData!SystemCallStub+0x4
01 00e2fcf0 77f75297 ntdll!NtWaitForMultipleObjects+0xc
02 00e2ffb8 77e4a990 ntdll!RtlpWaitThread+0x158
03 00e2ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 11
System Thread ID: 168
Kernel Time: 0:0:0.93
User Time: 0:0:0.0
Thread Type: HTTP Compression Thread
# ChildEBP RetAddr
00 016eff14 77f43741 SharedUserData!SystemCallStub+0x4
01 016eff18 77e41817 ntdll!ZwWaitForSingleObject+0xc
02 016eff88 77e4168f kernel32!WaitForSingleObjectEx+0xac
03 016eff98 5a3a51f7 kernel32!WaitForSingleObject+0xf
04 016effb8 77e4a990 w3core!HTTP_COMPRESSION::CompressionThread+0x85
05 016effc4 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 12
System Thread ID: 67c
Kernel Time: 0:0:0.0
User Time: 0:0:0.15
Thread Status: Thread is in a WAIT state.
Thread Type: Jet DB Query. Possible ASP Page
Executing Page: Unable to locate ASP page

# ChildEBP RetAddr
00 08c2fa2c 77f4372d SharedUserData!SystemCallStub+0x4
01 08c2fa30 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 08c2fad8 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 08c2fb34 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 08c2fb50 1b10f9ee USER32!MsgWaitForMultipleObjects+0x1d
05 77d077d8 104539c0 msjet40!_fltout2+0x4e
WARNING: Frame IP not in any known module. Following frames may be wrong.
06 33ec8b55 00000000 0x104539c0




Thread ID: 13
System Thread ID: f18
Kernel Time: 0:0:0.78
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 0176ff8c 77f4262b SharedUserData!SystemCallStub+0x4
01 0176ff90 77f6f0fc ntdll!NtDelayExecution+0xc
02 0176ffb8 77e4a990 ntdll!RtlpIOWorkerThread+0x3d
03 0176ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 14
System Thread ID: d28
Kernel Time: 0:0:0.93
User Time: 0:0:0.0
Thread Type: ASP
Executing Page: Unable to locate ASP page

# ChildEBP RetAddr
00 0236ff14 77f43741 SharedUserData!SystemCallStub+0x4
01 0236ff18 77e41817 ntdll!ZwWaitForSingleObject+0xc
02 0236ff88 77e4168f kernel32!WaitForSingleObjectEx+0xac
03 0236ff98 70a05c99 kernel32!WaitForSingleObject+0xf
04 0236ffb4 70a0625a asp!CApplnCleanupMgr::ApplnCleanupDoWork+0x19
05 0236ffb8 77e4a990 asp!CApplnCleanupMgr::ApplnCleanupThread+0xa
06 0236ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 15
System Thread ID: d70
Kernel Time: 0:0:0.62
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: ASP
Executing Page: Unable to locate ASP page

# ChildEBP RetAddr
00 024afe1c 77f4372d SharedUserData!SystemCallStub+0x4
01 024afe20 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 024afec8 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 024aff24 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 024aff40 70a183cc USER32!MsgWaitForMultipleObjects+0x1d
05 024aff80 77bbb9c3 asp!CMTACallbackThread::Thread+0x4c
06 024aff8c 00000000 msvcrt!free+0xc8




Thread ID: 16
System Thread ID: 714
Kernel Time: 0:0:0.78
User Time: 0:0:0.0
Thread Type: ASP
Executing Page: Unable to locate ASP page

# ChildEBP RetAddr
00 024efefc 77f43741 SharedUserData!SystemCallStub+0x4
01 024eff00 77e41817 ntdll!ZwWaitForSingleObject+0xc
02 024eff70 77e4168f kernel32!WaitForSingleObjectEx+0xac
03 024eff80 709f4800 kernel32!WaitForSingleObject+0xf
04 024effb4 77f5cd6b asp!CViperReqManager::WatchThread+0x65




Thread ID: 17
System Thread ID: a3c
Kernel Time: 0:0:0.31
User Time: 0:0:0.0
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0254fef0 77f43741 SharedUserData!SystemCallStub+0x4
01 0254fef4 77e41817 ntdll!ZwWaitForSingleObject+0xc
02 0254ff64 77e4168f kernel32!WaitForSingleObjectEx+0xac
03 0254ff74 75630e16 kernel32!WaitForSingleObject+0xf
04 0254ff84 77bc91ed
comsvcs!CSTAThreadPool::LoadBalanceThreadControlLoop+0x25
05 0254ffb8 77e4a990 msvcrt!_endthreadex+0x95
06 0254ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 18
System Thread ID: c08
Kernel Time: 0:0:0.62
User Time: 0:0:0.0
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0258fee8 77f43741 SharedUserData!SystemCallStub+0x4
01 0258feec 77e41817 ntdll!ZwWaitForSingleObject+0xc
02 0258ff5c 77e4168f kernel32!WaitForSingleObjectEx+0xac
03 0258ff6c 756308f3 kernel32!WaitForSingleObject+0xf
04 0258ff84 77bc91ed comsvcs!CSTAThreadPool::KillThreadControlLoop+0x21
05 0258ffb8 77e4a990 msvcrt!_endthreadex+0x95
06 0258ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 19
System Thread ID: 9cc
Kernel Time: 0:0:0.750
User Time: 0:0:0.796
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 025cfdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 025cfdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 025cfe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 025cfed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 025cfef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 025cff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 025cffb8 77e4a990 msvcrt!_endthreadex+0x95
07 025cffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 20
System Thread ID: 824
Kernel Time: 0:0:3.578
User Time: 0:0:3.312
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0260fdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0260fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0260fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0260fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0260fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0260ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0260ffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0260ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 21
System Thread ID: e34
Kernel Time: 0:0:5.906
User Time: 0:0:4.750
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0264fdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0264fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0264fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0264fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0264fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0264ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0264ffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0264ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 22
System Thread ID: 988
Kernel Time: 0:0:4.625
User Time: 0:0:3.937
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0268fdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0268fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0268fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0268fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0268fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0268ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0268ffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0268ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 23
System Thread ID: 1c0
Kernel Time: 0:0:0.109
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 02ceff10 77f43741 SharedUserData!SystemCallStub+0x4
01 02ceff14 77e41817 ntdll!ZwWaitForSingleObject+0xc
02 02ceff84 77e4168f kernel32!WaitForSingleObjectEx+0xac
03 02ceff94 02a238a9 kernel32!WaitForSingleObject+0xf
04 02ceffb8 77e4a990 oledb32!ReleaseResourceThread+0x54
05 02ceffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 24
System Thread ID: a84
Kernel Time: 0:0:0.93
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 02d2ff08 77f43741 SharedUserData!SystemCallStub+0x4
01 02d2ff0c 77e41817 ntdll!ZwWaitForSingleObject+0xc
02 02d2ff7c 77e4168f kernel32!WaitForSingleObjectEx+0xac
03 02d2ff8c 02a238b9 kernel32!WaitForSingleObject+0xf
04 02d2ffb8 77e4a990 oledb32!ResetResourceThread+0x84
05 02d2ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 25
System Thread ID: f58
Kernel Time: 0:0:0.93
User Time: 0:0:0.0
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 02d6fd04 77f43741 SharedUserData!SystemCallStub+0x4
01 02d6fd08 77e41817 ntdll!ZwWaitForSingleObject+0xc
02 02d6fd78 77e4168f kernel32!WaitForSingleObjectEx+0xac
03 02d6fd88 7561065c kernel32!WaitForSingleObject+0xf
04 02d6ffb8 77e4a990 comsvcs!PingThread+0xea
05 02d6ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 26
System Thread ID: 378
Kernel Time: 0:0:0.93
User Time: 0:0:0.46
Thread Type: Other
# ChildEBP RetAddr
00 08d8ff18 77f43741 SharedUserData!SystemCallStub+0x4
01 08d8ff1c 77e41817 ntdll!ZwWaitForSingleObject+0xc
02 08d8ff8c 77e4168f kernel32!WaitForSingleObjectEx+0xac
03 08d8ff9c 71c0ced8 kernel32!WaitForSingleObject+0xf
04 08d8ffb8 77e4a990 WS2_32!SockAsyncThread+0x28
05 08d8ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 27
System Thread ID: ad8
Kernel Time: 0:0:2.828
User Time: 0:0:2.515
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 03b7fdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 03b7fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 03b7fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 03b7fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 03b7fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 03b7ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 03b7ffb8 77e4a990 msvcrt!_endthreadex+0x95
07 03b7ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 28
System Thread ID: e54
Kernel Time: 0:0:2.984
User Time: 0:0:3.15
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 07bbfdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 07bbfdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 07bbfe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 07bbfed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 07bbfef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 07bbff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 07bbffb8 77e4a990 msvcrt!_endthreadex+0x95
07 07bbffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 29
System Thread ID: 96c
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 08c7ff70 77f430c7 SharedUserData!SystemCallStub+0x4
01 08c7ff74 77f7e6ae ntdll!ZwRemoveIoCompletion+0xc
02 08c7ffb8 77e4a990 ntdll!RtlpWorkerThread+0x3b
03 08c7ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 30
System Thread ID: b4c
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 097aff70 77f430c7 SharedUserData!SystemCallStub+0x4
01 097aff74 77f7e6ae ntdll!ZwRemoveIoCompletion+0xc
02 097affb8 77e4a990 ntdll!RtlpWorkerThread+0x3b
03 097affec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 31
System Thread ID: c78
Kernel Time: 0:0:0.906
User Time: 0:0:0.687
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0958fdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0958fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0958fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0958fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0958fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0958ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0958ffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0958ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 32
System Thread ID: d60
Kernel Time: 0:0:4.500
User Time: 0:0:3.578
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 088dfdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 088dfdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 088dfe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 088dfed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 088dfef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 088dff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 088dffb8 77e4a990 msvcrt!_endthreadex+0x95
07 088dffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 33
System Thread ID: ffc
Kernel Time: 0:0:4.171
User Time: 0:0:3.640
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0892fdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0892fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0892fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0892fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0892fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0892ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0892ffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0892ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 34
System Thread ID: ca8
Kernel Time: 0:0:4.421
User Time: 0:0:3.921
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0897fdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0897fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0897fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0897fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0897fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0897ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0897ffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0897ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 35
System Thread ID: d74
Kernel Time: 0:0:2.828
User Time: 0:0:2.625
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 089cfdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 089cfdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 089cfe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 089cfed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 089cfef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 089cff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 089cffb8 77e4a990 msvcrt!_endthreadex+0x95
07 089cffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 36
System Thread ID: 128
Kernel Time: 0:0:2.812
User Time: 0:0:2.421
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 094cfdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 094cfdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 094cfe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 094cfed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 094cfef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 094cff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 094cffb8 77e4a990 msvcrt!_endthreadex+0x95
07 094cffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 37
System Thread ID: e60
Kernel Time: 0:0:0.265
User Time: 0:0:0.265
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0950fdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0950fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0950fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0950fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0950fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0950ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0950ffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0950ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 38
System Thread ID: 88
Kernel Time: 0:0:2.812
User Time: 0:0:2.906
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0954fdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0954fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0954fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0954fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0954fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0954ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0954ffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0954ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 39
System Thread ID: c0c
Kernel Time: 0:0:2.421
User Time: 0:0:1.843
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0a3ffdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0a3ffdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0a3ffe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0a3ffed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0a3ffef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0a3fff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0a3fffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0a3fffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 40
System Thread ID: afc
Kernel Time: 0:0:3.281
User Time: 0:0:2.484
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 095cfdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 095cfdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 095cfe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 095cfed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 095cfef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 095cff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 095cffb8 77e4a990 msvcrt!_endthreadex+0x95
07 095cffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 41
System Thread ID: 7c4
Kernel Time: 0:0:3.15
User Time: 0:0:2.562
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0889fdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0889fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0889fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0889fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0889fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0889ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0889ffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0889ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 42
System Thread ID: f1c
Kernel Time: 0:0:2.0
User Time: 0:0:1.453
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0a43fdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0a43fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0a43fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0a43fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0a43fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0a43ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0a43ffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0a43ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 43
System Thread ID: 424
Kernel Time: 0:0:3.187
User Time: 0:0:2.296
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0a47fdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0a47fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0a47fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0a47fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0a47fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0a47ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0a47ffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0a47ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 44
System Thread ID: b0c
Kernel Time: 0:0:3.578
User Time: 0:0:2.343
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0a6bfdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0a6bfdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0a6bfe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0a6bfed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0a6bfef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0a6bff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0a6bffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0a6bffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 45
System Thread ID: 628
Kernel Time: 0:0:3.406
User Time: 0:0:2.859
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0a6ffdcc 77f4372d SharedUserData!SystemCallStub+0x4
01 0a6ffdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
02 0a6ffe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
03 0a6ffed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0x13f
04 0a6ffef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
05 0a6fff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
06 0a6fffb8 77e4a990 msvcrt!_endthreadex+0x95
07 0a6fffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 46
System Thread ID: 5c8
Kernel Time: 0:0:4.921
User Time: 0:0:3.718
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0a77fdcc 77f4372d SharedUserData!SystemCallStub+0x4