On any websites we have setup that share an IP address (one site is a
catch-all and the others have host headers) we're sporadically getting
the following error if we try to hit an .asp page...

"HTTP Error 500.13 - Server error: Web server is too busy."

For other sites that use the same code base but use a different IP
address, we do not get this error.

If anyone could help it would be greatly appreciated!

~Robin

Re: IIS 6 - "HTTP Error 500.13 - Server error: Web server is too busy." by Pat

Pat
Mon Mar 13 13:41:51 CST 2006

It means that the ASP thread pool is empty, and the max number of waiting
requests has been hit. Basically ASP is hung (HTML/Images will still work).

Run IISState against the process that is hosting your ASP pages when the
problem is happening and we may be able to diagnose the issue:

iisstate -p <pid of process running ASP pages> -d <enter>


Pat

"rob" <robin.dindayal@gmail.com> wrote in message
news:1142278191.924123.131680@u72g2000cwu.googlegroups.com...
> On any websites we have setup that share an IP address (one site is a
> catch-all and the others have host headers) we're sporadically getting
> the following error if we try to hit an .asp page...
>
> "HTTP Error 500.13 - Server error: Web server is too busy."
>
> For other sites that use the same code base but use a different IP
> address, we do not get this error.
>
> If anyone could help it would be greatly appreciated!
>
> ~Robin
>



Re: IIS 6 - "HTTP Error 500.13 - Server error: Web server is too busy." by rob

rob
Mon Mar 13 14:10:59 CST 2006

Thanks for your quick reply Pat. Here are the results of running
IISState....

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

Mon Mar 13 14:16:00 2006

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

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

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




Thread ID: 0
System Thread ID: 3c5c
Kernel Time: 0:0:0.46
User Time: 0:0:0.31
Thread Status: Thread is in a WAIT state.
Thread Type: HTTP Compression Thread
# ChildEBP RetAddr
00 0006fc08 7c822124 ntdll!KiFastSystemCallRet
01 0006fc0c 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 0006fc7c 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 0006fc90 5a36467a kernel32!WaitForSingleObject+0x12
04 0006fca0 5a366e63 w3dt!WP_CONTEXT::RunMainThreadLoop+0x10
05 0006fca8 5a3af41d w3dt!UlAtqStartListen+0x2d
06 0006fcb8 5a3bc259 w3core!W3_SERVER::StartListen+0xbd
07 0006ff0c 0100187c w3core!UlW3Start+0x26e
08 0006ff44 01001a23 w3wp!wmain+0x22a
09 0006ffc0 77e523cd w3wp!wmainCRTStartup+0x12b 0a 0006fff0 00000000
kernel32!BaseProcessStart+0x23




Thread ID: 1
System Thread ID: 3b24
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 009fff9c 7c821364 ntdll!KiFastSystemCallRet
01 009fffa0 7c81fe26 ntdll!NtDelayExecution+0xc
02 009fffb8 77e66063 ntdll!RtlpTimerThread+0x47
03 009fffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 2
System Thread ID: 11fc
Kernel Time: 0:0:0.46
User Time: 0:0:0.140
Thread Type: Other
# ChildEBP RetAddr
00 00a3ff70 7c821bf4 ntdll!KiFastSystemCallRet
01 00a3ff74 7c83ad75 ntdll!NtRemoveIoCompletion+0xc
02 00a3ffb8 77e66063 ntdll!RtlpWorkerThread+0x3d
03 00a3ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 3
System Thread ID: 40d8
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Possible ASP page. Possible DCOM activity Executing Page:
Unable to locate ASP page

No remote call being made

