You have a bunch of threads that are all waiting on something to happen
(threads 47, 48, 49, 50, 52, 53, 54, 56, 57 etc). Either you are doing
something that requires synchronisation, or you are calling into COM that
does.
You can load the SOS extension (Son of Strike) into WinDBG to get the
managed stack - that may tell you something more useful (the bits where it
says "WARNING: Frame IP not in any known module. Following frames may be
wrong.")
I did notice that there appear to be a couple of threads that are waiting on
some kind of response from another server (thread is in WinSock). Is it
possible you may be blocking on a remote server response?
Cheers
Ken
"QuestionMan" <ski_tango RemoveThis @hotmail.com> wrote in message
news:90519dce-1078-4283-8e21-db900b03143e@m34g2000hsf.googlegroups.com...
> Good Day,
>
> Please help.
>
> We're trying to resolve an issue that has made the rounds in all the
> groups, but we were unable to find any resolutions. That led us to
> iisstate Upon experiencing a "crash" we ran iisstate to create the
> log files however I have no idea what they mean. Any help in that
> regard is greatly appreciated. (logs below).
>
> The issue that we're hoping iisstate logs will help us find is as
> follows:
> 1. On a Sporadic basis, asp.net pages stop responding with no
> resulting errors displayed in IE or in the event log.
> 2. ASP and HTML page respond.
> 3. No apparent load, cpu or memory issues.
> 4. Recycling does not resolve the crash.
> 5. Stopping and starting www service is the only way to fix the issue.
> ASP.Net pages respond like normal after the service restart.
>
> Thank you in advance for your input.
>
> The iisstate logs below:
> log 1 = w3wp.exe
> log 2 inetpub
>
>
> ######################## LOG 1
>
> Opened log file 'C:\iisstate\output\IISState-4872.log'
>
> ***********************
> Starting new log output
> IISState version 3.3.1
>
> Sun Jan 20 07:28:07 2008
>
> OS = Windows 2003 Server
> Executable: w3wp.exe
> PID = 4872
>
> Note: Thread times are formatted as HH:MM:SS.ms
>
> ***********************
>
>
>
>
> Thread ID: 0
> System Thread ID: 4f0
> Kernel Time: 0:0:0.31
> User Time: 0:0:0.93
> Thread Status: Thread is in a WAIT state.
> Thread Type: HTTP Compression Thread
> # ChildEBP RetAddr
> 00 0006fc08 7c827d0b ntdll!KiFastSystemCallRet
> 01 0006fc0c 77e61d1e ntdll!NtWaitForSingleObject+0xc
> 02 0006fc7c 77e61c8d kernel32!WaitForSingleObjectEx+0xac
> 03 0006fc90 5a364662 kernel32!WaitForSingleObject+0x12
> 04 0006fca0 5a366e3f w3dt!WP_CONTEXT::RunMainThreadLoop+0x10
> 05 0006fca8 5a3af42d w3dt!UlAtqStartListen+0x2d
> 06 0006fcb8 5a3bc335 w3core!W3_SERVER::StartListen+0xbd
> 07 0006ff0c 0100187c w3core!UlW3Start+0x26e
> 08 0006ff44 01001a27 w3wp!wmain+0x22a
> 09 0006ffc0 77e6f23b w3wp!wmainCRTStartup+0x12f
> 0a 0006fff0 00000000 kernel32!BaseProcessStart+0x23
>
>
>
>
> Thread ID: 1
> System Thread ID: 127c
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Other
> # ChildEBP RetAddr
> 00 00ccff9c 7c826f4b ntdll!KiFastSystemCallRet
> 01 00ccffa0 7c83d424 ntdll!NtDelayExecution+0xc
> 02 00ccffb8 77e64829 ntdll!RtlpTimerThread+0x47
> 03 00ccffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 2
> System Thread ID: e20
> Kernel Time: 0:0:11.562
> User Time: 0:0:14.968
> Thread Type: HTTP Listener
> # ChildEBP RetAddr
> 00 00f7ff24 7c8277db ntdll!KiFastSystemCallRet
> 01 00f7ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc
> 02 00f7ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29
> 03 00f7ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
> 04 00f7ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
> 05 00f7ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
> 06 00f7ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 3
> System Thread ID: 1048
> Kernel Time: 0:0:10.562
> User Time: 0:0:13.718
> Thread Type: HTTP Listener
> # ChildEBP RetAddr
> 00 00fbff24 7c8277db ntdll!KiFastSystemCallRet
> 01 00fbff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc
> 02 00fbff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29
> 03 00fbff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
> 04 00fbffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
> 05 00fbffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
> 06 00fbffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 4
> System Thread ID: 1780
> Kernel Time: 0:0:19.500
> User Time: 0:0:24.984
> Thread Type: HTTP Listener
> # ChildEBP RetAddr
> 00 00ffff24 7c8277db ntdll!KiFastSystemCallRet
> 01 00ffff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc
> 02 00ffff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29
> 03 00ffff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
> 04 00ffffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
> 05 00ffffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
> 06 00ffffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 5
> System Thread ID: 58c
> Kernel Time: 0:0:21.390
> User Time: 0:0:28.125
> Thread Type: HTTP Listener
> # ChildEBP RetAddr
> 00 0104ff24 7c8277db ntdll!KiFastSystemCallRet
> 01 0104ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc
> 02 0104ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29
> 03 0104ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33
> 04 0104ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24
> 05 0104ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39
> 06 0104ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 6
> System Thread ID: 13c0
> 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 0110fcec 7c827cfb ntdll!KiFastSystemCallRet
> 01 0110fcf0 7c83c78e ntdll!NtWaitForMultipleObjects+0xc
> 02 0110ffb8 77e64829 ntdll!RtlpWaitThread+0x161
> 03 0110ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 7
> System Thread ID: 17c8
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> *** ERROR: Symbol file could not be found. Defaulted to export
> symbols for \\?\C:\IISDebugTools\IISCHAgent.dll -
> Thread Type: Other
> # ChildEBP RetAddr
> 00 0154fed8 7c8277db ntdll!KiFastSystemCallRet
> 01 0154fedc 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc
> 02 0154ff08 67306fab kernel32!GetQueuedCompletionStatus+0x29
> WARNING: Stack unwind information not available. Following frames may
> be wrong.
> 03 0154ffb8 77e64829 IISCHAgent!ConfigFileMonitor+0x15b
> 04 0154ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 8
> System Thread ID: 14b8
> 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 0168febc 7c827cfb ntdll!KiFastSystemCallRet
> 01 0168fec0 77e6202c ntdll!NtWaitForMultipleObjects+0xc
> 02 0168ff68 77e62fbe kernel32!WaitForMultipleObjectsEx+0x11a
> 03 0168ff84 6730649c kernel32!WaitForMultipleObjects+0x18
> WARNING: Stack unwind information not available. Following frames may
> be wrong.
> 04 0168ffb8 77e64829 IISCHAgent!MonitorWorkerProcess+0xa3
> 05 0168ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 9
> System Thread ID: a58
> 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 0205fa84 7c827d0b ntdll!KiFastSystemCallRet
> 01 0205fa88 77e61d1e ntdll!NtWaitForSingleObject+0xc
> 02 0205faf8 77e61c8d kernel32!WaitForSingleObjectEx+0xac
> 03 0205fb0c 5a3b820f kernel32!WaitForSingleObject+0x12
> 04 0205ffb8 77e64829 w3core!HTTP_COMPRESSION::CompressionThread+0x126
> 05 0205ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 10
> System Thread ID: 1708
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Other
> # ChildEBP RetAddr
> 00 020dff8c 7c826f4b ntdll!KiFastSystemCallRet
> 01 020dff90 7c81943a ntdll!NtDelayExecution+0xc
> 02 020dffb8 77e64829 ntdll!RtlpIOWorkerThread+0x3f
> 03 020dffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 11
> System Thread ID: 1530
> 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 02cdff0c 7c827d0b ntdll!KiFastSystemCallRet
> 01 02cdff10 77e61d1e ntdll!NtWaitForSingleObject+0xc
> 02 02cdff80 77e61c8d kernel32!WaitForSingleObjectEx+0xac
> 03 02cdff94 709fc803 kernel32!WaitForSingleObject+0x12
> 04 02cdffb4 709fc7db asp!CApplnCleanupMgr::ApplnCleanupDoWork+0x1e
> 05 02cdffb8 77e64829 asp!CApplnCleanupMgr::ApplnCleanupThread+0xa
> 06 02cdffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 12
> System Thread ID: 1150
> 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 0300fe1c 7c827cfb ntdll!KiFastSystemCallRet
> 01 0300fe20 77e6202c ntdll!NtWaitForMultipleObjects+0xc
> 02 0300fec8 7739bbd1 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 0300ff24 7739ce36 USER32!RealMsgWaitForMultipleObjectsEx+0x141
> 04 0300ff40 709fb8be USER32!MsgWaitForMultipleObjects+0x1f
> 05 0300ff84 77bcb530 asp!CMTACallbackThread::Thread+0x4f
> 06 0300ffb8 77e64829 msvcrt!_endthreadex+0xa3
> 07 0300ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 13
> System Thread ID: 15b0
> 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 0304fef4 7c827d0b ntdll!KiFastSystemCallRet
> 01 0304fef8 77e61d1e ntdll!NtWaitForSingleObject+0xc
> 02 0304ff68 77e61c8d kernel32!WaitForSingleObjectEx+0xac
> 03 0304ff7c 709fe8ef kernel32!WaitForSingleObject+0x12
> 04 0304ffb8 77e64829 asp!CViperReqManager::WatchThread+0x68
> 05 0304ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 14
> System Thread ID: 12ec
> 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 030afee8 7c827d0b ntdll!KiFastSystemCallRet
> 01 030afeec 77e61d1e ntdll!NtWaitForSingleObject+0xc
> 02 030aff5c 77e61c8d kernel32!WaitForSingleObjectEx+0xac
> 03 030aff70 4a77921b kernel32!WaitForSingleObject+0x12
> 04 030aff84 77bcb530 comsvcs!
> CSTAThreadPool::LoadBalanceThreadControlLoop+0x29
> 05 030affb8 77e64829 msvcrt!_endthreadex+0xa3
> 06 030affec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 15
> System Thread ID: 1690
> 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 030efee0 7c827d0b ntdll!KiFastSystemCallRet
> 01 030efee4 77e61d1e ntdll!NtWaitForSingleObject+0xc
> 02 030eff54 77e61c8d kernel32!WaitForSingleObjectEx+0xac
> 03 030eff68 4a778cb6 kernel32!WaitForSingleObject+0x12
> 04 030eff84 77bcb530 comsvcs!CSTAThreadPool::KillThreadControlLoop
> +0x25
> 05 030effb8 77e64829 msvcrt!_endthreadex+0xa3
> 06 030effec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 16
> System Thread ID: 12d4
> Kernel Time: 0:0:0.15
> User Time: 0:0:0.125
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 0312fdcc 7c827cfb ntdll!KiFastSystemCallRet
> 01 0312fdd0 77e6202c ntdll!NtWaitForMultipleObjects+0xc
> 02 0312fe78 7739bbd1 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 0312fed4 7739ce36 USER32!RealMsgWaitForMultipleObjectsEx+0x141
> 04 0312fef0 4a77cb28 USER32!MsgWaitForMultipleObjects+0x1f
> 05 0312ff84 77bcb530 comsvcs!CSTAThread::WorkerLoop+0x1f9
> 06 0312ffb8 77e64829 msvcrt!_endthreadex+0xa3
> 07 0312ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 17
> System Thread ID: 16c4
> Kernel Time: 0:0:0.15
> User Time: 0:0:0.328
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 0316fdcc 7c827cfb ntdll!KiFastSystemCallRet
> 01 0316fdd0 77e6202c ntdll!NtWaitForMultipleObjects+0xc
> 02 0316fe78 7739bbd1 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 0316fed4 7739ce36 USER32!RealMsgWaitForMultipleObjectsEx+0x141
> 04 0316fef0 4a77cb28 USER32!MsgWaitForMultipleObjects+0x1f
> 05 0316ff84 77bcb530 comsvcs!CSTAThread::WorkerLoop+0x1f9
> 06 0316ffb8 77e64829 msvcrt!_endthreadex+0xa3
> 07 0316ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 18
> System Thread ID: 1288
> Kernel Time: 0:0:0.46
> User Time: 0:0:0.93
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 031afdcc 7c827cfb ntdll!KiFastSystemCallRet
> 01 031afdd0 77e6202c ntdll!NtWaitForMultipleObjects+0xc
> 02 031afe78 7739bbd1 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 031afed4 7739ce36 USER32!RealMsgWaitForMultipleObjectsEx+0x141
> 04 031afef0 4a77cb28 USER32!MsgWaitForMultipleObjects+0x1f
> 05 031aff84 77bcb530 comsvcs!CSTAThread::WorkerLoop+0x1f9
> 06 031affb8 77e64829 msvcrt!_endthreadex+0xa3
> 07 031affec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 19
> System Thread ID: 145c
> Kernel Time: 0:0:0.203
> User Time: 0:0:1.93
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 031efdcc 7c827cfb ntdll!KiFastSystemCallRet
> 01 031efdd0 77e6202c ntdll!NtWaitForMultipleObjects+0xc
> 02 031efe78 7739bbd1 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 031efed4 7739ce36 USER32!RealMsgWaitForMultipleObjectsEx+0x141
> 04 031efef0 4a77cb28 USER32!MsgWaitForMultipleObjects+0x1f
> 05 031eff84 77bcb530 comsvcs!CSTAThread::WorkerLoop+0x1f9
> 06 031effb8 77e64829 msvcrt!_endthreadex+0xa3
> 07 031effec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 20
> System Thread ID: ec8
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Other
> # ChildEBP RetAddr
> 00 037dfe50 7c826f4b ntdll!KiFastSystemCallRet
> 01 037dfe54 77e41ed1 ntdll!NtDelayExecution+0xc
> 02 037dfebc 77e424ed kernel32!SleepEx+0x68
> 03 037dfecc 791bc166 kernel32!Sleep+0xf
> 04 037dffb8 77e64829 mscorsvr!ThreadpoolMgr::GateThreadStart+0x54
> 05 037dffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 21
> System Thread ID: 9cc
> Kernel Time: 0:0:5.921
> User Time: 0:0:40.62
> Thread Status: Thread is in a WAIT state.
> Thread Type: Other
> # ChildEBP RetAddr
> 00 0381f4a8 7c827cfb ntdll!KiFastSystemCallRet
> 01 0381f4ac 77e6202c ntdll!NtWaitForMultipleObjects+0xc
> 02 0381f554 791e0fa2 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 0381f584 791e1044 mscorsvr!Thread::DoAppropriateWaitWorker+0xc1
> 04 0381f5d8 79334acf mscorsvr!Thread::DoAppropriateWait+0x46
> 05 0381f638 045a479f mscorsvr!WaitHandleNative::CorWaitMultipleNative
> +0xff
> WARNING: Frame IP not in any known module. Following frames may be
> wrong.
> 06 0381f6cc 050d875d 0x45a479f
> 07 0381f70c 050d80b1 0x50d875d
> 08 0381f748 04a6a628 0x50d80b1
> 09 0381f77c 04a6b458 0x4a6a628
> 0a 0381f7ac 04a6af42 0x4a6b458
> 0b 0381f888 04aebbfc 0x4a6af42
> 0c 0381f908 04ae662f 0x4aebbfc
> 0d 0381f944 04ae609b 0x4ae662f
> 0e 0381f9a0 04923c0a 0x4ae609b
> 0f 0381f9ec 04923ad3 0x4923c0a
> 10 0381fa44 04486458 0x4923ad3
> 11 0381fad4 792403e6 0x4486458
> 12 0381fb14 791cf976 mscorsvr!ComCallMLStubCache::CompileMLStub+0x1af
> 13 0381fb5c 7923ff03 mscorsvr!Thread::DoADCallBack+0x5c
> 14 0381fbc4 038ba0bd mscorsvr!ComCallMLStubCache::CompileMLStub+0x2ba
> 15 0381fca8 000f6e08 0x38ba0bd
> 16 000f6e08 00000000 0xf6e08
>
>
>
>
> Thread ID: 22
> System Thread ID: 968
> 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 0392fe70 7c827cfb ntdll!KiFastSystemCallRet
> 01 0392fe74 77e6202c ntdll!NtWaitForMultipleObjects+0xc
> 02 0392ff1c 77e62fbe kernel32!WaitForMultipleObjectsEx+0x11a
> 03 0392ff38 7922fce6 kernel32!WaitForMultipleObjects+0x18
> 04 0392ffa0 7922fc5d mscorsvr!DebuggerRCThread::MainLoop+0x90
> 05 0392ffb0 79232154 mscorsvr!DebuggerRCThread::ThreadProc+0x68
> 06 0392ffb8 77e64829 mscorsvr!DebuggerRCThread::ThreadProcStatic+0xb
> 07 0392ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 23
> System Thread ID: 16a4
> Kernel Time: 0:0:0.62
> User Time: 0:0:4.718
> Thread Status: Thread is in a WAIT state.
> Thread Type: Other
> # ChildEBP RetAddr
> 00 03bbfefc 7c827d0b ntdll!KiFastSystemCallRet
> 01 03bbff00 77e61d1e ntdll!NtWaitForSingleObject+0xc
> 02 03bbff70 77e61c8d kernel32!WaitForSingleObjectEx+0xac
> 03 03bbff84 7920369d kernel32!WaitForSingleObject+0x12
> 04 03bbffac 79227e07 mscorsvr!gc_heap::gc_thread_function+0x2f
> 05 03bbffb0 00000000 mscorsvr!SetupUnstartedThread
>
>
>
>
> Thread ID: 24
> System Thread ID: 14f4
> Kernel Time: 0:0:0.62
> User Time: 0:0:5.140
> Thread Status: Thread is in a WAIT state.
> Thread Type: Other
> # ChildEBP RetAddr
> 00 03bffdfc 7c827d0b ntdll!KiFastSystemCallRet
> 01 03bffe00 77e61d1e ntdll!NtWaitForSingleObject+0xc
> 02 03bffe70 77e61c8d kernel32!WaitForSingleObjectEx+0xac
> 03 03bffe84 7920369d kernel32!WaitForSingleObject+0x12
> 04 03bffeac 79227e07 mscorsvr!gc_heap::gc_thread_function+0x2f
> 05 03bffeb0 00000000 mscorsvr!SetupUnstartedThread
>
>
>
>
> Thread ID: 25
> System Thread ID: 1618
> Kernel Time: 0:0:0.109
> User Time: 0:0:5.156
> Thread Status: Thread is in a WAIT state.
> Thread Type: Other
> # ChildEBP RetAddr
> 00 03c3fcfc 7c827d0b ntdll!KiFastSystemCallRet
> 01 03c3fd00 77e61d1e ntdll!NtWaitForSingleObject+0xc
> 02 03c3fd70 77e61c8d kernel32!WaitForSingleObjectEx+0xac
> 03 03c3fd84 7920369d kernel32!WaitForSingleObject+0x12
> 04 03c3fdac 79227e07 mscorsvr!gc_heap::gc_thread_function+0x2f
> 05 03c3fdb0 00000000 mscorsvr!SetupUnstartedThread
>
>
>
>
> Thread ID: 26
> System Thread ID: 608
> Kernel Time: 0:0:0.62
> User Time: 0:0:4.921
> Thread Status: Thread is in a WAIT state.
> Thread Type: Other
> # ChildEBP RetAddr
> 00 03c7fbfc 7c827d0b ntdll!KiFastSystemCallRet
> 01 03c7fc00 77e61d1e ntdll!NtWaitForSingleObject+0xc
> 02 03c7fc70 77e61c8d kernel32!WaitForSingleObjectEx+0xac
> 03 03c7fc84 7920369d kernel32!WaitForSingleObject+0x12
> 04 03c7fcac 79227e07 mscorsvr!gc_heap::gc_thread_function+0x2f
> 05 03c7fcb0 ffffffff mscorsvr!SetupUnstartedThread
> 06 03c7ffb8 77e64829 0xffffffff
> 07 03c7ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 27
> System Thread ID: 1310
> Kernel Time: 0:0:0.15
> User Time: 0:0:0.296
> Thread Status: Thread is in a WAIT state.
> Thread Type: Other
> # ChildEBP RetAddr
> 00 03cbfdf8 7c827cfb ntdll!KiFastSystemCallRet
> 01 03cbfdfc 77e6202c ntdll!NtWaitForMultipleObjects+0xc
> 02 03cbfea4 77e62fbe kernel32!WaitForMultipleObjectsEx+0x11a
> 03 03cbfec0 7926ed87 kernel32!WaitForMultipleObjects+0x18
> 04 03cbfee0 792034b2 mscorsvr!WaitForFinalizerEvent+0x5a
> 05 03cbff24 7922ec3f mscorsvr!GCHeap::FinalizerThreadStart+0x96
> 06 03cbffb8 77e64829 mscorsvr!Thread::intermediateThreadProc+0x44
> 07 03cbffec 00000000 kernel32!BaseThreadStart+0x34
>