# ChildEBP RetAddr
00 00a9fe18 7c821c54 ntdll!KiFastSystemCallRet
01 00a9fe1c 77c7538c ntdll!ZwReplyWaitReceivePortEx+0xc
02 00a9ff84 77c5778f RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198
03 00a9ff8c 77c5f7dd RPCRT4!RecvLotsaCallsWrapper+0xd
04 00a9ffac 77c5de88 RPCRT4!BaseCachedThreadRoutine+0x9d
05 00a9ffb8 77e66063 RPCRT4!ThreadStartRoutine+0x1b
06 00a9ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 4
System Thread ID: 1c78
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 00c9ff24 7c821bf4 ntdll!KiFastSystemCallRet
01 00c9ff28 77e6611a ntdll!NtRemoveIoCompletion+0xc
02 00c9ff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29
03 00c9ff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
04 00c9ffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
05 00c9ffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
06 00c9ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 5
System Thread ID: 3594
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 00cdff24 7c821bf4 ntdll!KiFastSystemCallRet
01 00cdff28 77e6611a ntdll!NtRemoveIoCompletion+0xc
02 00cdff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29
03 00cdff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
04 00cdffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
05 00cdffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
06 00cdffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 6
System Thread ID: 3854
Kernel Time: 0:0:0.46
User Time: 0:0:0.15
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 00d1ff24 7c821bf4 ntdll!KiFastSystemCallRet
01 00d1ff28 77e6611a ntdll!NtRemoveIoCompletion+0xc
02 00d1ff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29
03 00d1ff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
04 00d1ffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
05 00d1ffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
06 00d1ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 7
System Thread ID: 2fc0
Kernel Time: 0:0:0.15
User Time: 0:0:0.359
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 00d5ff24 7c821bf4 ntdll!KiFastSystemCallRet
01 00d5ff28 77e6611a ntdll!NtRemoveIoCompletion+0xc
02 00d5ff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29
03 00d5ff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
04 00d5ffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
05 00d5ffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
06 00d5ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 8
System Thread ID: 30f0
Kernel Time: 0:0:0.78
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 00e1fcec 7c822114 ntdll!KiFastSystemCallRet
01 00e1fcf0 7c83acfd ntdll!NtWaitForMultipleObjects+0xc
02 00e1ffb8 77e66063 ntdll!RtlpWaitThread+0x161
03 00e1ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 9
System Thread ID: 1188
Kernel Time: 0:0:0.0
User Time: 0:0:0.15
Thread Status: Thread is in a WAIT state.
Thread Type: HTTP Compression Thread
# ChildEBP RetAddr
00 017efa84 7c822124 ntdll!KiFastSystemCallRet
01 017efa88 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 017efaf8 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 017efb0c 5a3b8147 kernel32!WaitForSingleObject+0x12
04 017effb8 77e66063 w3core!HTTP_COMPRESSION::CompressionThread+0x126
05 017effec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 10
System Thread ID: 12c8
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Possible ASP page. Possible DCOM activity Executing Page:
Unable to locate ASP page

No remote call being made

# ChildEBP RetAddr
00 0182fe18 7c821c54 ntdll!KiFastSystemCallRet
01 0182fe1c 77c7538c ntdll!ZwReplyWaitReceivePortEx+0xc
02 0182ff84 77c5778f RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198
03 0182ff8c 77c5f7dd RPCRT4!RecvLotsaCallsWrapper+0xd
04 0182ffac 77c5de88 RPCRT4!BaseCachedThreadRoutine+0x9d
05 0182ffb8 77e66063 RPCRT4!ThreadStartRoutine+0x1b
06 0182ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 11
System Thread ID: 1e4
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 0186ff8c 7c821364 ntdll!KiFastSystemCallRet
01 0186ff90 7c815267 ntdll!NtDelayExecution+0xc
02 0186ffb8 77e66063 ntdll!RtlpIOWorkerThread+0x3f
03 0186ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 12
System Thread ID: f3c
Kernel Time: 0:0:0.0
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 0253ff0c 7c822124 ntdll!KiFastSystemCallRet
01 0253ff10 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 0253ff80 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 0253ff94 709fc91b kernel32!WaitForSingleObject+0x12
04 0253ffb4 709fc8f3 asp!CApplnCleanupMgr::ApplnCleanupDoWork+0x1e
05 0253ffb8 77e66063 asp!CApplnCleanupMgr::ApplnCleanupThread+0xa
06 0253ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 13
System Thread ID: 41e4
Kernel Time: 0:0:0.0
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 0384fe1c 7c822114 ntdll!KiFastSystemCallRet
01 0384fe20 77e6711b ntdll!NtWaitForMultipleObjects+0xc
02 0384fec8 7739cd08 kernel32!WaitForMultipleObjectsEx+0x11a
03 0384ff24 7738e381 USER32!RealMsgWaitForMultipleObjectsEx+0x141
04 0384ff40 709fbcbe USER32!MsgWaitForMultipleObjects+0x1f
05 0384ff84 77bcb530 asp!CMTACallbackThread::Thread+0x4f
06 0384ffb8 77e66063 msvcrt!_endthreadex+0xa3
07 0384ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 14
System Thread ID: 44e0
Kernel Time: 0:0:0.0
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 0388fef4 7c822124 ntdll!KiFastSystemCallRet
01 0388fef8 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 0388ff68 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 0388ff7c 709fe9b7 kernel32!WaitForSingleObject+0x12
04 0388ffb8 77e66063 asp!CViperReqManager::WatchThread+0x68
05 0388ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 15
System Thread ID: 4220
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 038cfee8 7c822124 ntdll!KiFastSystemCallRet
01 038cfeec 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 038cff5c 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 038cff70 75bd4bd0 kernel32!WaitForSingleObject+0x12
04 038cff84 77bcb530
comsvcs!CSTAThreadPool::LoadBalanceThreadControlLoop+0x29
05 038cffb8 77e66063 msvcrt!_endthreadex+0xa3
06 038cffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 16
System Thread ID: 2820
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0390fee0 7c822124 ntdll!KiFastSystemCallRet
01 0390fee4 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 0390ff54 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 0390ff68 75bd464d kernel32!WaitForSingleObject+0x12
04 0390ff84 77bcb530 comsvcs!CSTAThreadPool::KillThreadControlLoop+0x25
05 0390ffb8 77e66063 msvcrt!_endthreadex+0xa3
06 0390ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 17
System Thread ID: 26b8
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Possible ASP page. Possible DCOM activity Executing Page:
Unable to locate ASP page

No remote call being made

# ChildEBP RetAddr
00 0398fe18 7c821c54 ntdll!KiFastSystemCallRet
01 0398fe1c 77c7538c ntdll!ZwReplyWaitReceivePortEx+0xc
02 0398ff84 77c5778f RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198
03 0398ff8c 77c5f7dd RPCRT4!RecvLotsaCallsWrapper+0xd
04 0398ffac 77c5de88 RPCRT4!BaseCachedThreadRoutine+0x9d
05 0398ffb8 77e66063 RPCRT4!ThreadStartRoutine+0x1b
06 0398ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 18
System Thread ID: 32dc
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 00adff70 7c821bf4 ntdll!KiFastSystemCallRet
01 00adff74 7c83ad75 ntdll!NtRemoveIoCompletion+0xc
02 00adffb8 77e66063 ntdll!RtlpWorkerThread+0x3d
03 00adffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 19
System Thread ID: 3570
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 009bff70 7c821bf4 ntdll!KiFastSystemCallRet
01 009bff74 7c83ad75 ntdll!NtRemoveIoCompletion+0xc
02 009bffb8 77e66063 ntdll!RtlpWorkerThread+0x3d
03 009bffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 20
System Thread ID: 2f4c
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 0394ff70 7c821bf4 ntdll!KiFastSystemCallRet
01 0394ff74 7c83ad75 ntdll!NtRemoveIoCompletion+0xc
02 0394ffb8 77e66063 ntdll!RtlpWorkerThread+0x3d
03 0394ffec 00000000 kernel32!BaseThreadStart+0x34


Re: IIS 6 - "HTTP Error 500.13 - Server error: Web server is too busy." by Pat

Pat
Tue Mar 14 12:14:18 CST 2006

Are there threads missing? It just stops @ 20. Also, this appears to be
idle - no pending requests. The ASP pages may be running in a different
process or the process has restarted recently. The log needs to happen when
the problem is happening.

Pat

"rob" <robin.dindayal@gmail.com> wrote in message
news:1142280659.145275.288750@j52g2000cwj.googlegroups.com...
> Thanks for your quick reply Pat. Here are the results of running
> IISState....
>
> ***********************
> Starting new log output
> IISState version 3.3.1
>
> Mon Mar 13 14:16:00 2006
>
> OS = Windows 2003 Server
> Executable: w3wp.exe
> PID = 16652
>
> Note: Thread times are formatted as HH:MM:SS.ms
>
> ***********************
>
>
>
>
> Thread ID: 0
> System Thread ID: 3c5c
> Kernel Time: 0:0:0.46
> User Time: 0:0:0.31
> Thread Status: Thread is in a WAIT state.
> Thread Type: HTTP Compression Thread
> # ChildEBP RetAddr
> 00 0006fc08 7c822124 ntdll!KiFastSystemCallRet
> 01 0006fc0c 77e6baa8 ntdll!NtWaitForSingleObject+0xc
> 02 0006fc7c 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
> 03 0006fc90 5a36467a kernel32!WaitForSingleObject+0x12
> 04 0006fca0 5a366e63 w3dt!WP_CONTEXT::RunMainThreadLoop+0x10
> 05 0006fca8 5a3af41d w3dt!UlAtqStartListen+0x2d
> 06 0006fcb8 5a3bc259 w3core!W3_SERVER::StartListen+0xbd
> 07 0006ff0c 0100187c w3core!UlW3Start+0x26e
> 08 0006ff44 01001a23 w3wp!wmain+0x22a
> 09 0006ffc0 77e523cd w3wp!wmainCRTStartup+0x12b 0a 0006fff0 00000000
> kernel32!BaseProcessStart+0x23
>
>
>
>
> Thread ID: 1
> System Thread ID: 3b24
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Other
> # ChildEBP RetAddr
> 00 009fff9c 7c821364 ntdll!KiFastSystemCallRet
> 01 009fffa0 7c81fe26 ntdll!NtDelayExecution+0xc
> 02 009fffb8 77e66063 ntdll!RtlpTimerThread+0x47
> 03 009fffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 2
> System Thread ID: 11fc
> Kernel Time: 0:0:0.46
> User Time: 0:0:0.140
> Thread Type: Other
> # ChildEBP RetAddr
> 00 00a3ff70 7c821bf4 ntdll!KiFastSystemCallRet
> 01 00a3ff74 7c83ad75 ntdll!NtRemoveIoCompletion+0xc
> 02 00a3ffb8 77e66063 ntdll!RtlpWorkerThread+0x3d
> 03 00a3ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 3
> System Thread ID: 40d8
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Possible ASP page. Possible DCOM activity Executing Page:
> Unable to locate ASP page
>
> No remote call being made
>
> # ChildEBP RetAddr
> 00 00a9fe18 7c821c54 ntdll!KiFastSystemCallRet
> 01 00a9fe1c 77c7538c ntdll!ZwReplyWaitReceivePortEx+0xc
> 02 00a9ff84 77c5778f RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198
> 03 00a9ff8c 77c5f7dd RPCRT4!RecvLotsaCallsWrapper+0xd
> 04 00a9ffac 77c5de88 RPCRT4!BaseCachedThreadRoutine+0x9d
> 05 00a9ffb8 77e66063 RPCRT4!ThreadStartRoutine+0x1b
> 06 00a9ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 4
> System Thread ID: 1c78
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: HTTP Listener
> # ChildEBP RetAddr
> 00 00c9ff24 7c821bf4 ntdll!KiFastSystemCallRet
> 01 00c9ff28 77e6611a ntdll!NtRemoveIoCompletion+0xc
> 02 00c9ff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29
> 03 00c9ff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
> 04 00c9ffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
> 05 00c9ffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
> 06 00c9ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 5
> System Thread ID: 3594
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: HTTP Listener
> # ChildEBP RetAddr
> 00 00cdff24 7c821bf4 ntdll!KiFastSystemCallRet
> 01 00cdff28 77e6611a ntdll!NtRemoveIoCompletion+0xc
> 02 00cdff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29
> 03 00cdff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
> 04 00cdffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
> 05 00cdffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
> 06 00cdffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 6
> System Thread ID: 3854
> Kernel Time: 0:0:0.46
> User Time: 0:0:0.15
> Thread Type: HTTP Listener
> # ChildEBP RetAddr
> 00 00d1ff24 7c821bf4 ntdll!KiFastSystemCallRet
> 01 00d1ff28 77e6611a ntdll!NtRemoveIoCompletion+0xc
> 02 00d1ff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29
> 03 00d1ff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
> 04 00d1ffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
> 05 00d1ffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
> 06 00d1ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 7
> System Thread ID: 2fc0
> Kernel Time: 0:0:0.15
> User Time: 0:0:0.359
> Thread Type: HTTP Listener
> # ChildEBP RetAddr
> 00 00d5ff24 7c821bf4 ntdll!KiFastSystemCallRet
> 01 00d5ff28 77e6611a ntdll!NtRemoveIoCompletion+0xc
> 02 00d5ff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29
> 03 00d5ff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
> 04 00d5ffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
> 05 00d5ffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
> 06 00d5ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 8
> System Thread ID: 30f0
> Kernel Time: 0:0:0.78
> User Time: 0:0:0.0
> Thread Status: Thread is in a WAIT state.
> Thread Type: Other
> # ChildEBP RetAddr
> 00 00e1fcec 7c822114 ntdll!KiFastSystemCallRet
> 01 00e1fcf0 7c83acfd ntdll!NtWaitForMultipleObjects+0xc
> 02 00e1ffb8 77e66063 ntdll!RtlpWaitThread+0x161
> 03 00e1ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 9
> System Thread ID: 1188
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.15
> Thread Status: Thread is in a WAIT state.
> Thread Type: HTTP Compression Thread
> # ChildEBP RetAddr
> 00 017efa84 7c822124 ntdll!KiFastSystemCallRet
> 01 017efa88 77e6baa8 ntdll!NtWaitForSingleObject+0xc
> 02 017efaf8 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
> 03 017efb0c 5a3b8147 kernel32!WaitForSingleObject+0x12
> 04 017effb8 77e66063 w3core!HTTP_COMPRESSION::CompressionThread+0x126
> 05 017effec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 10
> System Thread ID: 12c8
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Possible ASP page. Possible DCOM activity Executing Page:
> Unable to locate ASP page
>
> No remote call being made
>
> # ChildEBP RetAddr
> 00 0182fe18 7c821c54 ntdll!KiFastSystemCallRet
> 01 0182fe1c 77c7538c ntdll!ZwReplyWaitReceivePortEx+0xc
> 02 0182ff84 77c5778f RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198
> 03 0182ff8c 77c5f7dd RPCRT4!RecvLotsaCallsWrapper+0xd
> 04 0182ffac 77c5de88 RPCRT4!BaseCachedThreadRoutine+0x9d
> 05 0182ffb8 77e66063 RPCRT4!ThreadStartRoutine+0x1b
> 06 0182ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 11
> System Thread ID: 1e4
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Other
> # ChildEBP RetAddr
> 00 0186ff8c 7c821364 ntdll!KiFastSystemCallRet
> 01 0186ff90 7c815267 ntdll!NtDelayExecution+0xc
> 02 0186ffb8 77e66063 ntdll!RtlpIOWorkerThread+0x3f
> 03 0186ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 12
> System Thread ID: f3c
> Kernel Time: 0:0:0.0
> 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 0253ff0c 7c822124 ntdll!KiFastSystemCallRet
> 01 0253ff10 77e6baa8 ntdll!NtWaitForSingleObject+0xc
> 02 0253ff80 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
> 03 0253ff94 709fc91b kernel32!WaitForSingleObject+0x12
> 04 0253ffb4 709fc8f3 asp!CApplnCleanupMgr::ApplnCleanupDoWork+0x1e
> 05 0253ffb8 77e66063 asp!CApplnCleanupMgr::ApplnCleanupThread+0xa
> 06 0253ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 13
> System Thread ID: 41e4
> Kernel Time: 0:0:0.0
> 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 0384fe1c 7c822114 ntdll!KiFastSystemCallRet
> 01 0384fe20 77e6711b ntdll!NtWaitForMultipleObjects+0xc
> 02 0384fec8 7739cd08 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 0384ff24 7738e381 USER32!RealMsgWaitForMultipleObjectsEx+0x141
> 04 0384ff40 709fbcbe USER32!MsgWaitForMultipleObjects+0x1f
> 05 0384ff84 77bcb530 asp!CMTACallbackThread::Thread+0x4f
> 06 0384ffb8 77e66063 msvcrt!_endthreadex+0xa3
> 07 0384ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 14
> System Thread ID: 44e0
> Kernel Time: 0:0:0.0
> 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 0388fef4 7c822124 ntdll!KiFastSystemCallRet
> 01 0388fef8 77e6baa8 ntdll!NtWaitForSingleObject+0xc
> 02 0388ff68 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
> 03 0388ff7c 709fe9b7 kernel32!WaitForSingleObject+0x12
> 04 0388ffb8 77e66063 asp!CViperReqManager::WatchThread+0x68
> 05 0388ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 15
> System Thread ID: 4220
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 038cfee8 7c822124 ntdll!KiFastSystemCallRet
> 01 038cfeec 77e6baa8 ntdll!NtWaitForSingleObject+0xc
> 02 038cff5c 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
> 03 038cff70 75bd4bd0 kernel32!WaitForSingleObject+0x12
> 04 038cff84 77bcb530
> comsvcs!CSTAThreadPool::LoadBalanceThreadControlLoop+0x29
> 05 038cffb8 77e66063 msvcrt!_endthreadex+0xa3
> 06 038cffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 16
> System Thread ID: 2820
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 0390fee0 7c822124 ntdll!KiFastSystemCallRet
> 01 0390fee4 77e6baa8 ntdll!NtWaitForSingleObject+0xc
> 02 0390ff54 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
> 03 0390ff68 75bd464d kernel32!WaitForSingleObject+0x12
> 04 0390ff84 77bcb530 comsvcs!CSTAThreadPool::KillThreadControlLoop+0x25
> 05 0390ffb8 77e66063 msvcrt!_endthreadex+0xa3
> 06 0390ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 17
> System Thread ID: 26b8
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Possible ASP page. Possible DCOM activity Executing Page:
> Unable to locate ASP page
>
> No remote call being made
>
> # ChildEBP RetAddr
> 00 0398fe18 7c821c54 ntdll!KiFastSystemCallRet
> 01 0398fe1c 77c7538c ntdll!ZwReplyWaitReceivePortEx+0xc
> 02 0398ff84 77c5778f RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198
> 03 0398ff8c 77c5f7dd RPCRT4!RecvLotsaCallsWrapper+0xd
> 04 0398ffac 77c5de88 RPCRT4!BaseCachedThreadRoutine+0x9d
> 05 0398ffb8 77e66063 RPCRT4!ThreadStartRoutine+0x1b
> 06 0398ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 18
> System Thread ID: 32dc
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Other
> # ChildEBP RetAddr
> 00 00adff70 7c821bf4 ntdll!KiFastSystemCallRet
> 01 00adff74 7c83ad75 ntdll!NtRemoveIoCompletion+0xc
> 02 00adffb8 77e66063 ntdll!RtlpWorkerThread+0x3d
> 03 00adffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 19
> System Thread ID: 3570
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Other
> # ChildEBP RetAddr
> 00 009bff70 7c821bf4 ntdll!KiFastSystemCallRet
> 01 009bff74 7c83ad75 ntdll!NtRemoveIoCompletion+0xc
> 02 009bffb8 77e66063 ntdll!RtlpWorkerThread+0x3d
> 03 009bffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 20
> System Thread ID: 2f4c
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Other
> # ChildEBP RetAddr
> 00 0394ff70 7c821bf4 ntdll!KiFastSystemCallRet
> 01 0394ff74 7c83ad75 ntdll!NtRemoveIoCompletion+0xc
> 02 0394ffb8 77e66063 ntdll!RtlpWorkerThread+0x3d
> 03 0394ffec 00000000 kernel32!BaseThreadStart+0x34
>



Re: IIS 6 - "HTTP Error 500.13 - Server error: Web server is too busy." by rob

rob
Fri Mar 17 13:23:11 CST 2006

Hi Pat, sorry for taking so long to reply. It looks like we used the
wrong PID. This dump should be much better...

Opened log file 'D:\iisstate\output\IISState-16884.log'

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

Wed Mar 15 17:01:51 2006

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

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

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




Thread ID: 0
System Thread ID: 422c
Kernel Time: 0:0:0.31
User Time: 0:0:0.62
Thread Status: Thread is in a WAIT state.
Thread Type: HTTP Compression Thread
# ChildEBP RetAddr
00 0006fc08 7c822124 ntdll!KiFastSystemCallRet
01 0006fc0c 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 0006fc7c 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 0006fc90 5a36467a kernel32!WaitForSingleObject+0x12
04 0006fca0 5a366e63 w3dt!WP_CONTEXT::RunMainThreadLoop+0x10
05 0006fca8 5a3af41d w3dt!UlAtqStartListen+0x2d
06 0006fcb8 5a3bc259 w3core!W3_SERVER::StartListen+0xbd
07 0006ff0c 0100187c w3core!UlW3Start+0x26e
08 0006ff44 01001a23 w3wp!wmain+0x22a
09 0006ffc0 77e523cd w3wp!wmainCRTStartup+0x12b
0a 0006fff0 00000000 kernel32!BaseProcessStart+0x23




Thread ID: 1
System Thread ID: 46ec
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 009fff9c 7c821364 ntdll!KiFastSystemCallRet
01 009fffa0 7c81fe26 ntdll!NtDelayExecution+0xc
02 009fffb8 77e66063 ntdll!RtlpTimerThread+0x47
03 009fffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 2
System Thread ID: b18
Kernel Time: 0:0:0.234
User Time: 0:0:0.46
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 00c9ff24 7c821bf4 ntdll!KiFastSystemCallRet
01 00c9ff28 77e6611a ntdll!NtRemoveIoCompletion+0xc
02 00c9ff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29
03 00c9ff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
04 00c9ffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
05 00c9ffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
06 00c9ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 3
System Thread ID: 1b1c
Kernel Time: 0:0:0.234
User Time: 0:0:0.156
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 00cdff24 7c821bf4 ntdll!KiFastSystemCallRet
01 00cdff28 77e6611a ntdll!NtRemoveIoCompletion+0xc
02 00cdff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29
03 00cdff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
04 00cdffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
05 00cdffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
06 00cdffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 4
System Thread ID: 1c44
Kernel Time: 0:0:0.343
User Time: 0:0:0.437
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 00d1ff24 7c821bf4 ntdll!KiFastSystemCallRet
01 00d1ff28 77e6611a ntdll!NtRemoveIoCompletion+0xc
02 00d1ff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29
03 00d1ff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
04 00d1ffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
05 00d1ffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
06 00d1ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 5
System Thread ID: 4298
Kernel Time: 0:0:0.0
User Time: 0:0:0.15
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 00d5ff24 7c821bf4 ntdll!KiFastSystemCallRet
01 00d5ff28 77e6611a ntdll!NtRemoveIoCompletion+0xc
02 00d5ff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29
03 00d5ff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
04 00d5ffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
05 00d5ffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
06 00d5ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 6
System Thread ID: 2bb0
Kernel Time: 0:0:0.953
User Time: 0:0:0.171
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 00e1fcec 7c822114 ntdll!KiFastSystemCallRet
01 00e1fcf0 7c83acfd ntdll!NtWaitForMultipleObjects+0xc
02 00e1ffb8 77e66063 ntdll!RtlpWaitThread+0x161
03 00e1ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 7
System Thread ID: 1f48
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: HTTP Compression Thread
# ChildEBP RetAddr
00 017efa84 7c822124 ntdll!KiFastSystemCallRet
01 017efa88 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 017efaf8 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 017efb0c 5a3b8147 kernel32!WaitForSingleObject+0x12
04 017effb8 77e66063 w3core!HTTP_COMPRESSION::CompressionThread+0x126
05 017effec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 8
System Thread ID: 31c0
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 0186ff8c 7c821364 ntdll!KiFastSystemCallRet
01 0186ff90 7c815267 ntdll!NtDelayExecution+0xc
02 0186ffb8 77e66063 ntdll!RtlpIOWorkerThread+0x3f
03 0186ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 9
System Thread ID: 1df4
Kernel Time: 0:0:0.0
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 0253ff0c 7c822124 ntdll!KiFastSystemCallRet
01 0253ff10 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 0253ff80 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 0253ff94 709fc91b kernel32!WaitForSingleObject+0x12
04 0253ffb4 709fc8f3 asp!CApplnCleanupMgr::ApplnCleanupDoWork+0x1e
05 0253ffb8 77e66063 asp!CApplnCleanupMgr::ApplnCleanupThread+0xa
06 0253ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 10
System Thread ID: 3fa0
Kernel Time: 0:0:0.0
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 0384fe1c 7c822114 ntdll!KiFastSystemCallRet
01 0384fe20 77e6711b ntdll!NtWaitForMultipleObjects+0xc
02 0384fec8 7739cd08 kernel32!WaitForMultipleObjectsEx+0x11a
03 0384ff24 7738e381 USER32!RealMsgWaitForMultipleObjectsEx+0x141
04 0384ff40 709fbcbe USER32!MsgWaitForMultipleObjects+0x1f
05 0384ff84 77bcb530 asp!CMTACallbackThread::Thread+0x4f
06 0384ffb8 77e66063 msvcrt!_endthreadex+0xa3
07 0384ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 11
System Thread ID: 45ac
Kernel Time: 0:0:0.0
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 038cfef4 7c822124 ntdll!KiFastSystemCallRet
01 038cfef8 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 038cff68 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 038cff7c 709fe9b7 kernel32!WaitForSingleObject+0x12
04 038cffb8 77e66063 asp!CViperReqManager::WatchThread+0x68
05 038cffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 12
System Thread ID: 1154
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0390fee8 7c822124 ntdll!KiFastSystemCallRet
01 0390feec 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 0390ff5c 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 0390ff70 75bd4bd0 kernel32!WaitForSingleObject+0x12
04 0390ff84 77bcb530
comsvcs!CSTAThreadPool::LoadBalanceThreadControlLoop+0x29
05 0390ffb8 77e66063 msvcrt!_endthreadex+0xa3
06 0390ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 13
System Thread ID: 12d8
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0394fee0 7c822124 ntdll!KiFastSystemCallRet
01 0394fee4 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 0394ff54 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 0394ff68 75bd464d kernel32!WaitForSingleObject+0x12
04 0394ff84 77bcb530 comsvcs!CSTAThreadPool::KillThreadControlLoop+0x25
05 0394ffb8 77e66063 msvcrt!_endthreadex+0xa3
06 0394ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 14
System Thread ID: 3924
Kernel Time: 0:0:0.156
User Time: 0:0:0.62
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0398fdcc 7c822114 ntdll!KiFastSystemCallRet
01 0398fdd0 77e6711b ntdll!NtWaitForMultipleObjects+0xc
02 0398fe78 7739cd08 kernel32!WaitForMultipleObjectsEx+0x11a
03 0398fed4 7738e381 USER32!RealMsgWaitForMultipleObjectsEx+0x141
04 0398fef0 75bd86c6 USER32!MsgWaitForMultipleObjects+0x1f
05 0398ff84 77bcb530 comsvcs!CSTAThread::WorkerLoop+0x1e5
06 0398ffb8 77e66063 msvcrt!_endthreadex+0xa3
07 0398ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 15
System Thread ID: 3938
Kernel Time: 0:0:0.62
User Time: 0:0:0.281
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 039cfdcc 7c822114 ntdll!KiFastSystemCallRet
01 039cfdd0 77e6711b ntdll!NtWaitForMultipleObjects+0xc
02 039cfe78 7739cd08 kernel32!WaitForMultipleObjectsEx+0x11a
03 039cfed4 7738e381 USER32!RealMsgWaitForMultipleObjectsEx+0x141
04 039cfef0 75bd86c6 USER32!MsgWaitForMultipleObjects+0x1f
05 039cff84 77bcb530 comsvcs!CSTAThread::WorkerLoop+0x1e5
06 039cffb8 77e66063 msvcrt!_endthreadex+0xa3
07 039cffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 16
System Thread ID: 1868
Kernel Time: 0:0:0.15
User Time: 0:0:0.140
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 03a0fdcc 7c822114 ntdll!KiFastSystemCallRet
01 03a0fdd0 77e6711b ntdll!NtWaitForMultipleObjects+0xc
02 03a0fe78 7739cd08 kernel32!WaitForMultipleObjectsEx+0x11a
03 03a0fed4 7738e381 USER32!RealMsgWaitForMultipleObjectsEx+0x141
04 03a0fef0 75bd86c6 USER32!MsgWaitForMultipleObjects+0x1f
05 03a0ff84 77bcb530 comsvcs!CSTAThread::WorkerLoop+0x1e5
06 03a0ffb8 77e66063 msvcrt!_endthreadex+0xa3
07 03a0ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 17
System Thread ID: 30cc
Kernel Time: 0:0:0.437
User Time: 0:0:0.843
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 03a4fdcc 7c822114 ntdll!KiFastSystemCallRet
01 03a4fdd0 77e6711b ntdll!NtWaitForMultipleObjects+0xc
02 03a4fe78 7739cd08 kernel32!WaitForMultipleObjectsEx+0x11a
03 03a4fed4 7738e381 USER32!RealMsgWaitForMultipleObjectsEx+0x141
04 03a4fef0 75bd86c6 USER32!MsgWaitForMultipleObjects+0x1f
05 03a4ff84 77bcb530 comsvcs!CSTAThread::WorkerLoop+0x1e5
06 03a4ffb8 77e66063 msvcrt!_endthreadex+0xa3
07 03a4ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 18
System Thread ID: 900
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: Managed Thread. Possible ASP.Net page or other .Net worker
succeeded
Loaded Son of Strike data table version 5 from
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorwks.dll"
Thread 18
Not a managed thread.


Begin System Thread Information

# ChildEBP RetAddr
00 03d5fe70 7c822114 ntdll!KiFastSystemCallRet
01 03d5fe74 77e6711b ntdll!NtWaitForMultipleObjects+0xc
02 03d5ff1c 77e61075 kernel32!WaitForMultipleObjectsEx+0x11a
03 03d5ff38 791d283b kernel32!WaitForMultipleObjects+0x18
04 03d5ffa0 791d27b2 mscorwks!DebuggerRCThread::MainLoop+0x90
05 03d5ffb0 791d453a mscorwks!DebuggerRCThread::ThreadProc+0x68
06 03d5ffb8 77e66063 mscorwks!DebuggerRCThread::ThreadProcStatic+0xb
07 03d5ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 19
System Thread ID: 25e8
Kernel Time: 0:0:0.0
User Time: 0:0:0.15
Thread Status: Thread is in a WAIT state.
Thread Type: Managed Thread. Possible ASP.Net page or other .Net worker
Thread 19
ESP EIP


Begin System Thread Information

# ChildEBP RetAddr
00 05e3fdf8 7c822114 ntdll!KiFastSystemCallRet
01 05e3fdfc 77e6711b ntdll!NtWaitForMultipleObjects+0xc
02 05e3fea4 77e61075 kernel32!WaitForMultipleObjectsEx+0x11a
03 05e3fec0 7926516d kernel32!WaitForMultipleObjects+0x18
04 05e3fee0 791b9872 mscorwks!WaitForFinalizerEvent+0xc8
05 05e3ff24 791cede0 mscorwks!GCHeap::FinalizerThreadStart+0x96
06 05e3ffb8 77e66063 mscorwks!Thread::intermediateThreadProc+0x44
07 05e3ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 20
System Thread ID: 734
Kernel Time: 0:0:0.31
User Time: 0:0:0.171
Thread Status: Thread is in a WAIT state.
Thread Type: Managed Thread. Possible ASP.Net page or other .Net worker
Thread 20
ESP EIP


Begin System Thread Information

# ChildEBP RetAddr
00 05f7fe78 7c822124 ntdll!KiFastSystemCallRet
01 05f7fe7c 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 05f7feec 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 05f7ff00 792ed4ec kernel32!WaitForSingleObject+0x12
04 05f7ff24 792eccf3 mscorwks!ThreadpoolMgr::WorkerThreadStart+0x3a
05 05f7ffb8 77e66063
mscorwks!ThreadpoolMgr::intermediateThreadProc+0x44
06 05f7ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 21
System Thread ID: 2624
Kernel Time: 0:0:0.0
User Time: 0:0:0.15
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0676fd00 7c822124 ntdll!KiFastSystemCallRet
01 0676fd04 77e6baa8 ntdll!NtWaitForSingleObject+0xc
02 0676fd74 77e6ba12 kernel32!WaitForSingleObjectEx+0xac
03 0676fd88 75bb22b9 kernel32!WaitForSingleObject+0x12
04 0676ffb8 77e66063 comsvcs!PingThread+0xf6
05 0676ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 22
System Thread ID: 3620
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 06a3ff88 7c822114 ntdll!KiFastSystemCallRet
01 06a3ff8c 71c6df01 ntdll!NtWaitForMultipleObjects+0xc
02 06a3ffb8 77e66063 NETAPI32!NetbiosWaiter+0x73
03 06a3ffec 00000000 kernel32!BaseThreadStart+0x34




Thread ID: 23
System Thread ID: 38fc
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Managed Thread. Possible ASP.Net page or other .Net worker
Thread 23
ESP EIP


Begin System Thread Information

# ChildEBP RetAddr
00 0702ff24 7c821364 ntdll!KiFastSystemCallRet
01 0702ff28 77e42439 ntdll!NtDelayExecution+0xc
02 0702ff90 792ee3af kernel32!SleepEx+0x68
03 0702ffb8 77e66063 mscorwks!ThreadpoolMgr::WaitThreadStart+0x22
04 0702ffec 00000000 kernel32!BaseThreadStart+0x34