Discussion:
IIS Hang
(too old to reply)
chrystal
2003-08-01 14:51:56 UTC
Permalink
We are experiencing some problems where IIS Hangs
intermittenly. We are running Windows 2000 sp3, have a
content management tool running with asp, Coldfusion
Server, Pathlore and Microsoft Eduction Learning Library
installed on this server. We have had a tough time
recreating the problem but I have been able to use a
Stress Tool and it seems that maybe the Microsoft
Education Learning Library install might have something to
do with it. Has anyone (please for the love of god) had
the same problems?

Thanks,
Chrystal
Pat [MSFT]
2003-08-01 15:48:49 UTC
Permalink
Next time it hangs, run iisstate (www.iisfaq.com/iisstate). It will tell
you exactly why it is hanging and we can suggest a plan from there. When
the hang occurs, run it against inetinfo and any dllhost's that are active.

iisstate -p <pid for inetinfo or dllhost> <enter>

Pat
Post by chrystal
We are experiencing some problems where IIS Hangs
intermittenly. We are running Windows 2000 sp3, have a
content management tool running with asp, Coldfusion
Server, Pathlore and Microsoft Eduction Learning Library
installed on this server. We have had a tough time
recreating the problem but I have been able to use a
Stress Tool and it seems that maybe the Microsoft
Education Learning Library install might have something to
do with it. Has anyone (please for the love of god) had
the same problems?
Thanks,
Chrystal
chrystal
2003-08-04 15:22:20 UTC
Permalink
Hi Pat,

I did as you suggested and ran the IISState.exe while the
server was hanging. Should I email the log file directly
to you or should I copy and paste the log directly to the
newsgroup?

Thanks,
Chrystal
-----Original Message-----
Next time it hangs, run iisstate
(www.iisfaq.com/iisstate). It will tell
you exactly why it is hanging and we can suggest a plan
from there. When
the hang occurs, run it against inetinfo and any
dllhost's that are active.
iisstate -p <pid for inetinfo or dllhost> <enter>
Pat
Post by chrystal
We are experiencing some problems where IIS Hangs
intermittenly. We are running Windows 2000 sp3, have a
content management tool running with asp, Coldfusion
Server, Pathlore and Microsoft Eduction Learning Library
installed on this server. We have had a tough time
recreating the problem but I have been able to use a
Stress Tool and it seems that maybe the Microsoft
Education Learning Library install might have something
to
Post by chrystal
do with it. Has anyone (please for the love of god) had
the same problems?
Thanks,
Chrystal
.
Pat [MSFT]
2003-08-04 16:20:08 UTC
Permalink
Please post to the group.

Pat
Post by chrystal
Hi Pat,
I did as you suggested and ran the IISState.exe while the
server was hanging. Should I email the log file directly
to you or should I copy and paste the log directly to the
newsgroup?
Thanks,
Chrystal
-----Original Message-----
Next time it hangs, run iisstate
(www.iisfaq.com/iisstate). It will tell
you exactly why it is hanging and we can suggest a plan
from there. When
the hang occurs, run it against inetinfo and any
dllhost's that are active.
iisstate -p <pid for inetinfo or dllhost> <enter>
Pat
Post by chrystal
We are experiencing some problems where IIS Hangs
intermittenly. We are running Windows 2000 sp3, have a
content management tool running with asp, Coldfusion
Server, Pathlore and Microsoft Eduction Learning Library
installed on this server. We have had a tough time
recreating the problem but I have been able to use a
Stress Tool and it seems that maybe the Microsoft
Education Learning Library install might have something
to
Post by chrystal
do with it. Has anyone (please for the love of god) had
the same problems?
Thanks,
Chrystal
.
Pat [MSFT]
2003-08-04 18:21:19 UTC
Permalink
This is a very, very common issue. Basically, VB is trying to re-load and
unload the COM objects on separate threads, which leads to a deadlock. In
VB6, you need to re-compile any VB COM objects that you have with both
Retain in Memory and Unattended Execution set in the project properties.
Unfortunately, that option isn't available for VB5. For that, you need to
follow the steps in KB 186273
(http://support.microsoft.com/default.aspx?scid=kb;en-us;186273).
Basically, you have to create an empty class and create a reference to it,
to prevent the reference count from hitting '0'. Or, you could open and
re-compile the project with VB6 (setting Retain in Memory and Unattended
Execution).

You can get the object names from the pages that are running (e.g.
D:\INETPUB\WWWROOT\DEFAULT.ASP). Just look for any
CreateObject/Server.CreateObject to a VB component. Also, be aware that
even one incorrectly compiled dll can cause the failure.

As a side note, IISState looks for this problem w/VB6 dll's, and spits out a
nice summary of the problem and what to do. I'll need to add VB5 to the
matrix.

Pat
Here is the log file from the DLLHost.exe. This is where
the activity seems to be.
Thanks,
Chrystal
Opened log file 'C:\iisstate\output\IISState-3636.log'
***********************
Starting new log output
IISState version 3.1
Mon Aug 04 11:03:52 2003
OS = Windows 2000
Executable: dllhost.exe
PID = 3636
Note: Thread times are formatted as HH:MM:SS.ms
***********************
Thread ID: 0
System Thread ID: 590
Kernel Time: 0:0:0.15
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 0006fd28 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0006fd50 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0006fd60 77aaa473 KERNEL32!WaitForSingleObject+0xf
03 0006fd80 77aa9c81 ole32!
CSurrogateProcessActivator::WaitForSurrogateTimeout+0x4f
04 0006fd9c 01001230 ole32!CoRegisterSurrogateEx+0x169
05 0006ff24 010014c6 dllhost!WinMain+0xb0
06 0006ffc0 77ea847c dllhost!WinMainCRTStartup+0x156
07 0006fff0 00000000 KERNEL32!BaseProcessStart+0x3d
Thread ID: 1
System Thread ID: e54
Kernel Time: 0:2:48.437
User Time: 2:58:30.921
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: Other
# ChildEBP RetAddr
00 008ffd28 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 008ffd9c 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 008ffda4 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 008ffe38 762e37ef MSVBVM50!CMutexSem::Request+0x10
04 008ffe58 77e3a244 MSVBVM50!FnwpMain+0x1b
05 008ffe78 77e14730 USER32!UserCallWinProc+0x18
06 008ffe94 77e2d92d USER32!DispatchClientMessage+0x4b
07 008ffec4 77f91a7f USER32!__fnINSTRING+0x35
08 008fff14 77e27240 ntdll!KiUserCallbackDispatcher+0x13
09 008fff30 77abaf9f USER32!GetMessageW+0x2e
0a 008fff70 77abaeed ole32!CDllHost::STAWorkerLoop+0x40
0b 008fff8c 77abae28 ole32!CDllHost::WorkerThread+0xc2
0c 008fff90 77ab4710 ole32!DLLHostThreadEntry+0x9
0d 008fffa8 77ab4668 ole32!CRpcThread::WorkerLoop+0x22
0e 008fffb4 77e8b2d8 ole32!
CRpcThreadCache::RpcWorkerThreadEntry+0x1a
0f 008fffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 2
System Thread ID: ddc
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 00a4fc6c 77e95244 ntdll!NtRemoveIoCompletion+0xb
01 00a4fc98 6de8b953 KERNEL32!
GetQueuedCompletionStatus+0x27
02 00a4fd94 6de8b8a8 TxfAux!WORK_QUEUE::WorkerLoop+0x83
03 00a4ffb4 77e8b2d8 TxfAux!WORK_QUEUE::ThreadLoop+0x58
04 00a4ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 3
System Thread ID: d20
Kernel Time: 0:0:0.562
User Time: 0:0:0.187
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 00ccff08 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 00ccff58 77ea9c13 KERNEL32!WaitForMultipleObjectsEx+0xea
02 00ccff70 787f21d4 KERNEL32!WaitForMultipleObjects+0x17
03 00ccffb4 77e8b2d8 COMSVCS!
CEventDispatcher::PushEvents+0x44
04 00ccffc0 00000008 KERNEL32!BaseThreadStart+0x52
Thread ID: 4
System Thread ID: bdc
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
Remote call is either to a MTA object or object not
initialized. Also, possible utility thread.
DCOM call being made to Process ID: 2548
Waiting on thread id: ffffffff
# ChildEBP RetAddr
00 00d0fb68 77d4ec37 ntdll!NtRequestWaitReplyPort+0xb
01 00d0fb94 77d3a2c7 RPCRT4!LRPC_CCALL::SendReceive+0x11e
02 00d0fba0 77b23b2a RPCRT4!I_RpcSendReceive+0x2c
03 00d0fbc0 77b239f5 ole32!ThreadSendReceive+0xef
04 00d0fbd8 77b20aa5 ole32!
CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a
05 00d0fc18 77b2386e ole32!
CRpcChannelBuffer::SendReceive2+0x96
06 00d0fc28 77a6c78a ole32!
CRpcChannelBuffer::SendReceive+0x11
07 00d0fc88 77ab6af6 ole32!CAptRpcChnl::SendReceive+0xa9
08 00d0fce0 77d90328 ole32!CCtxComChnl::SendReceive+0x124
09 00d0fcfc 77d92b3f RPCRT4!NdrProxySendReceive+0x4c
0a 00d0ff44 77d95f85 RPCRT4!NdrClientCall2+0x4f5
0b 00d0ff60 77d77f6b RPCRT4!ObjectStublessClient+0x76
0c 00d0ff70 787f212e RPCRT4!ObjectStubless+0xf
0d 00d0ffb4 77e8b2d8 COMSVCS!
CEventDispatcher::GetEventServerInfoThread+0x10e
0e 00d0ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 5
System Thread ID: c48
Kernel Time: 0:0:0.62
User Time: 0:0:0.93
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 00d4fee4 77ea9d94 ntdll!NtDelayExecution+0xb
01 00d4ff04 77ea9d5f KERNEL32!SleepEx+0x32
02 00d4ff10 787cf77a KERNEL32!Sleep+0xb
03 00d4ff80 780060ce COMSVCS!PostData+0xf2
04 00d4ffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
05 00d4ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 6
System Thread ID: b88
Kernel Time: 0:0:19.109
User Time: 0:0:2.921
Thread Type: Other
# ChildEBP RetAddr
00 00fcfe60 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 00fcfeb0 77e1e97b KERNEL32!WaitForMultipleObjectsEx+0xea
02 00fcff0c 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 00fcff28 6e5abc1d USER32!MsgWaitForMultipleObjects+0x1d
04 00fcff80 780060ce IisRTL!SchedulerWorkerThread+0xa7
05 00fcffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
06 00fcffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 7
System Thread ID: 8dc
Kernel Time: 0:0:27.125
User Time: 0:0:3.359
Thread Type: Other
# ChildEBP RetAddr
00 0093fe60 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 0093feb0 77e1e97b KERNEL32!WaitForMultipleObjectsEx+0xea
02 0093ff0c 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 0093ff28 6e5abc1d USER32!MsgWaitForMultipleObjects+0x1d
04 0093ff80 780060ce IisRTL!SchedulerWorkerThread+0xa7
05 0093ffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
06 0093ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 8
System Thread ID: 20c
Kernel Time: 0:0:19.687
User Time: 0:0:3.46
Thread Type: Other
# ChildEBP RetAddr
00 0104fe60 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 0104feb0 77e1e97b KERNEL32!WaitForMultipleObjectsEx+0xea
02 0104ff0c 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 0104ff28 6e5abc1d USER32!MsgWaitForMultipleObjects+0x1d
04 0104ff80 780060ce IisRTL!SchedulerWorkerThread+0xa7
05 0104ffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
06 0104ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 9
System Thread ID: e20
Kernel Time: 0:0:25.906
User Time: 0:0:3.593
Thread Type: Other
# ChildEBP RetAddr
00 0108fe60 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 0108feb0 77e1e97b KERNEL32!WaitForMultipleObjectsEx+0xea
02 0108ff0c 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 0108ff28 6e5abc1d USER32!MsgWaitForMultipleObjects+0x1d
04 0108ff80 780060ce IisRTL!SchedulerWorkerThread+0xa7
05 0108ffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
06 0108ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 10
System Thread ID: c44
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 011cff50 77e95244 ntdll!NtRemoveIoCompletion+0xb
01 011cff7c 6d7088db KERNEL32!
GetQueuedCompletionStatus+0x27
02 011cffb4 77e8b2d8 ISATQ!AtqPoolThread+0x40
03 011cffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 11
System Thread ID: e38
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 0120ff50 77e95244 ntdll!NtRemoveIoCompletion+0xb
01 0120ff7c 6d7088db KERNEL32!
GetQueuedCompletionStatus+0x27
02 0120ffb4 77e8b2d8 ISATQ!AtqPoolThread+0x40
03 0120ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 12
System Thread ID: 1b0
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 0138feb8 77e95244 ntdll!NtRemoveIoCompletion+0xb
01 0138fee4 77d80976 KERNEL32!
GetQueuedCompletionStatus+0x27
02 0138ff20 77d50e9e RPCRT4!COMMON_ProcessCalls+0x9e
03 0138ff74 77d50cd7 RPCRT4!
LOADABLE_TRANSPORT::ProcessIOEvents+0x99
04 0138ff78 77d39a00 RPCRT4!ProcessIOEventsWrapper+0x9
05 0138ffa8 77d41c6d RPCRT4!BaseCachedThreadRoutine+0x4f
06 0138ffb4 77e8b2d8 RPCRT4!ThreadStartRoutine+0x18
07 0138ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 13
System Thread ID: c40
Kernel Time: 0:1:23.62
User Time: 0:1:43.843
Thread Type: Possible ASP page. Possible DCOM activity
Executing Page: Unable to locate ASP page
No remote call being made
# ChildEBP RetAddr
00 014cfe24 77d57494 ntdll!NtReplyWaitReceivePortEx+0xb
01 014cff74 77d56d5e RPCRT4!
LRPC_ADDRESS::ReceiveLotsaCalls+0x74
02 014cff78 77d39ad0 RPCRT4!RecvLotsaCallsWrapper+0x9
03 014cffa8 77d41c6d RPCRT4!BaseCachedThreadRoutine+0x11f
04 014cffb4 77e8b2d8 RPCRT4!ThreadStartRoutine+0x18
05 014cffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 14
System Thread ID: a14
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: ASP
Executing Page: Unable to locate ASP page
# ChildEBP RetAddr
00 0273fe74 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 0273fec4 77e1e97b KERNEL32!WaitForMultipleObjectsEx+0xea
02 0273ff20 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 0273ff3c 74a11086 USER32!MsgWaitForMultipleObjects+0x1d
04 0273ff80 7800c9eb asp!CMTACallbackThread::Thread+0x42
05 0273ffb4 77e8b2d8 MSVCRT!_beginthread+0xce
06 0273ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 15
System Thread ID: ce0
Kernel Time: 0:0:1.968
User Time: 0:0:0.734
*** WARNING: Unable to verify checksum for
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for -
Thread Type: PDM (Debugger) Thread.
# ChildEBP RetAddr
00 03a2fddc 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 03a2fe2c 77e1e97b KERNEL32!WaitForMultipleObjectsEx+0xea
02 03a2fe88 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 03a2fea4 4a00886c USER32!MsgWaitForMultipleObjects+0x1d
04 03a2ff88 4a008a85 pdm+0x886c
05 03a2ffb0 4a008a09 pdm+0x8a85
06 03a2ffb4 77e8b2d8 pdm+0x8a09
07 03a2ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 16
System Thread ID: bd8
Kernel Time: 0:1:52.843
User Time: 0:9:28.687
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for C:\Program Files\Bridgemedia
Communications\Content Server\bin\cserver210.dll -
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for -
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 03b2e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 03b2e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 03b2e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 03b2e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 03b2e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 03b2e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 03b2e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 03b2e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 03b2e694 76390425 USER32!DispatchMessageA+0xb
09 03b2e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 03b2e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 03b2e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 03b2ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 03b2edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 03b2edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 03b2f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 03b2f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 03b2f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033b66e8 03b2f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3b2f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 17
System Thread ID: ce4
Kernel Time: 0:0:1.562
User Time: 0:0:1.78
Thread Type: Other
# ChildEBP RetAddr
00 03d8ff9c 77fa21d2 ntdll!NtDelayExecution+0xb
01 03d8ffb4 77e8b2d8 ntdll!RtlpTimerThread+0x42
02 03d8ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 18
System Thread ID: 6a8
Kernel Time: 0:0:2.984
User Time: 0:0:8.46
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for C:\Program Files\Common
Files\System\OLE DB\oledb32.dll -
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 0460ff58 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0460ff80 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0460ff90 1f8aef5d KERNEL32!WaitForSingleObject+0xf
WARNING: Stack unwind information not available. Following
frames may be wrong.
03 0460ffb4 77e8b2d8 oledb32!DllGetClassObject+0xd1d5
04 0460ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 19
System Thread ID: 9a8
Kernel Time: 0:0:4.593
User Time: 0:0:4.203
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 0464ff50 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0464ff78 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0464ff88 1f8aefee KERNEL32!WaitForSingleObject+0xf
WARNING: Stack unwind information not available. Following
frames may be wrong.
03 0464ffb4 77e8b2d8 oledb32!DllGetClassObject+0xd266
04 0464ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 20
System Thread ID: a50
Kernel Time: 0:0:0.93
User Time: 0:0:0.218
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0468fd54 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0468fd7c 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0468fd8c 7878d255 KERNEL32!WaitForSingleObject+0xf
03 0468ffb4 77e8b2d8 COMSVCS!PingThread+0xf5
04 0468ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 21
System Thread ID: cfc
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 0472ff88 751a44ba ntdll!ZwWaitForMultipleObjects+0xb
01 0472ffb4 77e8b2d8 NETAPI32!NetbiosWaiter+0x71
02 0472ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 22
System Thread ID: 4b4
Kernel Time: 0:0:0.609
User Time: 0:0:0.531
Thread Type: Other
# ChildEBP RetAddr
00 070eff20 77fa07b7 ntdll!NtRemoveIoCompletion+0xb
01 070effb4 77e8b2d8 ntdll!RtlpWorkerThread+0x6b
02 070effec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 23
System Thread ID: 1018
Kernel Time: 0:1:54.609
User Time: 0:9:13.718
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0f76e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0f76e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0f76e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0f76e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0f76e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0f76e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0f76e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0f76e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0f76e694 76390425 USER32!DispatchMessageA+0xb
09 0f76e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0f76e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0f76e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 0f76ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0f76edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0f76edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0f76f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0f76f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0f76f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03422208 0f76f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xf76f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 24
System Thread ID: 808
Kernel Time: 0:1:42.921
User Time: 0:8:13.890
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 37bde414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 37bde488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 37bde490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 37bde4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 37bde51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 37bde540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 37bde56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 37bde61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 37bde644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 37bde674 7631abb9 ole32!CoCreateInstance+0x35
0a 37bde6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 37bded34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 37bdedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 37bdedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 37bdf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 37bdf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 37bdf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033bfee8 37bdf39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x37bdf39c
13 458b6455 00000000 0x167c8d50
Thread ID: 25
System Thread ID: 103c
Kernel Time: 0:1:45.578
User Time: 0:9:5.546
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3846e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3846e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 3846e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3846e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3846e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3846e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3846e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3846e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3846e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3846e674 7631abb9 ole32!CoCreateInstance+0x35
0a 3846e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 3846ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 3846edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 3846edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 3846f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 3846f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 3846f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03415e88 3846f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x3846f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 26
System Thread ID: 1044
Kernel Time: 0:1:45.234
User Time: 0:8:57.718
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3870e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3870e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 3870e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3870e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 3870e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 3870e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 3870e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 3870e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 3870e694 76390425 USER32!DispatchMessageA+0xb
09 3870e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 3870e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 3870e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 3870ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 3870edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 3870edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 3870f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 3870f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 3870f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03417de8 3870f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3870f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 27
System Thread ID: bb0
Kernel Time: 0:1:44.968
User Time: 0:8:43.203
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3a33e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3a33e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 3a33e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3a33e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3a33e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3a33e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3a33e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3a33e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3a33e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3a33e674 7631abb9 ole32!CoCreateInstance+0x35
0a 3a33e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 3a33ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 3a33edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 3a33edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 3a33f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 3a33f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 3a33f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07e39600 3a33f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x3a33f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 28
System Thread ID: 1074
Kernel Time: 0:1:42.875
User Time: 0:8:25.671
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3a59e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3a59e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 3a59e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3a59e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 3a59e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 3a59e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 3a59e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 3a59e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 3a59e694 76390425 USER32!DispatchMessageA+0xb
09 3a59e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 3a59e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 3a59e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 3a59ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 3a59edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 3a59edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 3a59f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 3a59f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 3a59f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 0040f3d0 3a59f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3a59f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 29
System Thread ID: d08
Kernel Time: 0:1:45.859
User Time: 0:8:50.921
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3d85e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3d85e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 3d85e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3d85e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 3d85e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 3d85e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 3d85e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 3d85e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 3d85e694 76390425 USER32!DispatchMessageA+0xb
09 3d85e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 3d85e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 3d85e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 3d85ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 3d85edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 3d85edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 3d85f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 3d85f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 3d85f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03420810 3d85f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3d85f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 30
System Thread ID: 6e0
Kernel Time: 0:1:40.750
User Time: 0:8:22.359
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3d99e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3d99e734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 3d99e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3d99e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3d99e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3d99e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3d99e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3d99e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3d99e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3d99e920 7631abb9 ole32!CoCreateInstance+0x35
0a 3d99e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 3d99eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 3d99ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 3d99ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 3d99edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 3d99edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 3d99f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 3d99f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 3d99f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 03471fb8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 31
System Thread ID: 7b0
Kernel Time: 0:1:58.125
User Time: 0:9:22.109
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3da1e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3da1e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 3da1e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3da1e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3da1e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3da1e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3da1e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3da1e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3da1e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3da1e674 7631abb9 ole32!CoCreateInstance+0x35
0a 3da1e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 3da1ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 3da1edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 3da1edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 3da1f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 3da1f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 3da1f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0340d3f0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 32
System Thread ID: 1070
Kernel Time: 0:1:42.812
User Time: 0:9:2.328
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3e78e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3e78e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 3e78e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3e78e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3e78e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3e78e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3e78e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3e78e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3e78e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3e78e674 7631abb9 ole32!CoCreateInstance+0x35
0a 3e78e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 3e78ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 3e78edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 3e78edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 3e78f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 3e78f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 3e78f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03427380 3e78f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x3e78f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 33
System Thread ID: 6cc
Kernel Time: 0:1:56.281
User Time: 0:9:11.984
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0199e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0199e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0199e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0199e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0199e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0199e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0199e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0199e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0199e694 76390425 USER32!DispatchMessageA+0xb
09 0199e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0199e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0199e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 0199ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0199edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0199edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0199f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0199f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0199f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033fa028 0199f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x199f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 34
System Thread ID: e04
Kernel Time: 0:1:40.578
User Time: 0:8:31.687
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 009ce414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 009ce488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 009ce490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 009ce4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 009ce51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 009ce540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 009ce56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 009ce61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 009ce644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 009ce674 7631abb9 ole32!CoCreateInstance+0x35
0a 009ce6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 009ced34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 009cedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 009cedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 009cf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 009cf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 009cf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0345e210 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 35
System Thread ID: a04
Kernel Time: 0:1:38.62
User Time: 0:7:57.906
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0298e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0298e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0298e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0298e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0298e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0298e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0298e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0298e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0298e694 76390425 USER32!DispatchMessageA+0xb
09 0298e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0298e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0298e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 0298ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0298edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0298edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0298f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0298f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0298f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07de8880 0298f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x298f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 36
System Thread ID: b38
Kernel Time: 0:1:41.250
User Time: 0:8:53.875
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02ade6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02ade734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 02ade73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02ade79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 02ade7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 02ade7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 02ade818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 02ade8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 02ade8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 02ade920 7631abb9 ole32!CoCreateInstance+0x35
0a 02ade97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 02adeb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 02adebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 02aded40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 02adedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 02adedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 02adf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 02adf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 02adf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 034139b0 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 37
System Thread ID: f64
Kernel Time: 0:1:53.359
User Time: 0:8:59.328
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02b1e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02b1e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 02b1e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02b1e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 02b1e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 02b1e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 02b1e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 02b1e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 02b1e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 02b1e674 7631abb9 ole32!CoCreateInstance+0x35
0a 02b1e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 02b1ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 02b1edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 02b1edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 02b1f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 02b1f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 02b1f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03431a88 02b1f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x2b1f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 38
System Thread ID: cc0
Kernel Time: 0:1:38.0
User Time: 0:8:21.281
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02c6e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02c6e734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 02c6e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02c6e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 02c6e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 02c6e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 02c6e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 02c6e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 02c6e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 02c6e920 7631abb9 ole32!CoCreateInstance+0x35
0a 02c6e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 02c6eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 02c6ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 02c6ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 02c6edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 02c6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 02c6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 02c6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 02c6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 0345f928 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 39
System Thread ID: 6b0
Kernel Time: 0:1:42.406
User Time: 0:8:26.578
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02d6e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02d6e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 02d6e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02d6e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 02d6e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 02d6e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 02d6e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 02d6e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 02d6e694 76390425 USER32!DispatchMessageA+0xb
09 02d6e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 02d6e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 02d6e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 02d6ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 02d6edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 02d6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 02d6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 02d6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 02d6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03433600 02d6f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x2d6f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 40
System Thread ID: a6c
Kernel Time: 0:1:39.640
User Time: 0:7:55.15
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02ebed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02ebee0c 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 02ebee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02ebee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 02ebeea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 02ebeec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 02ebeef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 02ebefa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 02ebefc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 02ebeff8 74a2d36f ole32!CoCreateInstance+0x35
0a 02ebf010 749ff218 asp!ViperCreateInstance+0x16
0b 02ebf034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 02ebf07c 74a00681 asp!CComponentObject::Instantiate+0x42
0d 02ebf094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 02ebf0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 02ebf110 779d7b9d asp!CServer::CreateObject+0x5c
10 02ebf130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 02ebf1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 02ebf1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available. Following
frames may be wrong.
13 02ebf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 02ebf944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 41
System Thread ID: 6e4
Kernel Time: 0:1:41.500
User Time: 0:8:49.359
Thread Status: Thread is in a WAIT state.
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0300e488 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0300e4b0 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0300e4c0 7632046c KERNEL32!WaitForSingleObject+0xf
03 0300e4cc 76320455 MSVBVM50!
CReadWriteMutex::_WaitForEvent+0x11
04 0300e4f0 762f514b MSVBVM50!
CReadWriteMutex::RequestWrite+0x2d
05 0300e50c 7633ad37 MSVBVM50!
CVBThreadAction::CleanupProjData+0x71
06 0300e554 762e39e5 MSVBVM50!
CThreadPool::CheckForProjectUnload+0x33
07 0300e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
08 0300e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
09 0300e5fc 77e145e5 USER32!UserCallWinProc+0x18
0a 0300e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
0b 0300e694 76390425 USER32!DispatchMessageA+0xb
0c 0300e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0d 0300e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0e 0300e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0f 0300ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
10 0300edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
11 0300edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
12 0300f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
13 0300f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
14 0300f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
15 03401698 0300f39c vbscript!DllCanUnloadNow+0xd21a
16 6b650000 167c8d50 0x300f39c
17 458b6455 00000000 0x167c8d50
Thread ID: 42
System Thread ID: aac
Kernel Time: 0:1:37.93
User Time: 0:8:9.578
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 031de48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 031de500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 031de508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 031de554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 031de5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 031de5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 031de5fc 77e145e5 USER32!UserCallWinProc+0x18
07 031de688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 031de694 76390425 USER32!DispatchMessageA+0xb
09 031de6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 031de6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 031de6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 031ded34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 031dedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 031dedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 031df188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 031df1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 031df264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07ed8b58 031df39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x31df39c
14 458b6455 00000000 0x167c8d50
Thread ID: 43
System Thread ID: dd4
Kernel Time: 0:1:40.609
User Time: 0:8:51.875
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 036ee1d8 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 036ee24c 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 036ee254 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 036ee2e0 76321b84 MSVBVM50!CMutexSem::Request+0x10
04 036ee318 763af536 MSVBVM50!CCreErrCreateCtl+0x2d
05 036ee34c 763af54c MSVBVM50!ErrCreatePrinterObjects+0x56
06 036ee358 763433af MSVBVM50!CVBApplication::hctlPrint+0xf
07 036ee3c0 762e37ef MSVBVM50!FnwpMainFilter_213+0x271
08 036ee3e0 77e3a244 MSVBVM50!FnwpMain+0x1b
09 036ee400 77e14730 USER32!UserCallWinProc+0x18
0a 036ee41c 77e2d92d USER32!DispatchClientMessage+0x4b
0b 036ee44c 77f91a7f USER32!__fnINSTRING+0x35
0c 036ee49c 77e147ef ntdll!KiUserCallbackDispatcher+0x13
0d 036ee4c4 77e156d4 USER32!_PeekMessage+0x72
0e 036ee4f0 7639040d USER32!PeekMessageA+0xe9
0f 036ee52c 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x18
10 036ee538 763061bb MSVBVM50!HostDoEvents_75+0x11
11 036ee544 1103e86d MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
12 036ee6b8 11025abd cserver210!DllCanUnloadNow+0x32f1f
13 036eed34 11013a55 cserver210!DllCanUnloadNow+0x1a16f
14 036eedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
15 036eedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
16 036ef188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
17 036ef1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
18 036ef264 6b61866f vbscript!DllCanUnloadNow+0x8e24
19 033c5870 3d544345 vbscript!DllCanUnloadNow+0xd21a
1a 4a420000 00000000 0x3d544345
Thread ID: 44
System Thread ID: ec4
Kernel Time: 0:1:54.421
User Time: 0:9:3.234
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0383e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0383e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0383e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0383e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0383e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0383e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0383e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0383e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0383e694 76390425 USER32!DispatchMessageA+0xb
09 0383e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0383e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0383e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 0383ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0383edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0383edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0383f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0383f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0383f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033bd9c8 0383f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x383f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 45
System Thread ID: a18
Kernel Time: 0:1:39.937
User Time: 0:8:45.203
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 00ace48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 00ace500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 00ace508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 00ace554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 00ace5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 00ace5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 00ace5fc 77e145e5 USER32!UserCallWinProc+0x18
07 00ace688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 00ace694 76390425 USER32!DispatchMessageA+0xb
09 00ace6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 00ace6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 00ace6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 00aced34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 00acedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 00acedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 00acf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 00acf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 00acf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07f06600 00acf39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xacf39c
14 458b6455 00000000 0x167c8d50
Thread ID: 46
System Thread ID: ea0
Kernel Time: 0:1:40.78
User Time: 0:8:49.500
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 016be414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 016be488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 016be490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 016be4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 016be51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 016be540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 016be56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 016be61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 016be644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 016be674 7631abb9 ole32!CoCreateInstance+0x35
0a 016be6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 016bed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 016bedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 016bedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 016bf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 016bf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 016bf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ecec00 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 47
System Thread ID: 734
Kernel Time: 0:1:56.953
User Time: 0:9:7.640
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 019ee414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 019ee488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 019ee490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 019ee4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 019ee51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 019ee540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 019ee56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 019ee61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 019ee644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 019ee674 7631abb9 ole32!CoCreateInstance+0x35
0a 019ee6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 019eed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 019eedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 019eedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 019ef188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 019ef1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 019ef264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033be988 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 48
System Thread ID: ca0
Kernel Time: 0:1:39.609
User Time: 0:8:19.578
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 04f2e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 04f2e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 04f2e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 04f2e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 04f2e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 04f2e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 04f2e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 04f2e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 04f2e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 04f2e674 7631abb9 ole32!CoCreateInstance+0x35
0a 04f2e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 04f2ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 04f2edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 04f2edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 04f2f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 04f2f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 04f2f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033eb7f0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 49
System Thread ID: a78
Kernel Time: 0:1:38.359
User Time: 0:7:57.171
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 053de414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 053de488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 053de490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 053de4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 053de51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 053de540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 053de56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 053de61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 053de644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 053de674 7631abb9 ole32!CoCreateInstance+0x35
0a 053de6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 053ded34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 053dedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 053dedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 053df188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 053df1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 053df264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03432c60 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 50
System Thread ID: 850
Kernel Time: 0:1:41.203
User Time: 0:8:54.15
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0552e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0552e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0552e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0552e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0552e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0552e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0552e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0552e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0552e694 76390425 USER32!DispatchMessageA+0xb
09 0552e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0552e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0552e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 0552ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0552edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0552edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0552f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0552f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0552f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 034290e0 0552f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x552f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 51
System Thread ID: acc
Kernel Time: 0:1:55.546
User Time: 0:9:2.921
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0567e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0567e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0567e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0567e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0567e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0567e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0567e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0567e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0567e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0567e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0567e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0567ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0567edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0567edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0567f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0567f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0567f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07deb1b8 0567f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x567f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 52
System Thread ID: 1080
Kernel Time: 0:1:40.875
User Time: 0:8:32.265
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05ade414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05ade488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 05ade490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05ade4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05ade51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05ade540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05ade56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05ade61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05ade644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05ade674 7631abb9 ole32!CoCreateInstance+0x35
0a 05ade6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 05aded34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 05adedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 05adedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 05adf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 05adf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 05adf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 034242c0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 53
System Thread ID: e50
Kernel Time: 0:1:37.203
User Time: 0:8:6.718
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05c2e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05c2e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 05c2e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05c2e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 05c2e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 05c2e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 05c2e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 05c2e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 05c2e694 76390425 USER32!DispatchMessageA+0xb
09 05c2e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 05c2e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 05c2e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 05c2ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 05c2edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 05c2edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 05c2f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 05c2f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 05c2f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03409150 05c2f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x5c2f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 54
System Thread ID: 840
Kernel Time: 0:1:43.593
User Time: 0:8:50.968
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05d7e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05d7e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 05d7e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05d7e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05d7e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05d7e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05d7e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05d7e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05d7e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05d7e674 7631abb9 ole32!CoCreateInstance+0x35
0a 05d7e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 05d7ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 05d7edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 05d7edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 05d7f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 05d7f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 05d7f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033c3bc0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 55
System Thread ID: 6fc
Kernel Time: 0:1:58.125
User Time: 0:8:59.93
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05ece414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05ece488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 05ece490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05ece4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05ece51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05ece540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05ece56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05ece61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05ece644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05ece674 7631abb9 ole32!CoCreateInstance+0x35
0a 05ece6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 05eced34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 05ecedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 05ecedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 05ecf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 05ecf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 05ecf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0340cbe8 05ecf39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x5ecf39c
13 458b6455 00000000 0x167c8d50
Thread ID: 56
System Thread ID: b90
Kernel Time: 0:1:38.953
User Time: 0:8:22.343
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0722e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0722e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0722e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0722e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0722e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0722e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0722e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0722e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0722e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0722e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0722e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0722ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0722edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0722edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0722f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0722f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0722f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033fde10 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 57
System Thread ID: bd4
Kernel Time: 0:1:38.796
User Time: 0:7:56.296
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 01a3ed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 01a3ee0c 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 01a3ee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 01a3ee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 01a3eea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 01a3eec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 01a3eef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 01a3efa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 01a3efc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 01a3eff8 74a2d36f ole32!CoCreateInstance+0x35
0a 01a3f010 749ff218 asp!ViperCreateInstance+0x16
0b 01a3f034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 01a3f07c 74a00681 asp!CComponentObject::Instantiate+0x42
0d 01a3f094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 01a3f0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 01a3f110 779d7b9d asp!CServer::CreateObject+0x5c
10 01a3f130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 01a3f1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 01a3f1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available. Following
frames may be wrong.
13 01a3f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 01a3f944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 58
System Thread ID: c2c
Kernel Time: 0:1:41.234
User Time: 0:8:50.593
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 024ce414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 024ce488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 024ce490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 024ce4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 024ce51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 024ce540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 024ce56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 024ce61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 024ce644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 024ce674 7631abb9 ole32!CoCreateInstance+0x35
0a 024ce6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 024ced34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 024cedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 024cedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 024cf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 024cf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 024cf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03426658 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 59
System Thread ID: b18
Kernel Time: 0:1:55.250
User Time: 0:8:59.453
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0251e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0251e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0251e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0251e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0251e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0251e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0251e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0251e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0251e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0251e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0251e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0251ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0251edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0251edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0251f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0251f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0251f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033c1650 2e31676e vbscript!DllCanUnloadNow+0xd21a
12 69740000 00000000 0x2e31676e
Thread ID: 60
System Thread ID: 82c
Kernel Time: 0:1:40.890
User Time: 0:8:32.734
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 087ee414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 087ee488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 087ee490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 087ee4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 087ee51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 087ee540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 087ee56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 087ee61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 087ee644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 087ee674 7631abb9 ole32!CoCreateInstance+0x35
0a 087ee6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 087eed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 087eedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 087eedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 087ef188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 087ef1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 087ef264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033c0da0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 61
System Thread ID: a40
Kernel Time: 0:1:42.187
User Time: 0:8:9.390
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0882ed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0882ee0c 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0882ee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0882ee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0882eea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0882eec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0882eef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0882efa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0882efc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0882eff8 74a2d36f ole32!CoCreateInstance+0x35
0a 0882f010 749ff218 asp!ViperCreateInstance+0x16
0b 0882f034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 0882f07c 74a00681 asp!CComponentObject::Instantiate+0x42
0d 0882f094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 0882f0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 0882f110 779d7b9d asp!CServer::CreateObject+0x5c
10 0882f130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 0882f1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 0882f1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available. Following
frames may be wrong.
13 0882f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 0882f944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 62
System Thread ID: ab4
Kernel Time: 0:1:40.984
User Time: 0:8:53.265
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0267e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0267e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0267e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0267e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0267e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0267e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0267e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0267e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0267e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0267e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0267e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0267ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0267edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0267edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0267f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0267f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0267f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ed8238 0267f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x267f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 63
System Thread ID: f10
Kernel Time: 0:1:56.78
User Time: 0:9:15.296
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0970e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0970e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0970e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0970e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0970e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0970e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0970e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0970e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0970e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0970e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0970e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0970ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0970edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0970edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0970f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0970f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0970f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033f9078 0970f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x970f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 64
System Thread ID: aa0
Kernel Time: 0:1:39.609
User Time: 0:8:25.265
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0986e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0986e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0986e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0986e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0986e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0986e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0986e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0986e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0986e694 76390425 USER32!DispatchMessageA+0xb
09 0986e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0986e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0986e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 0986ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0986edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0986edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0986f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0986f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0986f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07ed5358 0986f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x986f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 65
System Thread ID: d3c
Kernel Time: 0:1:36.703
User Time: 0:7:51.625
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 09c0e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 09c0e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 09c0e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 09c0e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 09c0e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 09c0e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 09c0e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 09c0e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 09c0e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 09c0e674 7631abb9 ole32!CoCreateInstance+0x35
0a 09c0e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 09c0ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 09c0edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 09c0edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 09c0f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 09c0f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 09c0f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 034727c0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 66
System Thread ID: b94
Kernel Time: 0:1:41.281
User Time: 0:8:54.890
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 09e6e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 09e6e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 09e6e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 09e6e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 09e6e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 09e6e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 09e6e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 09e6e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 09e6e694 76390425 USER32!DispatchMessageA+0xb
09 09e6e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 09e6e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 09e6e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 09e6ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 09e6edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 09e6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 09e6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 09e6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 09e6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03470e08 09e6f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x9e6f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 67
System Thread ID: f84
Kernel Time: 0:1:55.218
User Time: 0:8:58.78
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 09eae6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 09eae734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 09eae73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 09eae79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 09eae7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 09eae7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 09eae818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 09eae8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 09eae8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 09eae920 7631abb9 ole32!CoCreateInstance+0x35
0a 09eae97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 09eaeb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 09eaebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 09eaed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 09eaedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 09eaedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 09eaf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 09eaf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 09eaf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07ee56e8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 68
System Thread ID: 6ec
Kernel Time: 0:1:36.609
User Time: 0:7:48.0
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0339e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0339e734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0339e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0339e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0339e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0339e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0339e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0339e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0339e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0339e920 7631abb9 ole32!CoCreateInstance+0x35
0a 0339e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0339eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0339ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0339ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0339edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0339edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0339f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0339f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0339f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07ec5a60 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 69
System Thread ID: c30
Kernel Time: 0:1:39.62
User Time: 0:8:44.0
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 03a6e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 03a6e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 03a6e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 03a6e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 03a6e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 03a6e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 03a6e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 03a6e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 03a6e694 76390425 USER32!DispatchMessageA+0xb
09 03a6e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 03a6e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 03a6e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 03a6ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 03a6edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 03a6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 03a6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 03a6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 03a6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033d1c88 03a6f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3a6f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 70
System Thread ID: a60
Kernel Time: 0:1:56.687
User Time: 0:9:2.734
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0a95e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0a95e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0a95e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0a95e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0a95e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0a95e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0a95e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0a95e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0a95e694 76390425 USER32!DispatchMessageA+0xb
09 0a95e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0a95e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0a95e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 0a95ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0a95edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0a95edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0a95f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0a95f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0a95f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07edd650 0a95f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xa95f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 71
System Thread ID: ea4
Kernel Time: 0:1:40.625
User Time: 0:8:30.171
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0a9ae414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0a9ae488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0a9ae490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0a9ae4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0a9ae51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0a9ae540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0a9ae56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0a9ae61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0a9ae644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0a9ae674 7631abb9 ole32!CoCreateInstance+0x35
0a 0a9ae6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0a9aed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0a9aedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0a9aedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0a9af188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0a9af1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0a9af264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03407a88 0a9af39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0xa9af39c
13 458b6455 00000000 0x167c8d50
Thread ID: 72
System Thread ID: e3c
Kernel Time: 0:1:38.296
User Time: 0:8:3.312
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0a9fe414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0a9fe488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0a9fe490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0a9fe4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0a9fe51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0a9fe540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0a9fe56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0a9fe61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0a9fe644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0a9fe674 7631abb9 ole32!CoCreateInstance+0x35
0a 0a9fe6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0a9fed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0a9fedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0a9fedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0a9ff188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0a9ff1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0a9ff264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03412810 0a9ff39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0xa9ff39c
13 458b6455 00000000 0x167c8d50
Thread ID: 73
System Thread ID: a4c
Kernel Time: 0:1:38.234
User Time: 0:8:42.750
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0aa3e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0aa3e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0aa3e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0aa3e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0aa3e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0aa3e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0aa3e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0aa3e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0aa3e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0aa3e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0aa3e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0aa3ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0aa3edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0aa3edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0aa3f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0aa3f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0aa3f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033f12d8 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 74
System Thread ID: 4ac
Kernel Time: 0:1:53.328
User Time: 0:9:2.812
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 03abe414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 03abe488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 03abe490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 03abe4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 03abe51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 03abe540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 03abe56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 03abe61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 03abe644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 03abe674 7631abb9 ole32!CoCreateInstance+0x35
0a 03abe6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 03abed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 03abedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 03abedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 03abf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 03abf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 03abf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03477000 03abf39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x3abf39c
13 458b6455 00000000 0x167c8d50
Thread ID: 75
System Thread ID: ae8
Kernel Time: 0:1:38.640
User Time: 0:8:14.796
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0cbee6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0cbee734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0cbee73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0cbee79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0cbee7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0cbee7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0cbee818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0cbee8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0cbee8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0cbee920 7631abb9 ole32!CoCreateInstance+0x35
0a 0cbee97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0cbeeb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0cbeebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0cbeed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0cbeedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0cbeedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0cbef188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0cbef1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0cbef264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 0341c370 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 76
System Thread ID: e94
Kernel Time: 0:1:39.62
User Time: 0:7:53.453
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 04b9e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 04b9e734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 04b9e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 04b9e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 04b9e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 04b9e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 04b9e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 04b9e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 04b9e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 04b9e920 7631abb9 ole32!CoCreateInstance+0x35
0a 04b9e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 04b9eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 04b9ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 04b9ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 04b9edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 04b9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 04b9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 04b9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 04b9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 033f1aa0 3d540000 vbscript!DllCanUnloadNow+0xd21a
14 00720000 00000000 0x3d540000
Thread ID: 77
System Thread ID: c38
Kernel Time: 0:1:40.265
User Time: 0:8:53.125
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 04bde414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 04bde488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 04bde490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 04bde4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 04bde51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 04bde540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 04bde56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 04bde61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 04bde644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 04bde674 7631abb9 ole32!CoCreateInstance+0x35
0a 04bde6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 04bded34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 04bdedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 04bdedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 04bdf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 04bdf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 04bdf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07f27938 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 78
System Thread ID: efc
Kernel Time: 0:1:55.437
User Time: 0:9:4.859
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 04f7e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 04f7e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 04f7e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 04f7e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 04f7e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 04f7e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 04f7e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 04f7e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 04f7e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 04f7e674 7631abb9 ole32!CoCreateInstance+0x35
0a 04f7e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 04f7ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 04f7edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 04f7edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 04f7f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 04f7f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 04f7f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03436900 04f7f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x4f7f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 79
System Thread ID: e5c
Kernel Time: 0:1:40.968
User Time: 0:8:32.15
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05f1e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05f1e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 05f1e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05f1e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05f1e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05f1e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05f1e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05f1e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05f1e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05f1e674 7631abb9 ole32!CoCreateInstance+0x35
0a 05f1e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 05f1ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 05f1edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 05f1edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 05f1f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 05f1f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 05f1f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0345cc18 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 80
System Thread ID: 1010
Kernel Time: 0:1:38.515
User Time: 0:7:56.468
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05f5e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05f5e734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 05f5e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05f5e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05f5e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05f5e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05f5e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05f5e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05f5e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05f5e920 7631abb9 ole32!CoCreateInstance+0x35
0a 05f5e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 05f5eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 05f5ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 05f5ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 05f5edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 05f5edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 05f5f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 05f5f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 05f5f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 033e9da0 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 81
System Thread ID: e40
Kernel Time: 0:1:40.468
User Time: 0:8:45.890
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05f9e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05f9e734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 05f9e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05f9e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05f9e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05f9e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05f9e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05f9e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05f9e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05f9e920 7631abb9 ole32!CoCreateInstance+0x35
0a 05f9e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 05f9eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 05f9ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 05f9ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 05f9edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 05f9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 05f9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 05f9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 05f9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07ded4e0 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 82
System Thread ID: b8c
Kernel Time: 0:1:53.484
User Time: 0:8:57.375
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0727e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0727e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0727e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0727e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0727e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0727e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0727e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0727e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0727e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0727e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0727e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0727ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0727edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0727edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0727f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0727f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0727f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07de4ec8 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 83
System Thread ID: eac
Kernel Time: 0:1:41.406
User Time: 0:8:30.609
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 07dde48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 07dde500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 07dde508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 07dde554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 07dde5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 07dde5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 07dde5fc 77e145e5 USER32!UserCallWinProc+0x18
07 07dde688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 07dde694 76390425 USER32!DispatchMessageA+0xb
09 07dde6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 07dde6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 07dde6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 07dded34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 07ddedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 07ddedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 07ddf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 07ddf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 07ddf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07de1480 07ddf39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x7ddf39c
14 458b6455 00000000 0x167c8d50
Thread ID: 84
System Thread ID: 1030
Kernel Time: 0:1:36.921
User Time: 0:8:4.62
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0835e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0835e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0835e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0835e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0835e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0835e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0835e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0835e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0835e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0835e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0835e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0835ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0835edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0835edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0835f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0835f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0835f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07e2a480 0835f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x835f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 85
System Thread ID: c94
Kernel Time: 0:1:40.890
User Time: 0:8:46.109
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 084ae414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 084ae488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 084ae490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 084ae4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 084ae51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 084ae540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 084ae56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 084ae61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 084ae644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 084ae674 7631abb9 ole32!CoCreateInstance+0x35
0a 084ae6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 084aed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 084aedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 084aedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 084af188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 084af1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 084af264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07e42600 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 86
System Thread ID: cb8
Kernel Time: 0:1:55.781
User Time: 0:8:58.734
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0887ed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0887ee0c 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0887ee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0887ee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0887eea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0887eec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0887eef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0887efa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0887efc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0887eff8 74a2d36f ole32!CoCreateInstance+0x35
0a 0887f010 749ff218 asp!ViperCreateInstance+0x16
0b 0887f034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 0887f07c 74a00681 asp!CComponentObject::Instantiate+0x42
0d 0887f094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 0887f0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 0887f110 779d7b9d asp!CServer::CreateObject+0x5c
10 0887f130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 0887f1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 0887f1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available. Following
frames may be wrong.
13 0887f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 0887f944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 87
System Thread ID: d2c
Kernel Time: 0:1:41.93
User Time: 0:8:26.953
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 088be6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 088be734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 088be73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 088be79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 088be7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 088be7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 088be818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 088be8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 088be8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 088be920 7631abb9 ole32!CoCreateInstance+0x35
0a 088be97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 088beb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 088bebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 088bed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 088bedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 088bedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 088bf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 088bf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 088bf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 0349aeb8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 88
System Thread ID: b28
Kernel Time: 0:1:38.203
User Time: 0:7:50.15
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0cf4e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0cf4e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0cf4e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0cf4e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0cf4e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0cf4e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0cf4e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0cf4e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0cf4e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0cf4e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0cf4e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0cf4ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0cf4edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0cf4edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0cf4f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0cf4f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0cf4f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03459f88 0cf4f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0xcf4f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 89
System Thread ID: bbc
Kernel Time: 0:1:43.234
User Time: 0:8:40.859
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0cf8e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0cf8e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0cf8e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0cf8e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0cf8e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0cf8e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0cf8e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0cf8e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0cf8e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0cf8e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0cf8e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0cf8ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0cf8edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0cf8edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0cf8f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0cf8f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0cf8f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ed0c80 0cf8f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0xcf8f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 90
System Thread ID: b14
Kernel Time: 0:1:53.671
User Time: 0:9:4.890
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 088fe48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 088fe500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 088fe508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 088fe554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 088fe5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 088fe5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 088fe5fc 77e145e5 USER32!UserCallWinProc+0x18
07 088fe688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 088fe694 76390425 USER32!DispatchMessageA+0xb
09 088fe6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 088fe6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 088fe6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 088fed34 11013a55 cserver210!DllCanUnloadNow+0x1627b
0d 088fedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0e 088fedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 088ff188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 088ff1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 088ff264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033fa9f0 3d540000 vbscript!DllCanUnloadNow+0xd21a
13 00720000 00000000 0x3d540000
Thread ID: 91
System Thread ID: 828
Kernel Time: 0:1:40.125
User Time: 0:8:31.46
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 08a6e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 08a6e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 08a6e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 08a6e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 08a6e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 08a6e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 08a6e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 08a6e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 08a6e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 08a6e674 7631abb9 ole32!CoCreateInstance+0x35
0a 08a6e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 08a6ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 08a6edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 08a6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 08a6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 08a6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 08a6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03411df0 08a6f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x8a6f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 92
System Thread ID: 848
Kernel Time: 0:1:38.468
User Time: 0:7:59.687
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 090ae414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 090ae488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 090ae490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 090ae4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 090ae51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 090ae540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 090ae56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 090ae61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 090ae644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 090ae674 7631abb9 ole32!CoCreateInstance+0x35
0a 090ae6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 090aed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 090aedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 090aedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 090af188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 090af1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 090af264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0349a290 090af39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x90af39c
13 458b6455 00000000 0x167c8d50
Thread ID: 93
System Thread ID: fd0
Kernel Time: 0:1:40.468
User Time: 0:8:32.203
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0a00e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0a00e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0a00e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0a00e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0a00e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0a00e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0a00e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0a00e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0a00e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0a00e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0a00e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0a00ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0a00edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0a00edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0a00f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0a00f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0a00f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03470600 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 94
System Thread ID: d44
Kernel Time: 0:1:52.578
User Time: 0:9:5.687
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0aa8e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0aa8e734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0aa8e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0aa8e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0aa8e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0aa8e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0aa8e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0aa8e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0aa8e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0aa8e920 7631abb9 ole32!CoCreateInstance+0x35
0a 0aa8e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0aa8eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0aa8ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0aa8ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0aa8edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0aa8edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0aa8f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0aa8f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0aa8f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 033e65d8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 95
System Thread ID: c0c
Kernel Time: 0:1:41.31
User Time: 0:8:29.734
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0c64e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0c64e734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0c64e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0c64e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0c64e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0c64e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0c64e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0c64e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0c64e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0c64e920 7631abb9 ole32!CoCreateInstance+0x35
0a 0c64e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0c64eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0c64ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0c64ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0c64edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0c64edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0c64f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0c64f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0c64f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07e29af0 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 96
System Thread ID: 1084
Kernel Time: 0:1:40.531
User Time: 0:7:56.484
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0c68e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0c68e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0c68e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0c68e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0c68e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0c68e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0c68e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0c68e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0c68e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0c68e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0c68e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0c68ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0c68edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0c68edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0c68f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0c68f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0c68f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03424c60 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 97
System Thread ID: 6f4
Kernel Time: 0:1:39.109
User Time: 0:8:49.125
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0d0de48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0d0de500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0d0de508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0d0de554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0d0de5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0d0de5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0d0de5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0d0de688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0d0de694 76390425 USER32!DispatchMessageA+0xb
09 0d0de6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0d0de6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0d0de6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 0d0ded34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0d0dedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0d0dedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0d0df188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0d0df1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0d0df264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033f24f0 0d0df39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xd0df39c
14 458b6455 00000000 0x167c8d50
Thread ID: 98
System Thread ID: 804
Kernel Time: 0:1:53.640
User Time: 0:8:57.515
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0d11e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0d11e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0d11e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0d11e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0d11e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0d11e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0d11e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0d11e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0d11e694 76390425 USER32!DispatchMessageA+0xb
09 0d11e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0d11e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0d11e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 0d11ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0d11edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0d11edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0d11f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0d11f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0d11f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033dca18 0d11f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xd11f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 99
System Thread ID: 1078
Kernel Time: 0:1:40.937
User Time: 0:8:25.375
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1094e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1094e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 1094e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1094e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1094e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1094e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1094e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1094e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1094e694 76390425 USER32!DispatchMessageA+0xb
09 1094e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1094e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1094e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 1094ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1094edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1094edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1094f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1094f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1094f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07e40590 1094f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1094f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 100
System Thread ID: 6ac
Kernel Time: 0:1:38.15
User Time: 0:7:55.187
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10a9e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10a9e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 10a9e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10a9e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10a9e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10a9e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10a9e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10a9e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10a9e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10a9e674 7631abb9 ole32!CoCreateInstance+0x35
0a 10a9e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 10a9ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 10a9edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 10a9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 10a9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 10a9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 10a9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033fce58 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 101
System Thread ID: ca4
Kernel Time: 0:1:39.218
User Time: 0:8:47.562
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10aded98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10adee0c 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 10adee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10adee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10adeea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10adeec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10adeef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10adefa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10adefc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10adeff8 74a2d36f ole32!CoCreateInstance+0x35
0a 10adf010 749ff218 asp!ViperCreateInstance+0x16
0b 10adf034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 10adf07c 74a00681 asp!CComponentObject::Instantiate+0x42
0d 10adf094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 10adf0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 10adf110 779d7b9d asp!CServer::CreateObject+0x5c
10 10adf130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 10adf1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 10adf1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available. Following
frames may be wrong.
13 10adf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 10adf944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 102
System Thread ID: e7c
Kernel Time: 0:1:54.156
User Time: 0:8:59.812
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10b1e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10b1e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 10b1e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10b1e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10b1e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10b1e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10b1e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10b1e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10b1e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10b1e674 7631abb9 ole32!CoCreateInstance+0x35
0a 10b1e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 10b1ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 10b1edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 10b1edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 10b1f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 10b1f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 10b1f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033ff600 10b1f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x10b1f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 103
System Thread ID: de0
Kernel Time: 0:1:38.281
User Time: 0:8:5.250
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10b9e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10b9e734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 10b9e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10b9e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10b9e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10b9e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10b9e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10b9e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10b9e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10b9e920 7631abb9 ole32!CoCreateInstance+0x35
0a 10b9e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 10b9eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 10b9ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 10b9ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 10b9edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 10b9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 10b9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 10b9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 10b9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 0341cd38 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 104
System Thread ID: c68
Kernel Time: 0:1:37.31
User Time: 0:8:53.62
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10bde48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10bde500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 10bde508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10bde554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 10bde5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 10bde5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 10bde5fc 77e145e5 USER32!UserCallWinProc+0x18
07 10bde688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 10bde694 76390425 USER32!DispatchMessageA+0xb
09 10bde6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 10bde6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 10bde6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 10bded34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 10bdedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 10bdedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 10bdf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 10bdf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 10bdf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07ec6d78 10bdf39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x10bdf39c
14 458b6455 00000000 0x167c8d50
Thread ID: 105
System Thread ID: ab8
Kernel Time: 0:1:52.78
User Time: 0:9:1.328
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10e3e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10e3e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 10e3e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10e3e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10e3e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10e3e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10e3e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10e3e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10e3e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10e3e674 7631abb9 ole32!CoCreateInstance+0x35
0a 10e3e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 10e3ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 10e3edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 10e3edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 10e3f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 10e3f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 10e3f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07edce28 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 106
System Thread ID: f7c
Kernel Time: 0:1:39.156
User Time: 0:8:28.671
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10e7e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10e7e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 10e7e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10e7e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 10e7e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 10e7e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 10e7e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 10e7e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 10e7e694 76390425 USER32!DispatchMessageA+0xb
09 10e7e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 10e7e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 10e7e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 10e7ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 10e7edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 10e7edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 10e7f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 10e7f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 10e7f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03425910 10e7f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x10e7f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 107
System Thread ID: 1024
Kernel Time: 0:1:39.500
User Time: 0:8:8.203
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10ebe414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10ebe488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 10ebe490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10ebe4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10ebe51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10ebe540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10ebe56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10ebe61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10ebe644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10ebe674 7631abb9 ole32!CoCreateInstance+0x35
0a 10ebe6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 10ebed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 10ebedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 10ebedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 10ebf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 10ebf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 10ebf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0340fa58 10ebf39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x10ebf39c
13 458b6455 00000000 0x167c8d50
Thread ID: 108
System Thread ID: c20
Kernel Time: 0:1:39.937
User Time: 0:8:49.984
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1148e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1148e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 1148e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1148e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 1148e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 1148e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 1148e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 1148e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 1148e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 1148e674 7631abb9 ole32!CoCreateInstance+0x35
0a 1148e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 1148ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 1148edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 1148edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 1148f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 1148f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 1148f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0342d6e0 1148f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x1148f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 109
System Thread ID: a10
Kernel Time: 0:1:53.328
User Time: 0:8:54.640
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 115ce414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 115ce488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 115ce490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 115ce4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 115ce51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 115ce540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 115ce56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 115ce61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 115ce644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 115ce674 7631abb9 ole32!CoCreateInstance+0x35
0a 115ce6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 115ced34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 115cedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 115cedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 115cf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 115cf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 115cf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ee2110 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 110
System Thread ID: b10
Kernel Time: 0:1:41.656
User Time: 0:8:30.171
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1237e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1237e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 1237e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1237e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1237e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1237e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1237e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1237e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1237e694 76390425 USER32!DispatchMessageA+0xb
09 1237e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1237e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1237e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 1237ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1237edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1237edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1237f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1237f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1237f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 16560640 1237f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1237f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 111
System Thread ID: 620
Kernel Time: 0:1:37.562
User Time: 0:7:56.265
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1637ed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1637ee0c 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 1637ee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1637ee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 1637eea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 1637eec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 1637eef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 1637efa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 1637efc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 1637eff8 74a2d36f ole32!CoCreateInstance+0x35
0a 1637f010 749ff218 asp!ViperCreateInstance+0x16
0b 1637f034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 1637f07c 74a00681 asp!CComponentObject::Instantiate+0x42
0d 1637f094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 1637f0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 1637f110 779d7b9d asp!CServer::CreateObject+0x5c
10 1637f130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 1637f1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 1637f1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available. Following
frames may be wrong.
13 1637f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 1637f944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 112
System Thread ID: fa4
Kernel Time: 0:1:40.531
User Time: 0:8:44.750
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0da9e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0da9e734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 0da9e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0da9e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0da9e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0da9e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0da9e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0da9e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0da9e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0da9e920 7631abb9 ole32!CoCreateInstance+0x35
0a 0da9e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 0da9eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0da9ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0da9ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0da9edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0da9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0da9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0da9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0da9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07ea5af8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 113
System Thread ID: 104c
Kernel Time: 0:1:38.406
User Time: 0:7:52.640
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 16b2e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 16b2e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 16b2e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 16b2e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 16b2e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 16b2e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 16b2e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 16b2e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 16b2e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 16b2e674 7631abb9 ole32!CoCreateInstance+0x35
0a 16b2e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 16b2ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 16b2edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 16b2edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 16b2f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 16b2f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 16b2f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07e28600 16b2f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x16b2f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 114
System Thread ID: bb8
Kernel Time: 0:1:39.78
User Time: 0:8:23.843
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1929e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1929e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 1929e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1929e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1929e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1929e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1929e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1929e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1929e694 76390425 USER32!DispatchMessageA+0xb
09 1929e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1929e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1929e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 1929ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1929edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1929edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1929f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1929f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1929f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07edf1f8 1929f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1929f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 115
System Thread ID: bac
Kernel Time: 0:1:38.921
User Time: 0:8:4.750
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 192de6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 192de734 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 192de73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 192de79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 192de7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 192de7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 192de818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 192de8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 192de8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 192de920 7631abb9 ole32!CoCreateInstance+0x35
0a 192de97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 192deb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 192debfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 192ded40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 192dedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 192dedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 192df188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 192df1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 192df264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07de9878 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 116
System Thread ID: 81c
Kernel Time: 0:1:37.343
User Time: 0:8:51.656
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1931e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1931e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 1931e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1931e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1931e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1931e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1931e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1931e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1931e694 76390425 USER32!DispatchMessageA+0xb
09 1931e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1931e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1931e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 1931ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1931edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1931edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1931f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1931f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1931f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03437470 1931f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1931f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 117
System Thread ID: d24
Kernel Time: 0:1:53.843
User Time: 0:8:59.359
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1935e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1935e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 1935e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1935e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 1935e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 1935e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 1935e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 1935e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 1935e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 1935e674 7631abb9 ole32!CoCreateInstance+0x35
0a 1935e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 1935ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 1935edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 1935edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 1935f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 1935f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 1935f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0341afc8 1935f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x1935f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 118
System Thread ID: 9d4
Kernel Time: 0:1:39.437
User Time: 0:8:21.968
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 196ce414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 196ce488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 196ce490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 196ce4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 196ce51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 196ce540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 196ce56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 196ce61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 196ce644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 196ce674 7631abb9 ole32!CoCreateInstance+0x35
0a 196ce6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 196ced34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 196cedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 196cedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 196cf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 196cf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 196cf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ed6370 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 119
System Thread ID: d00
Kernel Time: 0:1:38.515
User Time: 0:7:46.125
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1981e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1981e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 1981e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1981e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1981e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1981e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1981e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1981e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1981e694 76390425 USER32!DispatchMessageA+0xb
09 1981e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1981e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1981e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 1981ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1981edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1981edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1981f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1981f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1981f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03475150 1981f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1981f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 120
System Thread ID: f30
Kernel Time: 0:1:40.781
User Time: 0:8:46.500
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1985e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1985e500 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 1985e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1985e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1985e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1985e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1985e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1985e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1985e694 76390425 USER32!DispatchMessageA+0xb
09 1985e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1985e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1985e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available. Following
frames may be wrong.
0c 1985ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1985edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1985edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1985f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1985f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1985f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07ed5b58 1985f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1985f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 121
System Thread ID: d64
Kernel Time: 0:1:54.968
User Time: 0:8:55.156
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1989e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1989e488 77f87e86 ntdll!RtlpWaitForCriticalSection+0x9e
02 1989e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1989e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 1989e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 1989e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 1989e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 1989e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 1989e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 1989e674 7631abb9 ole32!CoCreateInstance+0x35
0a 1989e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available. Following
frames may be wrong.
0b 1989ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 1989edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 1989edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 1989f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 1989f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 1989f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03414420 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Closing open log file C:\iisstate\output\IISState-3636.log
-----Original Message-----
Please post to the group.
Pat
Post by chrystal
Hi Pat,
I did as you suggested and ran the IISState.exe while
the
Post by chrystal
server was hanging. Should I email the log file
directly
Post by chrystal
to you or should I copy and paste the log directly to
the
Post by chrystal
newsgroup?
Thanks,
Chrystal
-----Original Message-----
Next time it hangs, run iisstate
(www.iisfaq.com/iisstate). It will tell
you exactly why it is hanging and we can suggest a plan
from there. When
the hang occurs, run it against inetinfo and any
dllhost's that are active.
iisstate -p <pid for inetinfo or dllhost> <enter>
Pat
Post by chrystal
We are experiencing some problems where IIS Hangs
intermittenly. We are running Windows 2000 sp3,
have a
Post by chrystal
Post by chrystal
content management tool running with asp, Coldfusion
Server, Pathlore and Microsoft Eduction Learning
Library
Post by chrystal
Post by chrystal
installed on this server. We have had a tough time
recreating the problem but I have been able to use a
Stress Tool and it seems that maybe the Microsoft
Education Learning Library install might have
something
Post by chrystal
to
Post by chrystal
do with it. Has anyone (please for the love of god)
had
Post by chrystal
Post by chrystal
the same problems?
Thanks,
Chrystal
.
.
chrystal
2003-08-07 19:48:35 UTC
Permalink
Pat,

When I ran IISState I did not receive a summary at the
end. Am I doing something wrong? In the cmd prompt I ran
iisstate.exe -p 3636 (dllhost.exe pid) -d.

Thanks,
Chrystal
-----Original Message-----
This is a very, very common issue. Basically, VB is
trying to re-load and
unload the COM objects on separate threads, which leads
to a deadlock. In
VB6, you need to re-compile any VB COM objects that you
have with both
Retain in Memory and Unattended Execution set in the
project properties.
Unfortunately, that option isn't available for VB5. For
that, you need to
follow the steps in KB 186273
(http://support.microsoft.com/default.aspx?scid=kb;en-
us;186273).
Basically, you have to create an empty class and create a
reference to it,
to prevent the reference count from hitting '0'. Or, you
could open and
re-compile the project with VB6 (setting Retain in Memory
and Unattended
Execution).
You can get the object names from the pages that are
running (e.g.
D:\INETPUB\WWWROOT\DEFAULT.ASP). Just look for any
CreateObject/Server.CreateObject to a VB component.
Also, be aware that
even one incorrectly compiled dll can cause the failure.
As a side note, IISState looks for this problem w/VB6
dll's, and spits out a
nice summary of the problem and what to do. I'll need to
add VB5 to the
matrix.
Pat
Here is the log file from the DLLHost.exe. This is
where
the activity seems to be.
Thanks,
Chrystal
Opened log file 'C:\iisstate\output\IISState-3636.log'
***********************
Starting new log output
IISState version 3.1
Mon Aug 04 11:03:52 2003
OS = Windows 2000
Executable: dllhost.exe
PID = 3636
Note: Thread times are formatted as HH:MM:SS.ms
***********************
Thread ID: 0
System Thread ID: 590
Kernel Time: 0:0:0.15
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 0006fd28 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0006fd50 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0006fd60 77aaa473 KERNEL32!WaitForSingleObject+0xf
03 0006fd80 77aa9c81 ole32!
CSurrogateProcessActivator::WaitForSurrogateTimeout+0x4f
04 0006fd9c 01001230 ole32!CoRegisterSurrogateEx+0x169
05 0006ff24 010014c6 dllhost!WinMain+0xb0
06 0006ffc0 77ea847c dllhost!WinMainCRTStartup+0x156
07 0006fff0 00000000 KERNEL32!BaseProcessStart+0x3d
Thread ID: 1
System Thread ID: e54
Kernel Time: 0:2:48.437
User Time: 2:58:30.921
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: Other
# ChildEBP RetAddr
00 008ffd28 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 008ffd9c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 008ffda4 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 008ffe38 762e37ef MSVBVM50!CMutexSem::Request+0x10
04 008ffe58 77e3a244 MSVBVM50!FnwpMain+0x1b
05 008ffe78 77e14730 USER32!UserCallWinProc+0x18
06 008ffe94 77e2d92d USER32!DispatchClientMessage+0x4b
07 008ffec4 77f91a7f USER32!__fnINSTRING+0x35
08 008fff14 77e27240 ntdll!KiUserCallbackDispatcher+0x13
09 008fff30 77abaf9f USER32!GetMessageW+0x2e
0a 008fff70 77abaeed ole32!CDllHost::STAWorkerLoop+0x40
0b 008fff8c 77abae28 ole32!CDllHost::WorkerThread+0xc2
0c 008fff90 77ab4710 ole32!DLLHostThreadEntry+0x9
0d 008fffa8 77ab4668 ole32!CRpcThread::WorkerLoop+0x22
0e 008fffb4 77e8b2d8 ole32!
CRpcThreadCache::RpcWorkerThreadEntry+0x1a
0f 008fffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 2
System Thread ID: ddc
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 00a4fc6c 77e95244 ntdll!NtRemoveIoCompletion+0xb
01 00a4fc98 6de8b953 KERNEL32!
GetQueuedCompletionStatus+0x27
02 00a4fd94 6de8b8a8 TxfAux!WORK_QUEUE::WorkerLoop+0x83
03 00a4ffb4 77e8b2d8 TxfAux!WORK_QUEUE::ThreadLoop+0x58
04 00a4ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 3
System Thread ID: d20
Kernel Time: 0:0:0.562
User Time: 0:0:0.187
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 00ccff08 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 00ccff58 77ea9c13 KERNEL32!
WaitForMultipleObjectsEx+0xea
02 00ccff70 787f21d4 KERNEL32!
WaitForMultipleObjects+0x17
03 00ccffb4 77e8b2d8 COMSVCS!
CEventDispatcher::PushEvents+0x44
04 00ccffc0 00000008 KERNEL32!BaseThreadStart+0x52
Thread ID: 4
System Thread ID: bdc
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
Remote call is either to a MTA object or object not
initialized. Also, possible utility thread.
DCOM call being made to Process ID: 2548
Waiting on thread id: ffffffff
# ChildEBP RetAddr
00 00d0fb68 77d4ec37 ntdll!NtRequestWaitReplyPort+0xb
01 00d0fb94 77d3a2c7 RPCRT4!
LRPC_CCALL::SendReceive+0x11e
02 00d0fba0 77b23b2a RPCRT4!I_RpcSendReceive+0x2c
03 00d0fbc0 77b239f5 ole32!ThreadSendReceive+0xef
04 00d0fbd8 77b20aa5 ole32!
CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a
05 00d0fc18 77b2386e ole32!
CRpcChannelBuffer::SendReceive2+0x96
06 00d0fc28 77a6c78a ole32!
CRpcChannelBuffer::SendReceive+0x11
07 00d0fc88 77ab6af6 ole32!CAptRpcChnl::SendReceive+0xa9
08 00d0fce0 77d90328 ole32!
CCtxComChnl::SendReceive+0x124
09 00d0fcfc 77d92b3f RPCRT4!NdrProxySendReceive+0x4c
0a 00d0ff44 77d95f85 RPCRT4!NdrClientCall2+0x4f5
0b 00d0ff60 77d77f6b RPCRT4!ObjectStublessClient+0x76
0c 00d0ff70 787f212e RPCRT4!ObjectStubless+0xf
0d 00d0ffb4 77e8b2d8 COMSVCS!
CEventDispatcher::GetEventServerInfoThread+0x10e
0e 00d0ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 5
System Thread ID: c48
Kernel Time: 0:0:0.62
User Time: 0:0:0.93
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 00d4fee4 77ea9d94 ntdll!NtDelayExecution+0xb
01 00d4ff04 77ea9d5f KERNEL32!SleepEx+0x32
02 00d4ff10 787cf77a KERNEL32!Sleep+0xb
03 00d4ff80 780060ce COMSVCS!PostData+0xf2
04 00d4ffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
05 00d4ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 6
System Thread ID: b88
Kernel Time: 0:0:19.109
User Time: 0:0:2.921
Thread Type: Other
# ChildEBP RetAddr
00 00fcfe60 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 00fcfeb0 77e1e97b KERNEL32!
WaitForMultipleObjectsEx+0xea
02 00fcff0c 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 00fcff28 6e5abc1d USER32!
MsgWaitForMultipleObjects+0x1d
04 00fcff80 780060ce IisRTL!SchedulerWorkerThread+0xa7
05 00fcffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
06 00fcffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 7
System Thread ID: 8dc
Kernel Time: 0:0:27.125
User Time: 0:0:3.359
Thread Type: Other
# ChildEBP RetAddr
00 0093fe60 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 0093feb0 77e1e97b KERNEL32!
WaitForMultipleObjectsEx+0xea
02 0093ff0c 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 0093ff28 6e5abc1d USER32!
MsgWaitForMultipleObjects+0x1d
04 0093ff80 780060ce IisRTL!SchedulerWorkerThread+0xa7
05 0093ffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
06 0093ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 8
System Thread ID: 20c
Kernel Time: 0:0:19.687
User Time: 0:0:3.46
Thread Type: Other
# ChildEBP RetAddr
00 0104fe60 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 0104feb0 77e1e97b KERNEL32!
WaitForMultipleObjectsEx+0xea
02 0104ff0c 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 0104ff28 6e5abc1d USER32!
MsgWaitForMultipleObjects+0x1d
04 0104ff80 780060ce IisRTL!SchedulerWorkerThread+0xa7
05 0104ffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
06 0104ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 9
System Thread ID: e20
Kernel Time: 0:0:25.906
User Time: 0:0:3.593
Thread Type: Other
# ChildEBP RetAddr
00 0108fe60 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 0108feb0 77e1e97b KERNEL32!
WaitForMultipleObjectsEx+0xea
02 0108ff0c 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 0108ff28 6e5abc1d USER32!
MsgWaitForMultipleObjects+0x1d
04 0108ff80 780060ce IisRTL!SchedulerWorkerThread+0xa7
05 0108ffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
06 0108ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 10
System Thread ID: c44
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 011cff50 77e95244 ntdll!NtRemoveIoCompletion+0xb
01 011cff7c 6d7088db KERNEL32!
GetQueuedCompletionStatus+0x27
02 011cffb4 77e8b2d8 ISATQ!AtqPoolThread+0x40
03 011cffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 11
System Thread ID: e38
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 0120ff50 77e95244 ntdll!NtRemoveIoCompletion+0xb
01 0120ff7c 6d7088db KERNEL32!
GetQueuedCompletionStatus+0x27
02 0120ffb4 77e8b2d8 ISATQ!AtqPoolThread+0x40
03 0120ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 12
System Thread ID: 1b0
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 0138feb8 77e95244 ntdll!NtRemoveIoCompletion+0xb
01 0138fee4 77d80976 KERNEL32!
GetQueuedCompletionStatus+0x27
02 0138ff20 77d50e9e RPCRT4!COMMON_ProcessCalls+0x9e
03 0138ff74 77d50cd7 RPCRT4!
LOADABLE_TRANSPORT::ProcessIOEvents+0x99
04 0138ff78 77d39a00 RPCRT4!ProcessIOEventsWrapper+0x9
05 0138ffa8 77d41c6d RPCRT4!BaseCachedThreadRoutine+0x4f
06 0138ffb4 77e8b2d8 RPCRT4!ThreadStartRoutine+0x18
07 0138ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 13
System Thread ID: c40
Kernel Time: 0:1:23.62
User Time: 0:1:43.843
Thread Type: Possible ASP page. Possible DCOM activity
Executing Page: Unable to locate ASP page
No remote call being made
# ChildEBP RetAddr
00 014cfe24 77d57494 ntdll!NtReplyWaitReceivePortEx+0xb
01 014cff74 77d56d5e RPCRT4!
LRPC_ADDRESS::ReceiveLotsaCalls+0x74
02 014cff78 77d39ad0 RPCRT4!RecvLotsaCallsWrapper+0x9
03 014cffa8 77d41c6d RPCRT4!
BaseCachedThreadRoutine+0x11f
04 014cffb4 77e8b2d8 RPCRT4!ThreadStartRoutine+0x18
05 014cffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 14
System Thread ID: a14
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: ASP
Executing Page: Unable to locate ASP page
# ChildEBP RetAddr
00 0273fe74 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 0273fec4 77e1e97b KERNEL32!
WaitForMultipleObjectsEx+0xea
02 0273ff20 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 0273ff3c 74a11086 USER32!
MsgWaitForMultipleObjects+0x1d
04 0273ff80 7800c9eb asp!CMTACallbackThread::Thread+0x42
05 0273ffb4 77e8b2d8 MSVCRT!_beginthread+0xce
06 0273ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 15
System Thread ID: ce0
Kernel Time: 0:0:1.968
User Time: 0:0:0.734
*** WARNING: Unable to verify checksum for
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for -
Thread Type: PDM (Debugger) Thread.
# ChildEBP RetAddr
00 03a2fddc 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 03a2fe2c 77e1e97b KERNEL32!
WaitForMultipleObjectsEx+0xea
02 03a2fe88 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 03a2fea4 4a00886c USER32!
MsgWaitForMultipleObjects+0x1d
04 03a2ff88 4a008a85 pdm+0x886c
05 03a2ffb0 4a008a09 pdm+0x8a85
06 03a2ffb4 77e8b2d8 pdm+0x8a09
07 03a2ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 16
System Thread ID: bd8
Kernel Time: 0:1:52.843
User Time: 0:9:28.687
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for C:\Program Files\Bridgemedia
Communications\Content Server\bin\cserver210.dll -
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for -
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 03b2e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 03b2e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 03b2e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 03b2e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 03b2e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 03b2e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 03b2e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 03b2e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 03b2e694 76390425 USER32!DispatchMessageA+0xb
09 03b2e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 03b2e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 03b2e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 03b2ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 03b2edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 03b2edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 03b2f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 03b2f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 03b2f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033b66e8 03b2f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3b2f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 17
System Thread ID: ce4
Kernel Time: 0:0:1.562
User Time: 0:0:1.78
Thread Type: Other
# ChildEBP RetAddr
00 03d8ff9c 77fa21d2 ntdll!NtDelayExecution+0xb
01 03d8ffb4 77e8b2d8 ntdll!RtlpTimerThread+0x42
02 03d8ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 18
System Thread ID: 6a8
Kernel Time: 0:0:2.984
User Time: 0:0:8.46
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for C:\Program Files\Common
Files\System\OLE DB\oledb32.dll -
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 0460ff58 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0460ff80 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0460ff90 1f8aef5d KERNEL32!WaitForSingleObject+0xf
WARNING: Stack unwind information not available.
Following
frames may be wrong.
03 0460ffb4 77e8b2d8 oledb32!DllGetClassObject+0xd1d5
04 0460ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 19
System Thread ID: 9a8
Kernel Time: 0:0:4.593
User Time: 0:0:4.203
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 0464ff50 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0464ff78 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0464ff88 1f8aefee KERNEL32!WaitForSingleObject+0xf
WARNING: Stack unwind information not available.
Following
frames may be wrong.
03 0464ffb4 77e8b2d8 oledb32!DllGetClassObject+0xd266
04 0464ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 20
System Thread ID: a50
Kernel Time: 0:0:0.93
User Time: 0:0:0.218
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0468fd54 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0468fd7c 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0468fd8c 7878d255 KERNEL32!WaitForSingleObject+0xf
03 0468ffb4 77e8b2d8 COMSVCS!PingThread+0xf5
04 0468ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 21
System Thread ID: cfc
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 0472ff88 751a44ba ntdll!ZwWaitForMultipleObjects+0xb
01 0472ffb4 77e8b2d8 NETAPI32!NetbiosWaiter+0x71
02 0472ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 22
System Thread ID: 4b4
Kernel Time: 0:0:0.609
User Time: 0:0:0.531
Thread Type: Other
# ChildEBP RetAddr
00 070eff20 77fa07b7 ntdll!NtRemoveIoCompletion+0xb
01 070effb4 77e8b2d8 ntdll!RtlpWorkerThread+0x6b
02 070effec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 23
System Thread ID: 1018
Kernel Time: 0:1:54.609
User Time: 0:9:13.718
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0f76e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0f76e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0f76e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0f76e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0f76e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0f76e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0f76e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0f76e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0f76e694 76390425 USER32!DispatchMessageA+0xb
09 0f76e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0f76e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0f76e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0f76ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0f76edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0f76edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0f76f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0f76f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0f76f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03422208 0f76f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xf76f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 24
System Thread ID: 808
Kernel Time: 0:1:42.921
User Time: 0:8:13.890
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 37bde414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 37bde488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 37bde490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 37bde4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 37bde51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 37bde540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 37bde56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 37bde61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 37bde644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 37bde674 7631abb9 ole32!CoCreateInstance+0x35
0a 37bde6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 37bded34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 37bdedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 37bdedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 37bdf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 37bdf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 37bdf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033bfee8 37bdf39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x37bdf39c
13 458b6455 00000000 0x167c8d50
Thread ID: 25
System Thread ID: 103c
Kernel Time: 0:1:45.578
User Time: 0:9:5.546
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3846e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3846e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3846e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3846e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3846e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3846e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3846e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3846e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3846e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3846e674 7631abb9 ole32!CoCreateInstance+0x35
0a 3846e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 3846ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 3846edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 3846edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 3846f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 3846f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 3846f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03415e88 3846f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x3846f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 26
System Thread ID: 1044
Kernel Time: 0:1:45.234
User Time: 0:8:57.718
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3870e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3870e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3870e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3870e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 3870e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 3870e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 3870e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 3870e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 3870e694 76390425 USER32!DispatchMessageA+0xb
09 3870e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 3870e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 3870e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 3870ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 3870edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 3870edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 3870f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 3870f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 3870f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03417de8 3870f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3870f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 27
System Thread ID: bb0
Kernel Time: 0:1:44.968
User Time: 0:8:43.203
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3a33e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3a33e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3a33e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3a33e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3a33e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3a33e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3a33e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3a33e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3a33e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3a33e674 7631abb9 ole32!CoCreateInstance+0x35
0a 3a33e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 3a33ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 3a33edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 3a33edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 3a33f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 3a33f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 3a33f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07e39600 3a33f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x3a33f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 28
System Thread ID: 1074
Kernel Time: 0:1:42.875
User Time: 0:8:25.671
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3a59e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3a59e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3a59e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3a59e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 3a59e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 3a59e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 3a59e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 3a59e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 3a59e694 76390425 USER32!DispatchMessageA+0xb
09 3a59e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 3a59e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 3a59e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 3a59ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 3a59edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 3a59edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 3a59f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 3a59f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 3a59f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 0040f3d0 3a59f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3a59f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 29
System Thread ID: d08
Kernel Time: 0:1:45.859
User Time: 0:8:50.921
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3d85e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3d85e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3d85e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3d85e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 3d85e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 3d85e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 3d85e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 3d85e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 3d85e694 76390425 USER32!DispatchMessageA+0xb
09 3d85e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 3d85e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 3d85e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 3d85ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 3d85edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 3d85edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 3d85f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 3d85f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 3d85f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03420810 3d85f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3d85f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 30
System Thread ID: 6e0
Kernel Time: 0:1:40.750
User Time: 0:8:22.359
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3d99e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3d99e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3d99e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3d99e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3d99e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3d99e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3d99e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3d99e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3d99e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3d99e920 7631abb9 ole32!CoCreateInstance+0x35
0a 3d99e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 3d99eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 3d99ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 3d99ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 3d99edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 3d99edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 3d99f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 3d99f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 3d99f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 03471fb8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 31
System Thread ID: 7b0
Kernel Time: 0:1:58.125
User Time: 0:9:22.109
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3da1e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3da1e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3da1e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3da1e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3da1e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3da1e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3da1e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3da1e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3da1e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3da1e674 7631abb9 ole32!CoCreateInstance+0x35
0a 3da1e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 3da1ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 3da1edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 3da1edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 3da1f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 3da1f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 3da1f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0340d3f0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 32
System Thread ID: 1070
Kernel Time: 0:1:42.812
User Time: 0:9:2.328
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3e78e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3e78e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3e78e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3e78e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3e78e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3e78e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3e78e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3e78e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3e78e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3e78e674 7631abb9 ole32!CoCreateInstance+0x35
0a 3e78e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 3e78ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 3e78edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 3e78edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 3e78f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 3e78f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 3e78f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03427380 3e78f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x3e78f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 33
System Thread ID: 6cc
Kernel Time: 0:1:56.281
User Time: 0:9:11.984
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0199e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0199e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0199e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0199e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0199e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0199e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0199e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0199e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0199e694 76390425 USER32!DispatchMessageA+0xb
09 0199e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0199e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0199e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0199ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0199edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0199edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0199f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0199f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0199f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033fa028 0199f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x199f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 34
System Thread ID: e04
Kernel Time: 0:1:40.578
User Time: 0:8:31.687
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 009ce414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 009ce488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 009ce490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 009ce4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 009ce51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 009ce540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 009ce56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 009ce61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 009ce644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 009ce674 7631abb9 ole32!CoCreateInstance+0x35
0a 009ce6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 009ced34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 009cedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 009cedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 009cf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 009cf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 009cf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0345e210 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 35
System Thread ID: a04
Kernel Time: 0:1:38.62
User Time: 0:7:57.906
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0298e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0298e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0298e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0298e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0298e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0298e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0298e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0298e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0298e694 76390425 USER32!DispatchMessageA+0xb
09 0298e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0298e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0298e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0298ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0298edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0298edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0298f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0298f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0298f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07de8880 0298f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x298f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 36
System Thread ID: b38
Kernel Time: 0:1:41.250
User Time: 0:8:53.875
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02ade6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02ade734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 02ade73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02ade79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 02ade7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 02ade7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 02ade818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 02ade8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 02ade8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 02ade920 7631abb9 ole32!CoCreateInstance+0x35
0a 02ade97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 02adeb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 02adebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 02aded40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 02adedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 02adedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 02adf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 02adf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 02adf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 034139b0 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 37
System Thread ID: f64
Kernel Time: 0:1:53.359
User Time: 0:8:59.328
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02b1e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02b1e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 02b1e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02b1e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 02b1e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 02b1e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 02b1e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 02b1e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 02b1e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 02b1e674 7631abb9 ole32!CoCreateInstance+0x35
0a 02b1e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 02b1ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 02b1edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 02b1edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 02b1f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 02b1f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 02b1f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03431a88 02b1f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x2b1f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 38
System Thread ID: cc0
Kernel Time: 0:1:38.0
User Time: 0:8:21.281
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02c6e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02c6e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 02c6e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02c6e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 02c6e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 02c6e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 02c6e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 02c6e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 02c6e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 02c6e920 7631abb9 ole32!CoCreateInstance+0x35
0a 02c6e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 02c6eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 02c6ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 02c6ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 02c6edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 02c6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 02c6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 02c6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 02c6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 0345f928 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 39
System Thread ID: 6b0
Kernel Time: 0:1:42.406
User Time: 0:8:26.578
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02d6e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02d6e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 02d6e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02d6e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 02d6e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 02d6e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 02d6e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 02d6e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 02d6e694 76390425 USER32!DispatchMessageA+0xb
09 02d6e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 02d6e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 02d6e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 02d6ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 02d6edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 02d6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 02d6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 02d6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 02d6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03433600 02d6f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x2d6f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 40
System Thread ID: a6c
Kernel Time: 0:1:39.640
User Time: 0:7:55.15
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02ebed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02ebee0c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 02ebee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02ebee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 02ebeea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 02ebeec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 02ebeef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 02ebefa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 02ebefc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 02ebeff8 74a2d36f ole32!CoCreateInstance+0x35
0a 02ebf010 749ff218 asp!ViperCreateInstance+0x16
0b 02ebf034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 02ebf07c 74a00681 asp!
CComponentObject::Instantiate+0x42
0d 02ebf094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 02ebf0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 02ebf110 779d7b9d asp!CServer::CreateObject+0x5c
10 02ebf130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 02ebf1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 02ebf1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available.
Following
frames may be wrong.
13 02ebf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 02ebf944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 41
System Thread ID: 6e4
Kernel Time: 0:1:41.500
User Time: 0:8:49.359
Thread Status: Thread is in a WAIT state.
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0300e488 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0300e4b0 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0300e4c0 7632046c KERNEL32!WaitForSingleObject+0xf
03 0300e4cc 76320455 MSVBVM50!
CReadWriteMutex::_WaitForEvent+0x11
04 0300e4f0 762f514b MSVBVM50!
CReadWriteMutex::RequestWrite+0x2d
05 0300e50c 7633ad37 MSVBVM50!
CVBThreadAction::CleanupProjData+0x71
06 0300e554 762e39e5 MSVBVM50!
CThreadPool::CheckForProjectUnload+0x33
07 0300e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
08 0300e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
09 0300e5fc 77e145e5 USER32!UserCallWinProc+0x18
0a 0300e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
0b 0300e694 76390425 USER32!DispatchMessageA+0xb
0c 0300e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0d 0300e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0e 0300e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0f 0300ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
10 0300edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
11 0300edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
12 0300f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
13 0300f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
14 0300f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
15 03401698 0300f39c vbscript!DllCanUnloadNow+0xd21a
16 6b650000 167c8d50 0x300f39c
17 458b6455 00000000 0x167c8d50
Thread ID: 42
System Thread ID: aac
Kernel Time: 0:1:37.93
User Time: 0:8:9.578
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 031de48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 031de500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 031de508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 031de554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 031de5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 031de5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 031de5fc 77e145e5 USER32!UserCallWinProc+0x18
07 031de688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 031de694 76390425 USER32!DispatchMessageA+0xb
09 031de6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 031de6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 031de6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 031ded34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 031dedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 031dedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 031df188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 031df1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 031df264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07ed8b58 031df39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x31df39c
14 458b6455 00000000 0x167c8d50
Thread ID: 43
System Thread ID: dd4
Kernel Time: 0:1:40.609
User Time: 0:8:51.875
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 036ee1d8 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 036ee24c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 036ee254 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 036ee2e0 76321b84 MSVBVM50!CMutexSem::Request+0x10
04 036ee318 763af536 MSVBVM50!CCreErrCreateCtl+0x2d
05 036ee34c 763af54c MSVBVM50!
ErrCreatePrinterObjects+0x56
06 036ee358 763433af MSVBVM50!
CVBApplication::hctlPrint+0xf
07 036ee3c0 762e37ef MSVBVM50!FnwpMainFilter_213+0x271
08 036ee3e0 77e3a244 MSVBVM50!FnwpMain+0x1b
09 036ee400 77e14730 USER32!UserCallWinProc+0x18
0a 036ee41c 77e2d92d USER32!DispatchClientMessage+0x4b
0b 036ee44c 77f91a7f USER32!__fnINSTRING+0x35
0c 036ee49c 77e147ef ntdll!KiUserCallbackDispatcher+0x13
0d 036ee4c4 77e156d4 USER32!_PeekMessage+0x72
0e 036ee4f0 7639040d USER32!PeekMessageA+0xe9
0f 036ee52c 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x18
10 036ee538 763061bb MSVBVM50!HostDoEvents_75+0x11
11 036ee544 1103e86d MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
12 036ee6b8 11025abd cserver210!DllCanUnloadNow+0x32f1f
13 036eed34 11013a55 cserver210!DllCanUnloadNow+0x1a16f
14 036eedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
15 036eedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
16 036ef188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
17 036ef1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
18 036ef264 6b61866f vbscript!DllCanUnloadNow+0x8e24
19 033c5870 3d544345 vbscript!DllCanUnloadNow+0xd21a
1a 4a420000 00000000 0x3d544345
Thread ID: 44
System Thread ID: ec4
Kernel Time: 0:1:54.421
User Time: 0:9:3.234
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0383e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0383e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0383e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0383e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0383e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0383e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0383e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0383e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0383e694 76390425 USER32!DispatchMessageA+0xb
09 0383e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0383e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0383e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0383ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0383edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0383edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0383f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0383f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0383f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033bd9c8 0383f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x383f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 45
System Thread ID: a18
Kernel Time: 0:1:39.937
User Time: 0:8:45.203
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 00ace48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 00ace500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 00ace508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 00ace554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 00ace5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 00ace5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 00ace5fc 77e145e5 USER32!UserCallWinProc+0x18
07 00ace688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 00ace694 76390425 USER32!DispatchMessageA+0xb
09 00ace6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 00ace6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 00ace6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 00aced34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 00acedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 00acedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 00acf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 00acf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 00acf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07f06600 00acf39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xacf39c
14 458b6455 00000000 0x167c8d50
Thread ID: 46
System Thread ID: ea0
Kernel Time: 0:1:40.78
User Time: 0:8:49.500
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 016be414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 016be488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 016be490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 016be4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 016be51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 016be540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 016be56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 016be61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 016be644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 016be674 7631abb9 ole32!CoCreateInstance+0x35
0a 016be6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 016bed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 016bedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 016bedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 016bf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 016bf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 016bf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ecec00 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 47
System Thread ID: 734
Kernel Time: 0:1:56.953
User Time: 0:9:7.640
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 019ee414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 019ee488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 019ee490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 019ee4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 019ee51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 019ee540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 019ee56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 019ee61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 019ee644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 019ee674 7631abb9 ole32!CoCreateInstance+0x35
0a 019ee6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 019eed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 019eedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 019eedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 019ef188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 019ef1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 019ef264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033be988 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 48
System Thread ID: ca0
Kernel Time: 0:1:39.609
User Time: 0:8:19.578
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 04f2e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 04f2e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 04f2e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 04f2e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 04f2e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 04f2e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 04f2e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 04f2e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 04f2e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 04f2e674 7631abb9 ole32!CoCreateInstance+0x35
0a 04f2e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 04f2ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 04f2edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 04f2edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 04f2f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 04f2f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 04f2f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033eb7f0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 49
System Thread ID: a78
Kernel Time: 0:1:38.359
User Time: 0:7:57.171
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 053de414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 053de488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 053de490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 053de4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 053de51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 053de540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 053de56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 053de61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 053de644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 053de674 7631abb9 ole32!CoCreateInstance+0x35
0a 053de6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 053ded34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 053dedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 053dedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 053df188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 053df1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 053df264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03432c60 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 50
System Thread ID: 850
Kernel Time: 0:1:41.203
User Time: 0:8:54.15
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0552e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0552e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0552e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0552e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0552e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0552e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0552e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0552e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0552e694 76390425 USER32!DispatchMessageA+0xb
09 0552e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0552e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0552e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0552ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0552edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0552edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0552f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0552f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0552f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 034290e0 0552f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x552f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 51
System Thread ID: acc
Kernel Time: 0:1:55.546
User Time: 0:9:2.921
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0567e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0567e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0567e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0567e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0567e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0567e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0567e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0567e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0567e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0567e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0567e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0567ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0567edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0567edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0567f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0567f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0567f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07deb1b8 0567f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x567f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 52
System Thread ID: 1080
Kernel Time: 0:1:40.875
User Time: 0:8:32.265
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05ade414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05ade488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05ade490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05ade4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05ade51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05ade540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05ade56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05ade61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05ade644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05ade674 7631abb9 ole32!CoCreateInstance+0x35
0a 05ade6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 05aded34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 05adedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 05adedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 05adf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 05adf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 05adf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 034242c0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 53
System Thread ID: e50
Kernel Time: 0:1:37.203
User Time: 0:8:6.718
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05c2e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05c2e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05c2e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05c2e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 05c2e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 05c2e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 05c2e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 05c2e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 05c2e694 76390425 USER32!DispatchMessageA+0xb
09 05c2e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 05c2e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 05c2e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 05c2ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 05c2edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 05c2edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 05c2f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 05c2f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 05c2f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03409150 05c2f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x5c2f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 54
System Thread ID: 840
Kernel Time: 0:1:43.593
User Time: 0:8:50.968
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05d7e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05d7e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05d7e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05d7e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05d7e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05d7e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05d7e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05d7e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05d7e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05d7e674 7631abb9 ole32!CoCreateInstance+0x35
0a 05d7e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 05d7ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 05d7edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 05d7edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 05d7f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 05d7f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 05d7f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033c3bc0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 55
System Thread ID: 6fc
Kernel Time: 0:1:58.125
User Time: 0:8:59.93
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05ece414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05ece488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05ece490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05ece4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05ece51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05ece540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05ece56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05ece61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05ece644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05ece674 7631abb9 ole32!CoCreateInstance+0x35
0a 05ece6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 05eced34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 05ecedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 05ecedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 05ecf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 05ecf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 05ecf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0340cbe8 05ecf39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x5ecf39c
13 458b6455 00000000 0x167c8d50
Thread ID: 56
System Thread ID: b90
Kernel Time: 0:1:38.953
User Time: 0:8:22.343
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0722e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0722e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0722e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0722e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0722e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0722e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0722e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0722e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0722e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0722e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0722e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0722ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0722edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0722edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0722f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0722f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0722f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033fde10 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 57
System Thread ID: bd4
Kernel Time: 0:1:38.796
User Time: 0:7:56.296
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 01a3ed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 01a3ee0c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 01a3ee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 01a3ee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 01a3eea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 01a3eec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 01a3eef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 01a3efa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 01a3efc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 01a3eff8 74a2d36f ole32!CoCreateInstance+0x35
0a 01a3f010 749ff218 asp!ViperCreateInstance+0x16
0b 01a3f034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 01a3f07c 74a00681 asp!
CComponentObject::Instantiate+0x42
0d 01a3f094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 01a3f0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 01a3f110 779d7b9d asp!CServer::CreateObject+0x5c
10 01a3f130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 01a3f1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 01a3f1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available.
Following
frames may be wrong.
13 01a3f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 01a3f944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 58
System Thread ID: c2c
Kernel Time: 0:1:41.234
User Time: 0:8:50.593
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 024ce414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 024ce488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 024ce490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 024ce4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 024ce51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 024ce540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 024ce56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 024ce61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 024ce644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 024ce674 7631abb9 ole32!CoCreateInstance+0x35
0a 024ce6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 024ced34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 024cedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 024cedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 024cf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 024cf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 024cf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03426658 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 59
System Thread ID: b18
Kernel Time: 0:1:55.250
User Time: 0:8:59.453
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0251e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0251e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0251e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0251e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0251e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0251e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0251e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0251e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0251e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0251e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0251e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0251ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0251edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0251edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0251f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0251f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0251f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033c1650 2e31676e vbscript!DllCanUnloadNow+0xd21a
12 69740000 00000000 0x2e31676e
Thread ID: 60
System Thread ID: 82c
Kernel Time: 0:1:40.890
User Time: 0:8:32.734
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 087ee414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 087ee488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 087ee490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 087ee4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 087ee51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 087ee540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 087ee56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 087ee61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 087ee644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 087ee674 7631abb9 ole32!CoCreateInstance+0x35
0a 087ee6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 087eed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 087eedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 087eedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 087ef188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 087ef1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 087ef264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033c0da0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 61
System Thread ID: a40
Kernel Time: 0:1:42.187
User Time: 0:8:9.390
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0882ed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0882ee0c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0882ee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0882ee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0882eea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0882eec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0882eef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0882efa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0882efc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0882eff8 74a2d36f ole32!CoCreateInstance+0x35
0a 0882f010 749ff218 asp!ViperCreateInstance+0x16
0b 0882f034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 0882f07c 74a00681 asp!
CComponentObject::Instantiate+0x42
0d 0882f094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 0882f0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 0882f110 779d7b9d asp!CServer::CreateObject+0x5c
10 0882f130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 0882f1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 0882f1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available.
Following
frames may be wrong.
13 0882f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 0882f944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 62
System Thread ID: ab4
Kernel Time: 0:1:40.984
User Time: 0:8:53.265
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0267e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0267e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0267e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0267e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0267e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0267e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0267e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0267e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0267e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0267e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0267e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0267ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0267edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0267edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0267f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0267f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0267f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ed8238 0267f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x267f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 63
System Thread ID: f10
Kernel Time: 0:1:56.78
User Time: 0:9:15.296
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0970e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0970e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0970e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0970e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0970e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0970e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0970e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0970e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0970e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0970e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0970e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0970ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0970edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0970edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0970f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0970f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0970f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033f9078 0970f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x970f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 64
System Thread ID: aa0
Kernel Time: 0:1:39.609
User Time: 0:8:25.265
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0986e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0986e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0986e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0986e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0986e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0986e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0986e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0986e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0986e694 76390425 USER32!DispatchMessageA+0xb
09 0986e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0986e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0986e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0986ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0986edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0986edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0986f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0986f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0986f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07ed5358 0986f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x986f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 65
System Thread ID: d3c
Kernel Time: 0:1:36.703
User Time: 0:7:51.625
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 09c0e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 09c0e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 09c0e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 09c0e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 09c0e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 09c0e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 09c0e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 09c0e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 09c0e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 09c0e674 7631abb9 ole32!CoCreateInstance+0x35
0a 09c0e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 09c0ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 09c0edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 09c0edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 09c0f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 09c0f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 09c0f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 034727c0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 66
System Thread ID: b94
Kernel Time: 0:1:41.281
User Time: 0:8:54.890
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 09e6e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 09e6e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 09e6e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 09e6e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 09e6e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 09e6e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 09e6e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 09e6e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 09e6e694 76390425 USER32!DispatchMessageA+0xb
09 09e6e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 09e6e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 09e6e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 09e6ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 09e6edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 09e6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 09e6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 09e6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 09e6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03470e08 09e6f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x9e6f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 67
System Thread ID: f84
Kernel Time: 0:1:55.218
User Time: 0:8:58.78
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 09eae6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 09eae734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 09eae73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 09eae79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 09eae7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 09eae7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 09eae818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 09eae8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 09eae8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 09eae920 7631abb9 ole32!CoCreateInstance+0x35
0a 09eae97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 09eaeb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 09eaebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 09eaed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 09eaedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 09eaedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 09eaf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 09eaf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 09eaf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07ee56e8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 68
System Thread ID: 6ec
Kernel Time: 0:1:36.609
User Time: 0:7:48.0
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0339e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0339e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0339e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0339e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0339e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0339e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0339e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0339e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0339e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0339e920 7631abb9 ole32!CoCreateInstance+0x35
0a 0339e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0339eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0339ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0339ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0339edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0339edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0339f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0339f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0339f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07ec5a60 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 69
System Thread ID: c30
Kernel Time: 0:1:39.62
User Time: 0:8:44.0
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 03a6e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 03a6e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 03a6e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 03a6e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 03a6e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 03a6e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 03a6e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 03a6e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 03a6e694 76390425 USER32!DispatchMessageA+0xb
09 03a6e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 03a6e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 03a6e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 03a6ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 03a6edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 03a6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 03a6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 03a6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 03a6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033d1c88 03a6f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3a6f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 70
System Thread ID: a60
Kernel Time: 0:1:56.687
User Time: 0:9:2.734
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0a95e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0a95e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0a95e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0a95e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0a95e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0a95e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0a95e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0a95e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0a95e694 76390425 USER32!DispatchMessageA+0xb
09 0a95e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0a95e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0a95e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0a95ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0a95edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0a95edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0a95f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0a95f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0a95f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07edd650 0a95f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xa95f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 71
System Thread ID: ea4
Kernel Time: 0:1:40.625
User Time: 0:8:30.171
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0a9ae414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0a9ae488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0a9ae490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0a9ae4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0a9ae51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0a9ae540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0a9ae56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0a9ae61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0a9ae644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0a9ae674 7631abb9 ole32!CoCreateInstance+0x35
0a 0a9ae6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0a9aed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0a9aedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0a9aedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0a9af188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0a9af1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0a9af264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03407a88 0a9af39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0xa9af39c
13 458b6455 00000000 0x167c8d50
Thread ID: 72
System Thread ID: e3c
Kernel Time: 0:1:38.296
User Time: 0:8:3.312
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0a9fe414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0a9fe488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0a9fe490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0a9fe4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0a9fe51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0a9fe540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0a9fe56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0a9fe61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0a9fe644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0a9fe674 7631abb9 ole32!CoCreateInstance+0x35
0a 0a9fe6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0a9fed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0a9fedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0a9fedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0a9ff188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0a9ff1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0a9ff264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03412810 0a9ff39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0xa9ff39c
13 458b6455 00000000 0x167c8d50
Thread ID: 73
System Thread ID: a4c
Kernel Time: 0:1:38.234
User Time: 0:8:42.750
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0aa3e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0aa3e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0aa3e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0aa3e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0aa3e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0aa3e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0aa3e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0aa3e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0aa3e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0aa3e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0aa3e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0aa3ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0aa3edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0aa3edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0aa3f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0aa3f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0aa3f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033f12d8 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 74
System Thread ID: 4ac
Kernel Time: 0:1:53.328
User Time: 0:9:2.812
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 03abe414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 03abe488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 03abe490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 03abe4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 03abe51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 03abe540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 03abe56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 03abe61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 03abe644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 03abe674 7631abb9 ole32!CoCreateInstance+0x35
0a 03abe6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 03abed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 03abedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 03abedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 03abf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 03abf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 03abf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03477000 03abf39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x3abf39c
13 458b6455 00000000 0x167c8d50
Thread ID: 75
System Thread ID: ae8
Kernel Time: 0:1:38.640
User Time: 0:8:14.796
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0cbee6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0cbee734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0cbee73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0cbee79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0cbee7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0cbee7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0cbee818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0cbee8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0cbee8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0cbee920 7631abb9 ole32!CoCreateInstance+0x35
0a 0cbee97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0cbeeb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0cbeebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0cbeed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0cbeedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0cbeedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0cbef188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0cbef1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0cbef264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 0341c370 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 76
System Thread ID: e94
Kernel Time: 0:1:39.62
User Time: 0:7:53.453
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 04b9e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 04b9e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 04b9e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 04b9e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 04b9e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 04b9e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 04b9e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 04b9e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 04b9e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 04b9e920 7631abb9 ole32!CoCreateInstance+0x35
0a 04b9e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 04b9eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 04b9ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 04b9ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 04b9edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 04b9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 04b9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 04b9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 04b9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 033f1aa0 3d540000 vbscript!DllCanUnloadNow+0xd21a
14 00720000 00000000 0x3d540000
Thread ID: 77
System Thread ID: c38
Kernel Time: 0:1:40.265
User Time: 0:8:53.125
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 04bde414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 04bde488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 04bde490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 04bde4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 04bde51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 04bde540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 04bde56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 04bde61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 04bde644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 04bde674 7631abb9 ole32!CoCreateInstance+0x35
0a 04bde6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 04bded34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 04bdedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 04bdedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 04bdf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 04bdf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 04bdf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07f27938 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 78
System Thread ID: efc
Kernel Time: 0:1:55.437
User Time: 0:9:4.859
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 04f7e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 04f7e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 04f7e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 04f7e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 04f7e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 04f7e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 04f7e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 04f7e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 04f7e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 04f7e674 7631abb9 ole32!CoCreateInstance+0x35
0a 04f7e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 04f7ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 04f7edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 04f7edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 04f7f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 04f7f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 04f7f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03436900 04f7f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x4f7f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 79
System Thread ID: e5c
Kernel Time: 0:1:40.968
User Time: 0:8:32.15
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05f1e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05f1e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05f1e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05f1e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05f1e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05f1e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05f1e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05f1e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05f1e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05f1e674 7631abb9 ole32!CoCreateInstance+0x35
0a 05f1e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 05f1ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 05f1edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 05f1edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 05f1f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 05f1f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 05f1f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0345cc18 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 80
System Thread ID: 1010
Kernel Time: 0:1:38.515
User Time: 0:7:56.468
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05f5e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05f5e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05f5e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05f5e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05f5e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05f5e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05f5e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05f5e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05f5e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05f5e920 7631abb9 ole32!CoCreateInstance+0x35
0a 05f5e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 05f5eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 05f5ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 05f5ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 05f5edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 05f5edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 05f5f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 05f5f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 05f5f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 033e9da0 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 81
System Thread ID: e40
Kernel Time: 0:1:40.468
User Time: 0:8:45.890
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05f9e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05f9e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05f9e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05f9e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05f9e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05f9e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05f9e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05f9e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05f9e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05f9e920 7631abb9 ole32!CoCreateInstance+0x35
0a 05f9e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 05f9eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 05f9ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 05f9ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 05f9edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 05f9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 05f9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 05f9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 05f9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07ded4e0 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 82
System Thread ID: b8c
Kernel Time: 0:1:53.484
User Time: 0:8:57.375
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0727e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0727e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0727e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0727e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0727e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0727e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0727e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0727e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0727e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0727e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0727e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0727ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0727edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0727edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0727f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0727f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0727f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07de4ec8 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 83
System Thread ID: eac
Kernel Time: 0:1:41.406
User Time: 0:8:30.609
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 07dde48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 07dde500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 07dde508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 07dde554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 07dde5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 07dde5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 07dde5fc 77e145e5 USER32!UserCallWinProc+0x18
07 07dde688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 07dde694 76390425 USER32!DispatchMessageA+0xb
09 07dde6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 07dde6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 07dde6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 07dded34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 07ddedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 07ddedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 07ddf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 07ddf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 07ddf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07de1480 07ddf39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x7ddf39c
14 458b6455 00000000 0x167c8d50
Thread ID: 84
System Thread ID: 1030
Kernel Time: 0:1:36.921
User Time: 0:8:4.62
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0835e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0835e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0835e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0835e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0835e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0835e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0835e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0835e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0835e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0835e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0835e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0835ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0835edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0835edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0835f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0835f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0835f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07e2a480 0835f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x835f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 85
System Thread ID: c94
Kernel Time: 0:1:40.890
User Time: 0:8:46.109
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 084ae414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 084ae488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 084ae490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 084ae4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 084ae51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 084ae540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 084ae56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 084ae61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 084ae644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 084ae674 7631abb9 ole32!CoCreateInstance+0x35
0a 084ae6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 084aed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 084aedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 084aedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 084af188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 084af1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 084af264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07e42600 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 86
System Thread ID: cb8
Kernel Time: 0:1:55.781
User Time: 0:8:58.734
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0887ed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0887ee0c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0887ee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0887ee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0887eea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0887eec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0887eef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0887efa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0887efc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0887eff8 74a2d36f ole32!CoCreateInstance+0x35
0a 0887f010 749ff218 asp!ViperCreateInstance+0x16
0b 0887f034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 0887f07c 74a00681 asp!
CComponentObject::Instantiate+0x42
0d 0887f094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 0887f0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 0887f110 779d7b9d asp!CServer::CreateObject+0x5c
10 0887f130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 0887f1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 0887f1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available.
Following
frames may be wrong.
13 0887f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 0887f944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 87
System Thread ID: d2c
Kernel Time: 0:1:41.93
User Time: 0:8:26.953
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 088be6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 088be734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 088be73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 088be79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 088be7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 088be7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 088be818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 088be8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 088be8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 088be920 7631abb9 ole32!CoCreateInstance+0x35
0a 088be97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 088beb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 088bebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 088bed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 088bedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 088bedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 088bf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 088bf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 088bf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 0349aeb8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 88
System Thread ID: b28
Kernel Time: 0:1:38.203
User Time: 0:7:50.15
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0cf4e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0cf4e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0cf4e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0cf4e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0cf4e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0cf4e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0cf4e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0cf4e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0cf4e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0cf4e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0cf4e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0cf4ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0cf4edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0cf4edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0cf4f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0cf4f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0cf4f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03459f88 0cf4f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0xcf4f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 89
System Thread ID: bbc
Kernel Time: 0:1:43.234
User Time: 0:8:40.859
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0cf8e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0cf8e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0cf8e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0cf8e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0cf8e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0cf8e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0cf8e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0cf8e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0cf8e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0cf8e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0cf8e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0cf8ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0cf8edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0cf8edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0cf8f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0cf8f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0cf8f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ed0c80 0cf8f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0xcf8f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 90
System Thread ID: b14
Kernel Time: 0:1:53.671
User Time: 0:9:4.890
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 088fe48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 088fe500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 088fe508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 088fe554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 088fe5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 088fe5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 088fe5fc 77e145e5 USER32!UserCallWinProc+0x18
07 088fe688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 088fe694 76390425 USER32!DispatchMessageA+0xb
09 088fe6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 088fe6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 088fe6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 088fed34 11013a55 cserver210!DllCanUnloadNow+0x1627b
0d 088fedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0e 088fedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 088ff188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 088ff1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 088ff264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033fa9f0 3d540000 vbscript!DllCanUnloadNow+0xd21a
13 00720000 00000000 0x3d540000
Thread ID: 91
System Thread ID: 828
Kernel Time: 0:1:40.125
User Time: 0:8:31.46
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 08a6e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 08a6e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 08a6e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 08a6e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 08a6e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 08a6e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 08a6e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 08a6e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 08a6e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 08a6e674 7631abb9 ole32!CoCreateInstance+0x35
0a 08a6e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 08a6ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 08a6edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 08a6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 08a6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 08a6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 08a6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03411df0 08a6f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x8a6f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 92
System Thread ID: 848
Kernel Time: 0:1:38.468
User Time: 0:7:59.687
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 090ae414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 090ae488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 090ae490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 090ae4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 090ae51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 090ae540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 090ae56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 090ae61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 090ae644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 090ae674 7631abb9 ole32!CoCreateInstance+0x35
0a 090ae6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 090aed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 090aedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 090aedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 090af188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 090af1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 090af264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0349a290 090af39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x90af39c
13 458b6455 00000000 0x167c8d50
Thread ID: 93
System Thread ID: fd0
Kernel Time: 0:1:40.468
User Time: 0:8:32.203
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0a00e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0a00e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0a00e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0a00e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0a00e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0a00e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0a00e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0a00e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0a00e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0a00e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0a00e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0a00ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0a00edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0a00edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0a00f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0a00f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0a00f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03470600 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 94
System Thread ID: d44
Kernel Time: 0:1:52.578
User Time: 0:9:5.687
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0aa8e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0aa8e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0aa8e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0aa8e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0aa8e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0aa8e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0aa8e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0aa8e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0aa8e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0aa8e920 7631abb9 ole32!CoCreateInstance+0x35
0a 0aa8e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0aa8eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0aa8ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0aa8ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0aa8edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0aa8edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0aa8f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0aa8f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0aa8f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 033e65d8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 95
System Thread ID: c0c
Kernel Time: 0:1:41.31
User Time: 0:8:29.734
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0c64e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0c64e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0c64e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0c64e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0c64e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0c64e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0c64e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0c64e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0c64e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0c64e920 7631abb9 ole32!CoCreateInstance+0x35
0a 0c64e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0c64eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0c64ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0c64ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0c64edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0c64edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0c64f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0c64f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0c64f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07e29af0 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 96
System Thread ID: 1084
Kernel Time: 0:1:40.531
User Time: 0:7:56.484
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0c68e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0c68e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0c68e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0c68e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0c68e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0c68e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0c68e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0c68e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0c68e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0c68e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0c68e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0c68ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0c68edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0c68edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0c68f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0c68f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0c68f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03424c60 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 97
System Thread ID: 6f4
Kernel Time: 0:1:39.109
User Time: 0:8:49.125
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0d0de48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0d0de500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0d0de508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0d0de554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0d0de5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0d0de5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0d0de5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0d0de688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0d0de694 76390425 USER32!DispatchMessageA+0xb
09 0d0de6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0d0de6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0d0de6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0d0ded34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0d0dedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0d0dedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0d0df188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0d0df1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0d0df264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033f24f0 0d0df39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xd0df39c
14 458b6455 00000000 0x167c8d50
Thread ID: 98
System Thread ID: 804
Kernel Time: 0:1:53.640
User Time: 0:8:57.515
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0d11e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0d11e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0d11e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0d11e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0d11e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0d11e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0d11e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0d11e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0d11e694 76390425 USER32!DispatchMessageA+0xb
09 0d11e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0d11e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0d11e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0d11ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0d11edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0d11edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0d11f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0d11f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0d11f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033dca18 0d11f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xd11f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 99
System Thread ID: 1078
Kernel Time: 0:1:40.937
User Time: 0:8:25.375
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1094e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1094e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1094e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1094e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1094e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1094e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1094e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1094e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1094e694 76390425 USER32!DispatchMessageA+0xb
09 1094e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1094e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1094e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 1094ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1094edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1094edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1094f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1094f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1094f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07e40590 1094f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1094f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 100
System Thread ID: 6ac
Kernel Time: 0:1:38.15
User Time: 0:7:55.187
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10a9e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10a9e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10a9e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10a9e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10a9e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10a9e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10a9e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10a9e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10a9e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10a9e674 7631abb9 ole32!CoCreateInstance+0x35
0a 10a9e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 10a9ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 10a9edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 10a9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 10a9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 10a9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 10a9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033fce58 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 101
System Thread ID: ca4
Kernel Time: 0:1:39.218
User Time: 0:8:47.562
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10aded98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10adee0c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10adee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10adee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10adeea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10adeec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10adeef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10adefa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10adefc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10adeff8 74a2d36f ole32!CoCreateInstance+0x35
0a 10adf010 749ff218 asp!ViperCreateInstance+0x16
0b 10adf034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 10adf07c 74a00681 asp!
CComponentObject::Instantiate+0x42
0d 10adf094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 10adf0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 10adf110 779d7b9d asp!CServer::CreateObject+0x5c
10 10adf130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 10adf1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 10adf1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available.
Following
frames may be wrong.
13 10adf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 10adf944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 102
System Thread ID: e7c
Kernel Time: 0:1:54.156
User Time: 0:8:59.812
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10b1e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10b1e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10b1e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10b1e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10b1e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10b1e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10b1e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10b1e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10b1e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10b1e674 7631abb9 ole32!CoCreateInstance+0x35
0a 10b1e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 10b1ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 10b1edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 10b1edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 10b1f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 10b1f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 10b1f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033ff600 10b1f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x10b1f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 103
System Thread ID: de0
Kernel Time: 0:1:38.281
User Time: 0:8:5.250
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10b9e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10b9e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10b9e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10b9e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10b9e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10b9e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10b9e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10b9e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10b9e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10b9e920 7631abb9 ole32!CoCreateInstance+0x35
0a 10b9e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 10b9eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 10b9ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 10b9ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 10b9edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 10b9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 10b9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 10b9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 10b9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 0341cd38 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 104
System Thread ID: c68
Kernel Time: 0:1:37.31
User Time: 0:8:53.62
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10bde48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10bde500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10bde508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10bde554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 10bde5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 10bde5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 10bde5fc 77e145e5 USER32!UserCallWinProc+0x18
07 10bde688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 10bde694 76390425 USER32!DispatchMessageA+0xb
09 10bde6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 10bde6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 10bde6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 10bded34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 10bdedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 10bdedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 10bdf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 10bdf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 10bdf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07ec6d78 10bdf39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x10bdf39c
14 458b6455 00000000 0x167c8d50
Thread ID: 105
System Thread ID: ab8
Kernel Time: 0:1:52.78
User Time: 0:9:1.328
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10e3e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10e3e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10e3e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10e3e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10e3e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10e3e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10e3e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10e3e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10e3e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10e3e674 7631abb9 ole32!CoCreateInstance+0x35
0a 10e3e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 10e3ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 10e3edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 10e3edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 10e3f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 10e3f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 10e3f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07edce28 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 106
System Thread ID: f7c
Kernel Time: 0:1:39.156
User Time: 0:8:28.671
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10e7e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10e7e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10e7e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10e7e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 10e7e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 10e7e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 10e7e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 10e7e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 10e7e694 76390425 USER32!DispatchMessageA+0xb
09 10e7e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 10e7e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 10e7e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 10e7ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 10e7edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 10e7edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 10e7f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 10e7f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 10e7f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03425910 10e7f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x10e7f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 107
System Thread ID: 1024
Kernel Time: 0:1:39.500
User Time: 0:8:8.203
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10ebe414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10ebe488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10ebe490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10ebe4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10ebe51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10ebe540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10ebe56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10ebe61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10ebe644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10ebe674 7631abb9 ole32!CoCreateInstance+0x35
0a 10ebe6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 10ebed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 10ebedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 10ebedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 10ebf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 10ebf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 10ebf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0340fa58 10ebf39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x10ebf39c
13 458b6455 00000000 0x167c8d50
Thread ID: 108
System Thread ID: c20
Kernel Time: 0:1:39.937
User Time: 0:8:49.984
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1148e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1148e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1148e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1148e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 1148e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 1148e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 1148e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 1148e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 1148e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 1148e674 7631abb9 ole32!CoCreateInstance+0x35
0a 1148e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 1148ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 1148edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 1148edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 1148f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 1148f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 1148f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0342d6e0 1148f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x1148f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 109
System Thread ID: a10
Kernel Time: 0:1:53.328
User Time: 0:8:54.640
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 115ce414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 115ce488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 115ce490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 115ce4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 115ce51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 115ce540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 115ce56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 115ce61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 115ce644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 115ce674 7631abb9 ole32!CoCreateInstance+0x35
0a 115ce6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 115ced34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 115cedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 115cedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 115cf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 115cf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 115cf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ee2110 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 110
System Thread ID: b10
Kernel Time: 0:1:41.656
User Time: 0:8:30.171
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1237e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1237e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1237e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1237e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1237e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1237e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1237e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1237e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1237e694 76390425 USER32!DispatchMessageA+0xb
09 1237e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1237e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1237e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 1237ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1237edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1237edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1237f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1237f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1237f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 16560640 1237f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1237f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 111
System Thread ID: 620
Kernel Time: 0:1:37.562
User Time: 0:7:56.265
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1637ed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1637ee0c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1637ee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1637ee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 1637eea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 1637eec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 1637eef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 1637efa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 1637efc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 1637eff8 74a2d36f ole32!CoCreateInstance+0x35
0a 1637f010 749ff218 asp!ViperCreateInstance+0x16
0b 1637f034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 1637f07c 74a00681 asp!
CComponentObject::Instantiate+0x42
0d 1637f094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 1637f0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 1637f110 779d7b9d asp!CServer::CreateObject+0x5c
10 1637f130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 1637f1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 1637f1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available.
Following
frames may be wrong.
13 1637f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 1637f944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 112
System Thread ID: fa4
Kernel Time: 0:1:40.531
User Time: 0:8:44.750
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0da9e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0da9e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0da9e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0da9e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0da9e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0da9e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0da9e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0da9e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0da9e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0da9e920 7631abb9 ole32!CoCreateInstance+0x35
0a 0da9e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0da9eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0da9ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0da9ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0da9edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0da9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0da9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0da9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0da9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07ea5af8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 113
System Thread ID: 104c
Kernel Time: 0:1:38.406
User Time: 0:7:52.640
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 16b2e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 16b2e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 16b2e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 16b2e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 16b2e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 16b2e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 16b2e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 16b2e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 16b2e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 16b2e674 7631abb9 ole32!CoCreateInstance+0x35
0a 16b2e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 16b2ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 16b2edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 16b2edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 16b2f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 16b2f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 16b2f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07e28600 16b2f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x16b2f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 114
System Thread ID: bb8
Kernel Time: 0:1:39.78
User Time: 0:8:23.843
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1929e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1929e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1929e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1929e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1929e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1929e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1929e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1929e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1929e694 76390425 USER32!DispatchMessageA+0xb
09 1929e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1929e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1929e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 1929ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1929edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1929edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1929f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1929f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1929f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07edf1f8 1929f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1929f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 115
System Thread ID: bac
Kernel Time: 0:1:38.921
User Time: 0:8:4.750
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 192de6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 192de734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 192de73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 192de79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 192de7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 192de7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 192de818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 192de8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 192de8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 192de920 7631abb9 ole32!CoCreateInstance+0x35
0a 192de97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 192deb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 192debfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 192ded40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 192dedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 192dedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 192df188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 192df1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 192df264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07de9878 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 116
System Thread ID: 81c
Kernel Time: 0:1:37.343
User Time: 0:8:51.656
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1931e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1931e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1931e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1931e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1931e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1931e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1931e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1931e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1931e694 76390425 USER32!DispatchMessageA+0xb
09 1931e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1931e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1931e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 1931ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1931edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1931edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1931f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1931f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1931f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03437470 1931f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1931f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 117
System Thread ID: d24
Kernel Time: 0:1:53.843
User Time: 0:8:59.359
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1935e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1935e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1935e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1935e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 1935e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 1935e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 1935e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 1935e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 1935e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 1935e674 7631abb9 ole32!CoCreateInstance+0x35
0a 1935e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 1935ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 1935edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 1935edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 1935f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 1935f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 1935f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0341afc8 1935f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x1935f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 118
System Thread ID: 9d4
Kernel Time: 0:1:39.437
User Time: 0:8:21.968
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 196ce414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 196ce488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 196ce490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 196ce4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 196ce51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 196ce540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 196ce56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 196ce61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 196ce644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 196ce674 7631abb9 ole32!CoCreateInstance+0x35
0a 196ce6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 196ced34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 196cedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 196cedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 196cf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 196cf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 196cf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ed6370 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 119
System Thread ID: d00
Kernel Time: 0:1:38.515
User Time: 0:7:46.125
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1981e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1981e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1981e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1981e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1981e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1981e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1981e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1981e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1981e694 76390425 USER32!DispatchMessageA+0xb
09 1981e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1981e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1981e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 1981ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1981edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1981edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1981f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1981f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1981f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03475150 1981f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1981f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 120
System Thread ID: f30
Kernel Time: 0:1:40.781
User Time: 0:8:46.500
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1985e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1985e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1985e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1985e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1985e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1985e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1985e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1985e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1985e694 76390425 USER32!DispatchMessageA+0xb
09 1985e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1985e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1985e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 1985ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1985edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1985edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1985f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1985f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1985f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07ed5b58 1985f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1985f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 121
System Thread ID: d64
Kernel Time: 0:1:54.968
User Time: 0:8:55.156
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1989e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1989e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1989e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1989e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 1989e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 1989e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 1989e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 1989e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 1989e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 1989e674 7631abb9 ole32!CoCreateInstance+0x35
0a 1989e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 1989ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 1989edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 1989edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 1989f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 1989f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 1989f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03414420 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Closing open log file C:\iisstate\output\IISState-
3636.log
-----Original Message-----
Please post to the group.
Pat
Post by chrystal
Hi Pat,
I did as you suggested and ran the IISState.exe while
the
Post by chrystal
server was hanging. Should I email the log file
directly
Post by chrystal
to you or should I copy and paste the log directly to
the
Post by chrystal
newsgroup?
Thanks,
Chrystal
-----Original Message-----
Next time it hangs, run iisstate
(www.iisfaq.com/iisstate). It will tell
you exactly why it is hanging and we can suggest a
plan
Post by chrystal
from there. When
the hang occurs, run it against inetinfo and any
dllhost's that are active.
iisstate -p <pid for inetinfo or dllhost> <enter>
Pat
Post by chrystal
We are experiencing some problems where IIS Hangs
intermittenly. We are running Windows 2000 sp3,
have a
Post by chrystal
Post by chrystal
content management tool running with asp,
Coldfusion
Post by chrystal
Post by chrystal
Server, Pathlore and Microsoft Eduction Learning
Library
Post by chrystal
Post by chrystal
installed on this server. We have had a tough
time
Post by chrystal
Post by chrystal
recreating the problem but I have been able to
use a
Post by chrystal
Post by chrystal
Stress Tool and it seems that maybe the Microsoft
Education Learning Library install might have
something
Post by chrystal
to
Post by chrystal
do with it. Has anyone (please for the love of
god)
had
Post by chrystal
Post by chrystal
the same problems?
Thanks,
Chrystal
.
.
.
Pat [MSFT]
2003-08-08 07:32:54 UTC
Permalink
You did perfect. The problem was that IISState only checked to see if VB6
was causing the problem, but you are using a VB5 component. So, it was a
hole in its heuristics. I've fixed that in the next version, which should
come out sometime in September.

The diagnosis is right, but the 'summary' isn't showing up.

Pat
Post by chrystal
Pat,
When I ran IISState I did not receive a summary at the
end. Am I doing something wrong? In the cmd prompt I ran
iisstate.exe -p 3636 (dllhost.exe pid) -d.
Thanks,
Chrystal
-----Original Message-----
This is a very, very common issue. Basically, VB is
trying to re-load and
unload the COM objects on separate threads, which leads
to a deadlock. In
VB6, you need to re-compile any VB COM objects that you
have with both
Retain in Memory and Unattended Execution set in the
project properties.
Unfortunately, that option isn't available for VB5. For
that, you need to
follow the steps in KB 186273
(http://support.microsoft.com/default.aspx?scid=kb;en-
us;186273).
Basically, you have to create an empty class and create a
reference to it,
to prevent the reference count from hitting '0'. Or, you
could open and
re-compile the project with VB6 (setting Retain in Memory
and Unattended
Execution).
You can get the object names from the pages that are
running (e.g.
D:\INETPUB\WWWROOT\DEFAULT.ASP). Just look for any
CreateObject/Server.CreateObject to a VB component.
Also, be aware that
even one incorrectly compiled dll can cause the failure.
As a side note, IISState looks for this problem w/VB6
dll's, and spits out a
nice summary of the problem and what to do. I'll need to
add VB5 to the
matrix.
Pat
Here is the log file from the DLLHost.exe. This is
where
the activity seems to be.
Thanks,
Chrystal
Opened log file 'C:\iisstate\output\IISState-3636.log'
***********************
Starting new log output
IISState version 3.1
Mon Aug 04 11:03:52 2003
OS = Windows 2000
Executable: dllhost.exe
PID = 3636
Note: Thread times are formatted as HH:MM:SS.ms
***********************
Thread ID: 0
System Thread ID: 590
Kernel Time: 0:0:0.15
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 0006fd28 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0006fd50 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0006fd60 77aaa473 KERNEL32!WaitForSingleObject+0xf
03 0006fd80 77aa9c81 ole32!
CSurrogateProcessActivator::WaitForSurrogateTimeout+0x4f
04 0006fd9c 01001230 ole32!CoRegisterSurrogateEx+0x169
05 0006ff24 010014c6 dllhost!WinMain+0xb0
06 0006ffc0 77ea847c dllhost!WinMainCRTStartup+0x156
07 0006fff0 00000000 KERNEL32!BaseProcessStart+0x3d
Thread ID: 1
System Thread ID: e54
Kernel Time: 0:2:48.437
User Time: 2:58:30.921
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: Other
# ChildEBP RetAddr
00 008ffd28 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 008ffd9c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 008ffda4 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 008ffe38 762e37ef MSVBVM50!CMutexSem::Request+0x10
04 008ffe58 77e3a244 MSVBVM50!FnwpMain+0x1b
05 008ffe78 77e14730 USER32!UserCallWinProc+0x18
06 008ffe94 77e2d92d USER32!DispatchClientMessage+0x4b
07 008ffec4 77f91a7f USER32!__fnINSTRING+0x35
08 008fff14 77e27240 ntdll!KiUserCallbackDispatcher+0x13
09 008fff30 77abaf9f USER32!GetMessageW+0x2e
0a 008fff70 77abaeed ole32!CDllHost::STAWorkerLoop+0x40
0b 008fff8c 77abae28 ole32!CDllHost::WorkerThread+0xc2
0c 008fff90 77ab4710 ole32!DLLHostThreadEntry+0x9
0d 008fffa8 77ab4668 ole32!CRpcThread::WorkerLoop+0x22
0e 008fffb4 77e8b2d8 ole32!
CRpcThreadCache::RpcWorkerThreadEntry+0x1a
0f 008fffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 2
System Thread ID: ddc
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 00a4fc6c 77e95244 ntdll!NtRemoveIoCompletion+0xb
01 00a4fc98 6de8b953 KERNEL32!
GetQueuedCompletionStatus+0x27
02 00a4fd94 6de8b8a8 TxfAux!WORK_QUEUE::WorkerLoop+0x83
03 00a4ffb4 77e8b2d8 TxfAux!WORK_QUEUE::ThreadLoop+0x58
04 00a4ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 3
System Thread ID: d20
Kernel Time: 0:0:0.562
User Time: 0:0:0.187
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 00ccff08 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 00ccff58 77ea9c13 KERNEL32!
WaitForMultipleObjectsEx+0xea
02 00ccff70 787f21d4 KERNEL32!
WaitForMultipleObjects+0x17
03 00ccffb4 77e8b2d8 COMSVCS!
CEventDispatcher::PushEvents+0x44
04 00ccffc0 00000008 KERNEL32!BaseThreadStart+0x52
Thread ID: 4
System Thread ID: bdc
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
Remote call is either to a MTA object or object not
initialized. Also, possible utility thread.
DCOM call being made to Process ID: 2548
Waiting on thread id: ffffffff
# ChildEBP RetAddr
00 00d0fb68 77d4ec37 ntdll!NtRequestWaitReplyPort+0xb
01 00d0fb94 77d3a2c7 RPCRT4!
LRPC_CCALL::SendReceive+0x11e
02 00d0fba0 77b23b2a RPCRT4!I_RpcSendReceive+0x2c
03 00d0fbc0 77b239f5 ole32!ThreadSendReceive+0xef
04 00d0fbd8 77b20aa5 ole32!
CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14a
05 00d0fc18 77b2386e ole32!
CRpcChannelBuffer::SendReceive2+0x96
06 00d0fc28 77a6c78a ole32!
CRpcChannelBuffer::SendReceive+0x11
07 00d0fc88 77ab6af6 ole32!CAptRpcChnl::SendReceive+0xa9
08 00d0fce0 77d90328 ole32!
CCtxComChnl::SendReceive+0x124
09 00d0fcfc 77d92b3f RPCRT4!NdrProxySendReceive+0x4c
0a 00d0ff44 77d95f85 RPCRT4!NdrClientCall2+0x4f5
0b 00d0ff60 77d77f6b RPCRT4!ObjectStublessClient+0x76
0c 00d0ff70 787f212e RPCRT4!ObjectStubless+0xf
0d 00d0ffb4 77e8b2d8 COMSVCS!
CEventDispatcher::GetEventServerInfoThread+0x10e
0e 00d0ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 5
System Thread ID: c48
Kernel Time: 0:0:0.62
User Time: 0:0:0.93
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 00d4fee4 77ea9d94 ntdll!NtDelayExecution+0xb
01 00d4ff04 77ea9d5f KERNEL32!SleepEx+0x32
02 00d4ff10 787cf77a KERNEL32!Sleep+0xb
03 00d4ff80 780060ce COMSVCS!PostData+0xf2
04 00d4ffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
05 00d4ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 6
System Thread ID: b88
Kernel Time: 0:0:19.109
User Time: 0:0:2.921
Thread Type: Other
# ChildEBP RetAddr
00 00fcfe60 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 00fcfeb0 77e1e97b KERNEL32!
WaitForMultipleObjectsEx+0xea
02 00fcff0c 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 00fcff28 6e5abc1d USER32!
MsgWaitForMultipleObjects+0x1d
04 00fcff80 780060ce IisRTL!SchedulerWorkerThread+0xa7
05 00fcffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
06 00fcffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 7
System Thread ID: 8dc
Kernel Time: 0:0:27.125
User Time: 0:0:3.359
Thread Type: Other
# ChildEBP RetAddr
00 0093fe60 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 0093feb0 77e1e97b KERNEL32!
WaitForMultipleObjectsEx+0xea
02 0093ff0c 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 0093ff28 6e5abc1d USER32!
MsgWaitForMultipleObjects+0x1d
04 0093ff80 780060ce IisRTL!SchedulerWorkerThread+0xa7
05 0093ffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
06 0093ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 8
System Thread ID: 20c
Kernel Time: 0:0:19.687
User Time: 0:0:3.46
Thread Type: Other
# ChildEBP RetAddr
00 0104fe60 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 0104feb0 77e1e97b KERNEL32!
WaitForMultipleObjectsEx+0xea
02 0104ff0c 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 0104ff28 6e5abc1d USER32!
MsgWaitForMultipleObjects+0x1d
04 0104ff80 780060ce IisRTL!SchedulerWorkerThread+0xa7
05 0104ffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
06 0104ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 9
System Thread ID: e20
Kernel Time: 0:0:25.906
User Time: 0:0:3.593
Thread Type: Other
# ChildEBP RetAddr
00 0108fe60 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 0108feb0 77e1e97b KERNEL32!
WaitForMultipleObjectsEx+0xea
02 0108ff0c 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 0108ff28 6e5abc1d USER32!
MsgWaitForMultipleObjects+0x1d
04 0108ff80 780060ce IisRTL!SchedulerWorkerThread+0xa7
05 0108ffb4 77e8b2d8 MSVCRT!_beginthreadex+0xca
06 0108ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 10
System Thread ID: c44
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 011cff50 77e95244 ntdll!NtRemoveIoCompletion+0xb
01 011cff7c 6d7088db KERNEL32!
GetQueuedCompletionStatus+0x27
02 011cffb4 77e8b2d8 ISATQ!AtqPoolThread+0x40
03 011cffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 11
System Thread ID: e38
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: HTTP Listener
# ChildEBP RetAddr
00 0120ff50 77e95244 ntdll!NtRemoveIoCompletion+0xb
01 0120ff7c 6d7088db KERNEL32!
GetQueuedCompletionStatus+0x27
02 0120ffb4 77e8b2d8 ISATQ!AtqPoolThread+0x40
03 0120ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 12
System Thread ID: 1b0
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 0138feb8 77e95244 ntdll!NtRemoveIoCompletion+0xb
01 0138fee4 77d80976 KERNEL32!
GetQueuedCompletionStatus+0x27
02 0138ff20 77d50e9e RPCRT4!COMMON_ProcessCalls+0x9e
03 0138ff74 77d50cd7 RPCRT4!
LOADABLE_TRANSPORT::ProcessIOEvents+0x99
04 0138ff78 77d39a00 RPCRT4!ProcessIOEventsWrapper+0x9
05 0138ffa8 77d41c6d RPCRT4!BaseCachedThreadRoutine+0x4f
06 0138ffb4 77e8b2d8 RPCRT4!ThreadStartRoutine+0x18
07 0138ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 13
System Thread ID: c40
Kernel Time: 0:1:23.62
User Time: 0:1:43.843
Thread Type: Possible ASP page. Possible DCOM activity
Executing Page: Unable to locate ASP page
No remote call being made
# ChildEBP RetAddr
00 014cfe24 77d57494 ntdll!NtReplyWaitReceivePortEx+0xb
01 014cff74 77d56d5e RPCRT4!
LRPC_ADDRESS::ReceiveLotsaCalls+0x74
02 014cff78 77d39ad0 RPCRT4!RecvLotsaCallsWrapper+0x9
03 014cffa8 77d41c6d RPCRT4!
BaseCachedThreadRoutine+0x11f
04 014cffb4 77e8b2d8 RPCRT4!ThreadStartRoutine+0x18
05 014cffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 14
System Thread ID: a14
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: ASP
Executing Page: Unable to locate ASP page
# ChildEBP RetAddr
00 0273fe74 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 0273fec4 77e1e97b KERNEL32!
WaitForMultipleObjectsEx+0xea
02 0273ff20 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 0273ff3c 74a11086 USER32!
MsgWaitForMultipleObjects+0x1d
04 0273ff80 7800c9eb asp!CMTACallbackThread::Thread+0x42
05 0273ffb4 77e8b2d8 MSVCRT!_beginthread+0xce
06 0273ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 15
System Thread ID: ce0
Kernel Time: 0:0:1.968
User Time: 0:0:0.734
*** WARNING: Unable to verify checksum for
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for -
Thread Type: PDM (Debugger) Thread.
# ChildEBP RetAddr
00 03a2fddc 77ea9d00 ntdll!ZwWaitForMultipleObjects+0xb
01 03a2fe2c 77e1e97b KERNEL32!
WaitForMultipleObjectsEx+0xea
02 03a2fe88 77e1e9c8 USER32!
MsgWaitForMultipleObjectsEx+0x153
03 03a2fea4 4a00886c USER32!
MsgWaitForMultipleObjects+0x1d
04 03a2ff88 4a008a85 pdm+0x886c
05 03a2ffb0 4a008a09 pdm+0x8a85
06 03a2ffb4 77e8b2d8 pdm+0x8a09
07 03a2ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 16
System Thread ID: bd8
Kernel Time: 0:1:52.843
User Time: 0:9:28.687
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for C:\Program Files\Bridgemedia
Communications\Content Server\bin\cserver210.dll -
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for -
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 03b2e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 03b2e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 03b2e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 03b2e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 03b2e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 03b2e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 03b2e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 03b2e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 03b2e694 76390425 USER32!DispatchMessageA+0xb
09 03b2e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 03b2e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 03b2e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 03b2ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 03b2edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 03b2edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 03b2f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 03b2f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 03b2f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033b66e8 03b2f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3b2f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 17
System Thread ID: ce4
Kernel Time: 0:0:1.562
User Time: 0:0:1.78
Thread Type: Other
# ChildEBP RetAddr
00 03d8ff9c 77fa21d2 ntdll!NtDelayExecution+0xb
01 03d8ffb4 77e8b2d8 ntdll!RtlpTimerThread+0x42
02 03d8ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 18
System Thread ID: 6a8
Kernel Time: 0:0:2.984
User Time: 0:0:8.46
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for C:\Program Files\Common
Files\System\OLE DB\oledb32.dll -
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 0460ff58 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0460ff80 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0460ff90 1f8aef5d KERNEL32!WaitForSingleObject+0xf
WARNING: Stack unwind information not available.
Following
frames may be wrong.
03 0460ffb4 77e8b2d8 oledb32!DllGetClassObject+0xd1d5
04 0460ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 19
System Thread ID: 9a8
Kernel Time: 0:0:4.593
User Time: 0:0:4.203
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 0464ff50 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0464ff78 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0464ff88 1f8aefee KERNEL32!WaitForSingleObject+0xf
WARNING: Stack unwind information not available.
Following
frames may be wrong.
03 0464ffb4 77e8b2d8 oledb32!DllGetClassObject+0xd266
04 0464ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 20
System Thread ID: a50
Kernel Time: 0:0:0.93
User Time: 0:0:0.218
Thread Status: Thread is in a WAIT state.
Thread Type: Idle ASP thread
# ChildEBP RetAddr
00 0468fd54 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0468fd7c 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0468fd8c 7878d255 KERNEL32!WaitForSingleObject+0xf
03 0468ffb4 77e8b2d8 COMSVCS!PingThread+0xf5
04 0468ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 21
System Thread ID: cfc
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 0472ff88 751a44ba ntdll!ZwWaitForMultipleObjects+0xb
01 0472ffb4 77e8b2d8 NETAPI32!NetbiosWaiter+0x71
02 0472ffec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 22
System Thread ID: 4b4
Kernel Time: 0:0:0.609
User Time: 0:0:0.531
Thread Type: Other
# ChildEBP RetAddr
00 070eff20 77fa07b7 ntdll!NtRemoveIoCompletion+0xb
01 070effb4 77e8b2d8 ntdll!RtlpWorkerThread+0x6b
02 070effec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 23
System Thread ID: 1018
Kernel Time: 0:1:54.609
User Time: 0:9:13.718
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0f76e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0f76e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0f76e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0f76e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0f76e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0f76e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0f76e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0f76e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0f76e694 76390425 USER32!DispatchMessageA+0xb
09 0f76e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0f76e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0f76e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0f76ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0f76edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0f76edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0f76f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0f76f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0f76f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03422208 0f76f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xf76f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 24
System Thread ID: 808
Kernel Time: 0:1:42.921
User Time: 0:8:13.890
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 37bde414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 37bde488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 37bde490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 37bde4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 37bde51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 37bde540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 37bde56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 37bde61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 37bde644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 37bde674 7631abb9 ole32!CoCreateInstance+0x35
0a 37bde6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 37bded34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 37bdedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 37bdedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 37bdf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 37bdf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 37bdf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033bfee8 37bdf39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x37bdf39c
13 458b6455 00000000 0x167c8d50
Thread ID: 25
System Thread ID: 103c
Kernel Time: 0:1:45.578
User Time: 0:9:5.546
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3846e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3846e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3846e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3846e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3846e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3846e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3846e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3846e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3846e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3846e674 7631abb9 ole32!CoCreateInstance+0x35
0a 3846e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 3846ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 3846edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 3846edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 3846f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 3846f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 3846f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03415e88 3846f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x3846f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 26
System Thread ID: 1044
Kernel Time: 0:1:45.234
User Time: 0:8:57.718
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3870e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3870e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3870e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3870e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 3870e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 3870e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 3870e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 3870e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 3870e694 76390425 USER32!DispatchMessageA+0xb
09 3870e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 3870e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 3870e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 3870ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 3870edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 3870edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 3870f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 3870f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 3870f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03417de8 3870f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3870f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 27
System Thread ID: bb0
Kernel Time: 0:1:44.968
User Time: 0:8:43.203
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3a33e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3a33e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3a33e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3a33e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3a33e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3a33e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3a33e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3a33e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3a33e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3a33e674 7631abb9 ole32!CoCreateInstance+0x35
0a 3a33e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 3a33ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 3a33edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 3a33edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 3a33f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 3a33f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 3a33f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07e39600 3a33f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x3a33f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 28
System Thread ID: 1074
Kernel Time: 0:1:42.875
User Time: 0:8:25.671
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3a59e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3a59e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3a59e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3a59e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 3a59e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 3a59e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 3a59e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 3a59e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 3a59e694 76390425 USER32!DispatchMessageA+0xb
09 3a59e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 3a59e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 3a59e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 3a59ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 3a59edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 3a59edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 3a59f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 3a59f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 3a59f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 0040f3d0 3a59f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3a59f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 29
System Thread ID: d08
Kernel Time: 0:1:45.859
User Time: 0:8:50.921
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3d85e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3d85e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3d85e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3d85e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 3d85e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 3d85e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 3d85e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 3d85e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 3d85e694 76390425 USER32!DispatchMessageA+0xb
09 3d85e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 3d85e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 3d85e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 3d85ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 3d85edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 3d85edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 3d85f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 3d85f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 3d85f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03420810 3d85f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3d85f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 30
System Thread ID: 6e0
Kernel Time: 0:1:40.750
User Time: 0:8:22.359
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3d99e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3d99e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3d99e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3d99e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3d99e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3d99e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3d99e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3d99e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3d99e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3d99e920 7631abb9 ole32!CoCreateInstance+0x35
0a 3d99e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 3d99eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 3d99ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 3d99ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 3d99edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 3d99edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 3d99f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 3d99f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 3d99f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 03471fb8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 31
System Thread ID: 7b0
Kernel Time: 0:1:58.125
User Time: 0:9:22.109
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3da1e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3da1e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3da1e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3da1e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3da1e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3da1e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3da1e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3da1e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3da1e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3da1e674 7631abb9 ole32!CoCreateInstance+0x35
0a 3da1e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 3da1ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 3da1edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 3da1edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 3da1f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 3da1f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 3da1f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0340d3f0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 32
System Thread ID: 1070
Kernel Time: 0:1:42.812
User Time: 0:9:2.328
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 3e78e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 3e78e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 3e78e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 3e78e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 3e78e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 3e78e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 3e78e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 3e78e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 3e78e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 3e78e674 7631abb9 ole32!CoCreateInstance+0x35
0a 3e78e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 3e78ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 3e78edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 3e78edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 3e78f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 3e78f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 3e78f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03427380 3e78f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x3e78f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 33
System Thread ID: 6cc
Kernel Time: 0:1:56.281
User Time: 0:9:11.984
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0199e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0199e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0199e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0199e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0199e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0199e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0199e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0199e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0199e694 76390425 USER32!DispatchMessageA+0xb
09 0199e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0199e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0199e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0199ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0199edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0199edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0199f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0199f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0199f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033fa028 0199f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x199f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 34
System Thread ID: e04
Kernel Time: 0:1:40.578
User Time: 0:8:31.687
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 009ce414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 009ce488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 009ce490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 009ce4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 009ce51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 009ce540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 009ce56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 009ce61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 009ce644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 009ce674 7631abb9 ole32!CoCreateInstance+0x35
0a 009ce6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 009ced34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 009cedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 009cedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 009cf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 009cf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 009cf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0345e210 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 35
System Thread ID: a04
Kernel Time: 0:1:38.62
User Time: 0:7:57.906
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0298e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0298e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0298e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0298e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0298e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0298e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0298e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0298e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0298e694 76390425 USER32!DispatchMessageA+0xb
09 0298e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0298e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0298e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0298ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0298edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0298edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0298f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0298f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0298f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07de8880 0298f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x298f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 36
System Thread ID: b38
Kernel Time: 0:1:41.250
User Time: 0:8:53.875
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02ade6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02ade734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 02ade73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02ade79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 02ade7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 02ade7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 02ade818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 02ade8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 02ade8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 02ade920 7631abb9 ole32!CoCreateInstance+0x35
0a 02ade97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 02adeb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 02adebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 02aded40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 02adedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 02adedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 02adf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 02adf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 02adf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 034139b0 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 37
System Thread ID: f64
Kernel Time: 0:1:53.359
User Time: 0:8:59.328
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02b1e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02b1e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 02b1e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02b1e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 02b1e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 02b1e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 02b1e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 02b1e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 02b1e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 02b1e674 7631abb9 ole32!CoCreateInstance+0x35
0a 02b1e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 02b1ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 02b1edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 02b1edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 02b1f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 02b1f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 02b1f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03431a88 02b1f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x2b1f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 38
System Thread ID: cc0
Kernel Time: 0:1:38.0
User Time: 0:8:21.281
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02c6e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02c6e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 02c6e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02c6e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 02c6e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 02c6e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 02c6e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 02c6e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 02c6e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 02c6e920 7631abb9 ole32!CoCreateInstance+0x35
0a 02c6e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 02c6eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 02c6ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 02c6ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 02c6edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 02c6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 02c6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 02c6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 02c6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 0345f928 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 39
System Thread ID: 6b0
Kernel Time: 0:1:42.406
User Time: 0:8:26.578
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02d6e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02d6e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 02d6e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02d6e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 02d6e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 02d6e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 02d6e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 02d6e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 02d6e694 76390425 USER32!DispatchMessageA+0xb
09 02d6e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 02d6e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 02d6e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 02d6ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 02d6edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 02d6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 02d6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 02d6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 02d6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03433600 02d6f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x2d6f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 40
System Thread ID: a6c
Kernel Time: 0:1:39.640
User Time: 0:7:55.15
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 02ebed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 02ebee0c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 02ebee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 02ebee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 02ebeea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 02ebeec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 02ebeef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 02ebefa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 02ebefc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 02ebeff8 74a2d36f ole32!CoCreateInstance+0x35
0a 02ebf010 749ff218 asp!ViperCreateInstance+0x16
0b 02ebf034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 02ebf07c 74a00681 asp!
CComponentObject::Instantiate+0x42
0d 02ebf094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 02ebf0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 02ebf110 779d7b9d asp!CServer::CreateObject+0x5c
10 02ebf130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 02ebf1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 02ebf1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available.
Following
frames may be wrong.
13 02ebf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 02ebf944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 41
System Thread ID: 6e4
Kernel Time: 0:1:41.500
User Time: 0:8:49.359
Thread Status: Thread is in a WAIT state.
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0300e488 77ea9b35 ntdll!NtWaitForSingleObject+0xb
01 0300e4b0 77e8b32b KERNEL32!WaitForSingleObjectEx+0x71
02 0300e4c0 7632046c KERNEL32!WaitForSingleObject+0xf
03 0300e4cc 76320455 MSVBVM50!
CReadWriteMutex::_WaitForEvent+0x11
04 0300e4f0 762f514b MSVBVM50!
CReadWriteMutex::RequestWrite+0x2d
05 0300e50c 7633ad37 MSVBVM50!
CVBThreadAction::CleanupProjData+0x71
06 0300e554 762e39e5 MSVBVM50!
CThreadPool::CheckForProjectUnload+0x33
07 0300e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
08 0300e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
09 0300e5fc 77e145e5 USER32!UserCallWinProc+0x18
0a 0300e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
0b 0300e694 76390425 USER32!DispatchMessageA+0xb
0c 0300e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0d 0300e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0e 0300e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0f 0300ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
10 0300edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
11 0300edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
12 0300f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
13 0300f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
14 0300f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
15 03401698 0300f39c vbscript!DllCanUnloadNow+0xd21a
16 6b650000 167c8d50 0x300f39c
17 458b6455 00000000 0x167c8d50
Thread ID: 42
System Thread ID: aac
Kernel Time: 0:1:37.93
User Time: 0:8:9.578
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 031de48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 031de500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 031de508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 031de554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 031de5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 031de5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 031de5fc 77e145e5 USER32!UserCallWinProc+0x18
07 031de688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 031de694 76390425 USER32!DispatchMessageA+0xb
09 031de6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 031de6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 031de6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 031ded34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 031dedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 031dedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 031df188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 031df1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 031df264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07ed8b58 031df39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x31df39c
14 458b6455 00000000 0x167c8d50
Thread ID: 43
System Thread ID: dd4
Kernel Time: 0:1:40.609
User Time: 0:8:51.875
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 036ee1d8 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 036ee24c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 036ee254 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 036ee2e0 76321b84 MSVBVM50!CMutexSem::Request+0x10
04 036ee318 763af536 MSVBVM50!CCreErrCreateCtl+0x2d
05 036ee34c 763af54c MSVBVM50!
ErrCreatePrinterObjects+0x56
06 036ee358 763433af MSVBVM50!
CVBApplication::hctlPrint+0xf
07 036ee3c0 762e37ef MSVBVM50!FnwpMainFilter_213+0x271
08 036ee3e0 77e3a244 MSVBVM50!FnwpMain+0x1b
09 036ee400 77e14730 USER32!UserCallWinProc+0x18
0a 036ee41c 77e2d92d USER32!DispatchClientMessage+0x4b
0b 036ee44c 77f91a7f USER32!__fnINSTRING+0x35
0c 036ee49c 77e147ef ntdll!KiUserCallbackDispatcher+0x13
0d 036ee4c4 77e156d4 USER32!_PeekMessage+0x72
0e 036ee4f0 7639040d USER32!PeekMessageA+0xe9
0f 036ee52c 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x18
10 036ee538 763061bb MSVBVM50!HostDoEvents_75+0x11
11 036ee544 1103e86d MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
12 036ee6b8 11025abd cserver210!DllCanUnloadNow+0x32f1f
13 036eed34 11013a55 cserver210!DllCanUnloadNow+0x1a16f
14 036eedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
15 036eedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
16 036ef188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
17 036ef1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
18 036ef264 6b61866f vbscript!DllCanUnloadNow+0x8e24
19 033c5870 3d544345 vbscript!DllCanUnloadNow+0xd21a
1a 4a420000 00000000 0x3d544345
Thread ID: 44
System Thread ID: ec4
Kernel Time: 0:1:54.421
User Time: 0:9:3.234
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0383e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0383e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0383e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0383e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0383e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0383e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0383e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0383e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0383e694 76390425 USER32!DispatchMessageA+0xb
09 0383e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0383e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0383e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0383ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0383edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0383edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0383f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0383f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0383f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033bd9c8 0383f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x383f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 45
System Thread ID: a18
Kernel Time: 0:1:39.937
User Time: 0:8:45.203
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 00ace48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 00ace500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 00ace508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 00ace554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 00ace5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 00ace5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 00ace5fc 77e145e5 USER32!UserCallWinProc+0x18
07 00ace688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 00ace694 76390425 USER32!DispatchMessageA+0xb
09 00ace6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 00ace6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 00ace6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 00aced34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 00acedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 00acedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 00acf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 00acf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 00acf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07f06600 00acf39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xacf39c
14 458b6455 00000000 0x167c8d50
Thread ID: 46
System Thread ID: ea0
Kernel Time: 0:1:40.78
User Time: 0:8:49.500
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 016be414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 016be488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 016be490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 016be4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 016be51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 016be540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 016be56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 016be61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 016be644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 016be674 7631abb9 ole32!CoCreateInstance+0x35
0a 016be6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 016bed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 016bedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 016bedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 016bf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 016bf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 016bf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ecec00 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 47
System Thread ID: 734
Kernel Time: 0:1:56.953
User Time: 0:9:7.640
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 019ee414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 019ee488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 019ee490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 019ee4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 019ee51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 019ee540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 019ee56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 019ee61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 019ee644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 019ee674 7631abb9 ole32!CoCreateInstance+0x35
0a 019ee6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 019eed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 019eedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 019eedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 019ef188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 019ef1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 019ef264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033be988 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 48
System Thread ID: ca0
Kernel Time: 0:1:39.609
User Time: 0:8:19.578
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 04f2e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 04f2e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 04f2e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 04f2e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 04f2e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 04f2e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 04f2e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 04f2e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 04f2e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 04f2e674 7631abb9 ole32!CoCreateInstance+0x35
0a 04f2e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 04f2ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 04f2edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 04f2edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 04f2f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 04f2f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 04f2f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033eb7f0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 49
System Thread ID: a78
Kernel Time: 0:1:38.359
User Time: 0:7:57.171
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 053de414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 053de488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 053de490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 053de4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 053de51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 053de540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 053de56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 053de61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 053de644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 053de674 7631abb9 ole32!CoCreateInstance+0x35
0a 053de6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 053ded34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 053dedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 053dedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 053df188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 053df1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 053df264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03432c60 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 50
System Thread ID: 850
Kernel Time: 0:1:41.203
User Time: 0:8:54.15
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0552e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0552e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0552e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0552e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0552e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0552e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0552e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0552e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0552e694 76390425 USER32!DispatchMessageA+0xb
09 0552e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0552e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0552e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0552ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0552edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0552edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0552f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0552f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0552f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 034290e0 0552f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x552f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 51
System Thread ID: acc
Kernel Time: 0:1:55.546
User Time: 0:9:2.921
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0567e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0567e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0567e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0567e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0567e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0567e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0567e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0567e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0567e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0567e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0567e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0567ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0567edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0567edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0567f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0567f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0567f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07deb1b8 0567f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x567f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 52
System Thread ID: 1080
Kernel Time: 0:1:40.875
User Time: 0:8:32.265
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05ade414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05ade488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05ade490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05ade4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05ade51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05ade540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05ade56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05ade61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05ade644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05ade674 7631abb9 ole32!CoCreateInstance+0x35
0a 05ade6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 05aded34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 05adedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 05adedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 05adf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 05adf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 05adf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 034242c0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 53
System Thread ID: e50
Kernel Time: 0:1:37.203
User Time: 0:8:6.718
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05c2e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05c2e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05c2e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05c2e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 05c2e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 05c2e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 05c2e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 05c2e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 05c2e694 76390425 USER32!DispatchMessageA+0xb
09 05c2e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 05c2e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 05c2e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 05c2ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 05c2edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 05c2edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 05c2f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 05c2f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 05c2f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03409150 05c2f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x5c2f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 54
System Thread ID: 840
Kernel Time: 0:1:43.593
User Time: 0:8:50.968
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05d7e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05d7e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05d7e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05d7e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05d7e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05d7e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05d7e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05d7e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05d7e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05d7e674 7631abb9 ole32!CoCreateInstance+0x35
0a 05d7e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 05d7ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 05d7edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 05d7edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 05d7f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 05d7f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 05d7f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033c3bc0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 55
System Thread ID: 6fc
Kernel Time: 0:1:58.125
User Time: 0:8:59.93
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05ece414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05ece488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05ece490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05ece4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05ece51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05ece540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05ece56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05ece61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05ece644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05ece674 7631abb9 ole32!CoCreateInstance+0x35
0a 05ece6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 05eced34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 05ecedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 05ecedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 05ecf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 05ecf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 05ecf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0340cbe8 05ecf39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x5ecf39c
13 458b6455 00000000 0x167c8d50
Thread ID: 56
System Thread ID: b90
Kernel Time: 0:1:38.953
User Time: 0:8:22.343
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0722e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0722e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0722e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0722e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0722e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0722e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0722e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0722e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0722e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0722e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0722e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0722ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0722edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0722edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0722f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0722f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0722f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033fde10 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 57
System Thread ID: bd4
Kernel Time: 0:1:38.796
User Time: 0:7:56.296
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 01a3ed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 01a3ee0c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 01a3ee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 01a3ee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 01a3eea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 01a3eec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 01a3eef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 01a3efa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 01a3efc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 01a3eff8 74a2d36f ole32!CoCreateInstance+0x35
0a 01a3f010 749ff218 asp!ViperCreateInstance+0x16
0b 01a3f034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 01a3f07c 74a00681 asp!
CComponentObject::Instantiate+0x42
0d 01a3f094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 01a3f0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 01a3f110 779d7b9d asp!CServer::CreateObject+0x5c
10 01a3f130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 01a3f1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 01a3f1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available.
Following
frames may be wrong.
13 01a3f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 01a3f944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 58
System Thread ID: c2c
Kernel Time: 0:1:41.234
User Time: 0:8:50.593
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 024ce414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 024ce488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 024ce490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 024ce4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 024ce51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 024ce540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 024ce56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 024ce61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 024ce644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 024ce674 7631abb9 ole32!CoCreateInstance+0x35
0a 024ce6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 024ced34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 024cedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 024cedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 024cf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 024cf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 024cf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03426658 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 59
System Thread ID: b18
Kernel Time: 0:1:55.250
User Time: 0:8:59.453
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0251e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0251e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0251e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0251e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0251e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0251e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0251e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0251e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0251e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0251e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0251e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0251ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0251edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0251edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0251f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0251f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0251f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033c1650 2e31676e vbscript!DllCanUnloadNow+0xd21a
12 69740000 00000000 0x2e31676e
Thread ID: 60
System Thread ID: 82c
Kernel Time: 0:1:40.890
User Time: 0:8:32.734
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 087ee414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 087ee488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 087ee490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 087ee4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 087ee51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 087ee540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 087ee56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 087ee61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 087ee644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 087ee674 7631abb9 ole32!CoCreateInstance+0x35
0a 087ee6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 087eed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 087eedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 087eedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 087ef188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 087ef1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 087ef264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033c0da0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 61
System Thread ID: a40
Kernel Time: 0:1:42.187
User Time: 0:8:9.390
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0882ed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0882ee0c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0882ee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0882ee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0882eea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0882eec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0882eef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0882efa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0882efc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0882eff8 74a2d36f ole32!CoCreateInstance+0x35
0a 0882f010 749ff218 asp!ViperCreateInstance+0x16
0b 0882f034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 0882f07c 74a00681 asp!
CComponentObject::Instantiate+0x42
0d 0882f094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 0882f0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 0882f110 779d7b9d asp!CServer::CreateObject+0x5c
10 0882f130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 0882f1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 0882f1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available.
Following
frames may be wrong.
13 0882f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 0882f944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 62
System Thread ID: ab4
Kernel Time: 0:1:40.984
User Time: 0:8:53.265
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0267e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0267e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0267e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0267e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0267e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0267e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0267e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0267e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0267e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0267e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0267e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0267ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0267edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0267edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0267f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0267f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0267f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ed8238 0267f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x267f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 63
System Thread ID: f10
Kernel Time: 0:1:56.78
User Time: 0:9:15.296
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0970e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0970e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0970e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0970e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0970e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0970e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0970e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0970e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0970e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0970e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0970e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0970ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0970edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0970edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0970f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0970f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0970f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033f9078 0970f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x970f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 64
System Thread ID: aa0
Kernel Time: 0:1:39.609
User Time: 0:8:25.265
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0986e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0986e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0986e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0986e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0986e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0986e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0986e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0986e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0986e694 76390425 USER32!DispatchMessageA+0xb
09 0986e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0986e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0986e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0986ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0986edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0986edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0986f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0986f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0986f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07ed5358 0986f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x986f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 65
System Thread ID: d3c
Kernel Time: 0:1:36.703
User Time: 0:7:51.625
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 09c0e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 09c0e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 09c0e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 09c0e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 09c0e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 09c0e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 09c0e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 09c0e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 09c0e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 09c0e674 7631abb9 ole32!CoCreateInstance+0x35
0a 09c0e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 09c0ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 09c0edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 09c0edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 09c0f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 09c0f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 09c0f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 034727c0 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 66
System Thread ID: b94
Kernel Time: 0:1:41.281
User Time: 0:8:54.890
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 09e6e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 09e6e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 09e6e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 09e6e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 09e6e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 09e6e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 09e6e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 09e6e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 09e6e694 76390425 USER32!DispatchMessageA+0xb
09 09e6e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 09e6e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 09e6e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 09e6ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 09e6edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 09e6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 09e6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 09e6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 09e6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03470e08 09e6f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x9e6f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 67
System Thread ID: f84
Kernel Time: 0:1:55.218
User Time: 0:8:58.78
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 09eae6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 09eae734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 09eae73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 09eae79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 09eae7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 09eae7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 09eae818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 09eae8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 09eae8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 09eae920 7631abb9 ole32!CoCreateInstance+0x35
0a 09eae97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 09eaeb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 09eaebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 09eaed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 09eaedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 09eaedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 09eaf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 09eaf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 09eaf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07ee56e8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 68
System Thread ID: 6ec
Kernel Time: 0:1:36.609
User Time: 0:7:48.0
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0339e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0339e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0339e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0339e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0339e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0339e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0339e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0339e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0339e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0339e920 7631abb9 ole32!CoCreateInstance+0x35
0a 0339e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0339eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0339ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0339ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0339edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0339edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0339f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0339f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0339f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07ec5a60 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 69
System Thread ID: c30
Kernel Time: 0:1:39.62
User Time: 0:8:44.0
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 03a6e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 03a6e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 03a6e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 03a6e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 03a6e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 03a6e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 03a6e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 03a6e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 03a6e694 76390425 USER32!DispatchMessageA+0xb
09 03a6e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 03a6e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 03a6e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 03a6ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 03a6edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 03a6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 03a6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 03a6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 03a6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033d1c88 03a6f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x3a6f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 70
System Thread ID: a60
Kernel Time: 0:1:56.687
User Time: 0:9:2.734
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0a95e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0a95e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0a95e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0a95e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0a95e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0a95e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0a95e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0a95e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0a95e694 76390425 USER32!DispatchMessageA+0xb
09 0a95e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0a95e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0a95e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0a95ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0a95edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0a95edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0a95f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0a95f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0a95f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07edd650 0a95f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xa95f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 71
System Thread ID: ea4
Kernel Time: 0:1:40.625
User Time: 0:8:30.171
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0a9ae414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0a9ae488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0a9ae490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0a9ae4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0a9ae51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0a9ae540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0a9ae56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0a9ae61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0a9ae644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0a9ae674 7631abb9 ole32!CoCreateInstance+0x35
0a 0a9ae6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0a9aed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0a9aedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0a9aedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0a9af188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0a9af1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0a9af264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03407a88 0a9af39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0xa9af39c
13 458b6455 00000000 0x167c8d50
Thread ID: 72
System Thread ID: e3c
Kernel Time: 0:1:38.296
User Time: 0:8:3.312
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0a9fe414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0a9fe488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0a9fe490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0a9fe4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0a9fe51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0a9fe540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0a9fe56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0a9fe61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0a9fe644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0a9fe674 7631abb9 ole32!CoCreateInstance+0x35
0a 0a9fe6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0a9fed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0a9fedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0a9fedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0a9ff188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0a9ff1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0a9ff264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03412810 0a9ff39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0xa9ff39c
13 458b6455 00000000 0x167c8d50
Thread ID: 73
System Thread ID: a4c
Kernel Time: 0:1:38.234
User Time: 0:8:42.750
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0aa3e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0aa3e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0aa3e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0aa3e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0aa3e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0aa3e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0aa3e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0aa3e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0aa3e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0aa3e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0aa3e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0aa3ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0aa3edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0aa3edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0aa3f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0aa3f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0aa3f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033f12d8 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 74
System Thread ID: 4ac
Kernel Time: 0:1:53.328
User Time: 0:9:2.812
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 03abe414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 03abe488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 03abe490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 03abe4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 03abe51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 03abe540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 03abe56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 03abe61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 03abe644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 03abe674 7631abb9 ole32!CoCreateInstance+0x35
0a 03abe6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 03abed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 03abedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 03abedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 03abf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 03abf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 03abf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03477000 03abf39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x3abf39c
13 458b6455 00000000 0x167c8d50
Thread ID: 75
System Thread ID: ae8
Kernel Time: 0:1:38.640
User Time: 0:8:14.796
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0cbee6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0cbee734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0cbee73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0cbee79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0cbee7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0cbee7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0cbee818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0cbee8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0cbee8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0cbee920 7631abb9 ole32!CoCreateInstance+0x35
0a 0cbee97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0cbeeb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0cbeebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0cbeed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0cbeedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0cbeedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0cbef188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0cbef1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0cbef264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 0341c370 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 76
System Thread ID: e94
Kernel Time: 0:1:39.62
User Time: 0:7:53.453
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 04b9e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 04b9e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 04b9e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 04b9e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 04b9e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 04b9e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 04b9e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 04b9e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 04b9e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 04b9e920 7631abb9 ole32!CoCreateInstance+0x35
0a 04b9e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 04b9eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 04b9ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 04b9ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 04b9edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 04b9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 04b9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 04b9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 04b9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 033f1aa0 3d540000 vbscript!DllCanUnloadNow+0xd21a
14 00720000 00000000 0x3d540000
Thread ID: 77
System Thread ID: c38
Kernel Time: 0:1:40.265
User Time: 0:8:53.125
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 04bde414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 04bde488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 04bde490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 04bde4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 04bde51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 04bde540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 04bde56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 04bde61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 04bde644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 04bde674 7631abb9 ole32!CoCreateInstance+0x35
0a 04bde6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 04bded34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 04bdedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 04bdedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 04bdf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 04bdf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 04bdf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07f27938 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 78
System Thread ID: efc
Kernel Time: 0:1:55.437
User Time: 0:9:4.859
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 04f7e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 04f7e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 04f7e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 04f7e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 04f7e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 04f7e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 04f7e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 04f7e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 04f7e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 04f7e674 7631abb9 ole32!CoCreateInstance+0x35
0a 04f7e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 04f7ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 04f7edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 04f7edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 04f7f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 04f7f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 04f7f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03436900 04f7f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x4f7f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 79
System Thread ID: e5c
Kernel Time: 0:1:40.968
User Time: 0:8:32.15
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05f1e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05f1e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05f1e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05f1e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05f1e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05f1e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05f1e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05f1e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05f1e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05f1e674 7631abb9 ole32!CoCreateInstance+0x35
0a 05f1e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 05f1ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 05f1edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 05f1edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 05f1f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 05f1f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 05f1f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0345cc18 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 80
System Thread ID: 1010
Kernel Time: 0:1:38.515
User Time: 0:7:56.468
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05f5e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05f5e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05f5e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05f5e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05f5e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05f5e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05f5e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05f5e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05f5e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05f5e920 7631abb9 ole32!CoCreateInstance+0x35
0a 05f5e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 05f5eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 05f5ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 05f5ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 05f5edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 05f5edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 05f5f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 05f5f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 05f5f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 033e9da0 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 81
System Thread ID: e40
Kernel Time: 0:1:40.468
User Time: 0:8:45.890
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 05f9e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 05f9e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 05f9e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 05f9e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 05f9e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 05f9e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 05f9e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 05f9e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 05f9e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 05f9e920 7631abb9 ole32!CoCreateInstance+0x35
0a 05f9e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 05f9eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 05f9ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 05f9ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 05f9edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 05f9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 05f9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 05f9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 05f9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07ded4e0 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 82
System Thread ID: b8c
Kernel Time: 0:1:53.484
User Time: 0:8:57.375
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0727e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0727e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0727e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0727e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0727e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0727e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0727e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0727e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0727e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0727e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0727e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0727ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0727edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0727edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0727f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0727f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0727f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07de4ec8 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 83
System Thread ID: eac
Kernel Time: 0:1:41.406
User Time: 0:8:30.609
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 07dde48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 07dde500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 07dde508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 07dde554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 07dde5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 07dde5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 07dde5fc 77e145e5 USER32!UserCallWinProc+0x18
07 07dde688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 07dde694 76390425 USER32!DispatchMessageA+0xb
09 07dde6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 07dde6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 07dde6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 07dded34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 07ddedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 07ddedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 07ddf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 07ddf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 07ddf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07de1480 07ddf39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x7ddf39c
14 458b6455 00000000 0x167c8d50
Thread ID: 84
System Thread ID: 1030
Kernel Time: 0:1:36.921
User Time: 0:8:4.62
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0835e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0835e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0835e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0835e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0835e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0835e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0835e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0835e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0835e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0835e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0835e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0835ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0835edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0835edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0835f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0835f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0835f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07e2a480 0835f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x835f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 85
System Thread ID: c94
Kernel Time: 0:1:40.890
User Time: 0:8:46.109
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 084ae414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 084ae488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 084ae490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 084ae4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 084ae51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 084ae540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 084ae56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 084ae61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 084ae644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 084ae674 7631abb9 ole32!CoCreateInstance+0x35
0a 084ae6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 084aed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 084aedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 084aedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 084af188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 084af1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 084af264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07e42600 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 86
System Thread ID: cb8
Kernel Time: 0:1:55.781
User Time: 0:8:58.734
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0887ed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0887ee0c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0887ee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0887ee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0887eea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0887eec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0887eef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0887efa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0887efc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0887eff8 74a2d36f ole32!CoCreateInstance+0x35
0a 0887f010 749ff218 asp!ViperCreateInstance+0x16
0b 0887f034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 0887f07c 74a00681 asp!
CComponentObject::Instantiate+0x42
0d 0887f094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 0887f0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 0887f110 779d7b9d asp!CServer::CreateObject+0x5c
10 0887f130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 0887f1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 0887f1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available.
Following
frames may be wrong.
13 0887f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 0887f944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 87
System Thread ID: d2c
Kernel Time: 0:1:41.93
User Time: 0:8:26.953
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 088be6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 088be734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 088be73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 088be79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 088be7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 088be7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 088be818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 088be8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 088be8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 088be920 7631abb9 ole32!CoCreateInstance+0x35
0a 088be97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 088beb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 088bebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 088bed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 088bedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 088bedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 088bf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 088bf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 088bf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 0349aeb8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 88
System Thread ID: b28
Kernel Time: 0:1:38.203
User Time: 0:7:50.15
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0cf4e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0cf4e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0cf4e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0cf4e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0cf4e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0cf4e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0cf4e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0cf4e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0cf4e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0cf4e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0cf4e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0cf4ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0cf4edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0cf4edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0cf4f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0cf4f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0cf4f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03459f88 0cf4f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0xcf4f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 89
System Thread ID: bbc
Kernel Time: 0:1:43.234
User Time: 0:8:40.859
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0cf8e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0cf8e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0cf8e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0cf8e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0cf8e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0cf8e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0cf8e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0cf8e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0cf8e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0cf8e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0cf8e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0cf8ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 0cf8edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 0cf8edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0cf8f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0cf8f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0cf8f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ed0c80 0cf8f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0xcf8f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 90
System Thread ID: b14
Kernel Time: 0:1:53.671
User Time: 0:9:4.890
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 088fe48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 088fe500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 088fe508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 088fe554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 088fe5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 088fe5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 088fe5fc 77e145e5 USER32!UserCallWinProc+0x18
07 088fe688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 088fe694 76390425 USER32!DispatchMessageA+0xb
09 088fe6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 088fe6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 088fe6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 088fed34 11013a55 cserver210!DllCanUnloadNow+0x1627b
0d 088fedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0e 088fedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 088ff188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 088ff1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 088ff264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033fa9f0 3d540000 vbscript!DllCanUnloadNow+0xd21a
13 00720000 00000000 0x3d540000
Thread ID: 91
System Thread ID: 828
Kernel Time: 0:1:40.125
User Time: 0:8:31.46
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 08a6e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 08a6e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 08a6e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 08a6e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 08a6e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 08a6e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 08a6e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 08a6e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 08a6e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 08a6e674 7631abb9 ole32!CoCreateInstance+0x35
0a 08a6e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 08a6ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 08a6edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 08a6edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 08a6f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 08a6f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 08a6f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03411df0 08a6f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x8a6f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 92
System Thread ID: 848
Kernel Time: 0:1:38.468
User Time: 0:7:59.687
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 090ae414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 090ae488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 090ae490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 090ae4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 090ae51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 090ae540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 090ae56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 090ae61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 090ae644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 090ae674 7631abb9 ole32!CoCreateInstance+0x35
0a 090ae6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 090aed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 090aedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 090aedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 090af188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 090af1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 090af264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0349a290 090af39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x90af39c
13 458b6455 00000000 0x167c8d50
Thread ID: 93
System Thread ID: fd0
Kernel Time: 0:1:40.468
User Time: 0:8:32.203
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0a00e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0a00e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0a00e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0a00e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0a00e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0a00e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0a00e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0a00e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0a00e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0a00e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0a00e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0a00ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0a00edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0a00edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0a00f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0a00f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0a00f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03470600 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 94
System Thread ID: d44
Kernel Time: 0:1:52.578
User Time: 0:9:5.687
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0aa8e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0aa8e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0aa8e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0aa8e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0aa8e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0aa8e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0aa8e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0aa8e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0aa8e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0aa8e920 7631abb9 ole32!CoCreateInstance+0x35
0a 0aa8e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0aa8eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0aa8ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0aa8ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0aa8edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0aa8edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0aa8f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0aa8f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0aa8f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 033e65d8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 95
System Thread ID: c0c
Kernel Time: 0:1:41.31
User Time: 0:8:29.734
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0c64e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0c64e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0c64e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0c64e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0c64e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0c64e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0c64e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0c64e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0c64e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0c64e920 7631abb9 ole32!CoCreateInstance+0x35
0a 0c64e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0c64eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0c64ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0c64ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0c64edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0c64edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0c64f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0c64f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0c64f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07e29af0 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 96
System Thread ID: 1084
Kernel Time: 0:1:40.531
User Time: 0:7:56.484
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0c68e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0c68e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0c68e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0c68e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0c68e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0c68e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0c68e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0c68e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0c68e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0c68e674 7631abb9 ole32!CoCreateInstance+0x35
0a 0c68e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0c68ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 0c68edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 0c68edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 0c68f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 0c68f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 0c68f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03424c60 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 97
System Thread ID: 6f4
Kernel Time: 0:1:39.109
User Time: 0:8:49.125
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0d0de48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0d0de500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0d0de508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0d0de554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0d0de5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0d0de5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0d0de5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0d0de688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0d0de694 76390425 USER32!DispatchMessageA+0xb
09 0d0de6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0d0de6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0d0de6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0d0ded34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0d0dedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0d0dedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0d0df188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0d0df1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0d0df264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033f24f0 0d0df39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xd0df39c
14 458b6455 00000000 0x167c8d50
Thread ID: 98
System Thread ID: 804
Kernel Time: 0:1:53.640
User Time: 0:8:57.515
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0d11e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0d11e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0d11e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0d11e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 0d11e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 0d11e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 0d11e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 0d11e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 0d11e694 76390425 USER32!DispatchMessageA+0xb
09 0d11e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 0d11e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 0d11e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 0d11ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 0d11edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 0d11edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 0d11f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 0d11f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 0d11f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 033dca18 0d11f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0xd11f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 99
System Thread ID: 1078
Kernel Time: 0:1:40.937
User Time: 0:8:25.375
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1094e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1094e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1094e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1094e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1094e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1094e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1094e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1094e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1094e694 76390425 USER32!DispatchMessageA+0xb
09 1094e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1094e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1094e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 1094ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1094edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1094edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1094f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1094f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1094f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07e40590 1094f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1094f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 100
System Thread ID: 6ac
Kernel Time: 0:1:38.15
User Time: 0:7:55.187
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10a9e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10a9e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10a9e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10a9e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10a9e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10a9e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10a9e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10a9e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10a9e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10a9e674 7631abb9 ole32!CoCreateInstance+0x35
0a 10a9e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 10a9ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 10a9edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 10a9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 10a9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 10a9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 10a9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033fce58 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 101
System Thread ID: ca4
Kernel Time: 0:1:39.218
User Time: 0:8:47.562
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10aded98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10adee0c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10adee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10adee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10adeea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10adeec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10adeef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10adefa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10adefc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10adeff8 74a2d36f ole32!CoCreateInstance+0x35
0a 10adf010 749ff218 asp!ViperCreateInstance+0x16
0b 10adf034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 10adf07c 74a00681 asp!
CComponentObject::Instantiate+0x42
0d 10adf094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 10adf0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 10adf110 779d7b9d asp!CServer::CreateObject+0x5c
10 10adf130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 10adf1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 10adf1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available.
Following
frames may be wrong.
13 10adf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 10adf944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 102
System Thread ID: e7c
Kernel Time: 0:1:54.156
User Time: 0:8:59.812
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10b1e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10b1e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10b1e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10b1e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10b1e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10b1e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10b1e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10b1e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10b1e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10b1e674 7631abb9 ole32!CoCreateInstance+0x35
0a 10b1e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 10b1ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 10b1edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 10b1edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 10b1f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 10b1f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 10b1f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 033ff600 10b1f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x10b1f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 103
System Thread ID: de0
Kernel Time: 0:1:38.281
User Time: 0:8:5.250
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10b9e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10b9e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10b9e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10b9e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10b9e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10b9e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10b9e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10b9e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10b9e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10b9e920 7631abb9 ole32!CoCreateInstance+0x35
0a 10b9e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 10b9eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 10b9ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 10b9ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 10b9edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 10b9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 10b9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 10b9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 10b9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 0341cd38 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 104
System Thread ID: c68
Kernel Time: 0:1:37.31
User Time: 0:8:53.62
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10bde48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10bde500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10bde508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10bde554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 10bde5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 10bde5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 10bde5fc 77e145e5 USER32!UserCallWinProc+0x18
07 10bde688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 10bde694 76390425 USER32!DispatchMessageA+0xb
09 10bde6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 10bde6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 10bde6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 10bded34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 10bdedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 10bdedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 10bdf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 10bdf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 10bdf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07ec6d78 10bdf39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x10bdf39c
14 458b6455 00000000 0x167c8d50
Thread ID: 105
System Thread ID: ab8
Kernel Time: 0:1:52.78
User Time: 0:9:1.328
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10e3e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10e3e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10e3e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10e3e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10e3e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10e3e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10e3e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10e3e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10e3e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10e3e674 7631abb9 ole32!CoCreateInstance+0x35
0a 10e3e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 10e3ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 10e3edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 10e3edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 10e3f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 10e3f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 10e3f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07edce28 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 106
System Thread ID: f7c
Kernel Time: 0:1:39.156
User Time: 0:8:28.671
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10e7e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10e7e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10e7e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10e7e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 10e7e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 10e7e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 10e7e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 10e7e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 10e7e694 76390425 USER32!DispatchMessageA+0xb
09 10e7e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 10e7e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 10e7e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 10e7ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 10e7edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 10e7edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 10e7f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 10e7f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 10e7f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03425910 10e7f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x10e7f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 107
System Thread ID: 1024
Kernel Time: 0:1:39.500
User Time: 0:8:8.203
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 10ebe414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 10ebe488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 10ebe490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 10ebe4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 10ebe51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 10ebe540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 10ebe56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 10ebe61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 10ebe644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 10ebe674 7631abb9 ole32!CoCreateInstance+0x35
0a 10ebe6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 10ebed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 10ebedb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 10ebedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 10ebf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 10ebf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 10ebf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0340fa58 10ebf39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x10ebf39c
13 458b6455 00000000 0x167c8d50
Thread ID: 108
System Thread ID: c20
Kernel Time: 0:1:39.937
User Time: 0:8:49.984
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1148e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1148e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1148e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1148e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 1148e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 1148e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 1148e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 1148e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 1148e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 1148e674 7631abb9 ole32!CoCreateInstance+0x35
0a 1148e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 1148ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 1148edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 1148edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 1148f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 1148f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 1148f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0342d6e0 1148f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x1148f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 109
System Thread ID: a10
Kernel Time: 0:1:53.328
User Time: 0:8:54.640
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 115ce414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 115ce488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 115ce490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 115ce4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 115ce51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 115ce540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 115ce56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 115ce61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 115ce644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 115ce674 7631abb9 ole32!CoCreateInstance+0x35
0a 115ce6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 115ced34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 115cedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 115cedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 115cf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 115cf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 115cf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ee2110 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 110
System Thread ID: b10
Kernel Time: 0:1:41.656
User Time: 0:8:30.171
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1237e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1237e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1237e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1237e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1237e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1237e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1237e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1237e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1237e694 76390425 USER32!DispatchMessageA+0xb
09 1237e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1237e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1237e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 1237ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1237edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1237edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1237f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1237f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1237f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 16560640 1237f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1237f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 111
System Thread ID: 620
Kernel Time: 0:1:37.562
User Time: 0:7:56.265
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1637ed98 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1637ee0c 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1637ee14 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1637ee74 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 1637eea0 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 1637eec4 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 1637eef0 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 1637efa0 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 1637efc8 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 1637eff8 74a2d36f ole32!CoCreateInstance+0x35
0a 1637f010 749ff218 asp!ViperCreateInstance+0x16
0b 1637f034 749ff13a asp!
CComponentObject::TryInstantiate+0x76
0c 1637f07c 74a00681 asp!
CComponentObject::Instantiate+0x42
0d 1637f094 74a2b53b asp!
CPageComponentManager::AddScopedUnnamedInstantiated+0x58
0e 1637f0dc 74a1ec0d asp!
CTypelibCache::CreateComponent+0xce
0f 1637f110 779d7b9d asp!CServer::CreateObject+0x5c
10 1637f130 77a22c42 OLEAUT32!DispCallFunc+0x15d
11 1637f1c0 74a1f633 OLEAUT32!CTypeInfo2::Invoke+0x244
12 1637f1e8 6b614279 asp!
CDispatchImpl<IServer>::Invoke+0x4b
WARNING: Stack unwind information not available.
Following
frames may be wrong.
13 1637f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
14 1637f944 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 112
System Thread ID: fa4
Kernel Time: 0:1:40.531
User Time: 0:8:44.750
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 0da9e6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 0da9e734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 0da9e73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 0da9e79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 0da9e7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 0da9e7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 0da9e818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 0da9e8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 0da9e8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 0da9e920 7631abb9 ole32!CoCreateInstance+0x35
0a 0da9e97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 0da9eb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 0da9ebfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 0da9ed40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 0da9edb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 0da9edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 0da9f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 0da9f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 0da9f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07ea5af8 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 113
System Thread ID: 104c
Kernel Time: 0:1:38.406
User Time: 0:7:52.640
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 16b2e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 16b2e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 16b2e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 16b2e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 16b2e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 16b2e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 16b2e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 16b2e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 16b2e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 16b2e674 7631abb9 ole32!CoCreateInstance+0x35
0a 16b2e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 16b2ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 16b2edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 16b2edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 16b2f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 16b2f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 16b2f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07e28600 16b2f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x16b2f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 114
System Thread ID: bb8
Kernel Time: 0:1:39.78
User Time: 0:8:23.843
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1929e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1929e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1929e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1929e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1929e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1929e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1929e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1929e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1929e694 76390425 USER32!DispatchMessageA+0xb
09 1929e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1929e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1929e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 1929ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1929edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1929edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1929f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1929f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1929f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07edf1f8 1929f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1929f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 115
System Thread ID: bac
Kernel Time: 0:1:38.921
User Time: 0:8:4.750
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 192de6c0 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 192de734 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 192de73c 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 192de79c 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 192de7c8 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 192de7ec 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 192de818 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 192de8c8 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 192de8f0 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 192de920 7631abb9 ole32!CoCreateInstance+0x35
0a 192de97c 1103aa3b MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 192deb54 11038794 cserver210!DllCanUnloadNow+0x2f0ed
0c 192debfc 1101ddc8 cserver210!DllCanUnloadNow+0x2ce46
0d 192ded40 11013a2d cserver210!DllCanUnloadNow+0x1247a
0e 192dedb4 779d7b9d cserver210!DllCanUnloadNow+0x80df
0f 192dedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
10 192df188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
11 192df1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
12 192df264 6b61866f vbscript!DllCanUnloadNow+0x8e24
13 07de9878 3d544345 vbscript!DllCanUnloadNow+0xd21a
14 4a420000 00000000 0x3d544345
Thread ID: 116
System Thread ID: 81c
Kernel Time: 0:1:37.343
User Time: 0:8:51.656
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1931e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1931e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1931e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1931e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1931e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1931e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1931e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1931e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1931e694 76390425 USER32!DispatchMessageA+0xb
09 1931e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1931e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1931e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 1931ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1931edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1931edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1931f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1931f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1931f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03437470 1931f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1931f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 117
System Thread ID: d24
Kernel Time: 0:1:53.843
User Time: 0:8:59.359
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1935e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1935e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1935e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1935e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 1935e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 1935e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 1935e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 1935e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 1935e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 1935e674 7631abb9 ole32!CoCreateInstance+0x35
0a 1935e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 1935ed34 11014175 cserver210!DllCanUnloadNow+0x1646c
0c 1935edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0d 1935edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 1935f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 1935f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 1935f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 0341afc8 1935f39c vbscript!DllCanUnloadNow+0xd21a
12 6b650000 167c8d50 0x1935f39c
13 458b6455 00000000 0x167c8d50
Thread ID: 118
System Thread ID: 9d4
Kernel Time: 0:1:39.437
User Time: 0:8:21.968
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 196ce414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 196ce488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 196ce490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 196ce4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 196ce51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 196ce540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 196ce56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 196ce61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 196ce644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 196ce674 7631abb9 ole32!CoCreateInstance+0x35
0a 196ce6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 196ced34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 196cedb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 196cedd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 196cf188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 196cf1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 196cf264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 07ed6370 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Thread ID: 119
System Thread ID: d00
Kernel Time: 0:1:38.515
User Time: 0:7:46.125
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1981e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1981e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1981e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1981e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1981e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1981e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1981e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1981e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1981e694 76390425 USER32!DispatchMessageA+0xb
09 1981e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1981e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1981e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 1981ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1981edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1981edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1981f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1981f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1981f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 03475150 1981f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1981f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 120
System Thread ID: f30
Kernel Time: 0:1:40.781
User Time: 0:8:46.500
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1985e48c 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1985e500 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1985e508 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1985e554 762e39e5 MSVBVM50!CMutexSem::Request+0x10
04 1985e5bc 762e37ef MSVBVM50!FnwpMainFilter+0x1d6
05 1985e5dc 77e3a244 MSVBVM50!FnwpMain+0x1b
06 1985e5fc 77e145e5 USER32!UserCallWinProc+0x18
07 1985e688 77e15b51 USER32!DispatchMessageWorker+0x2e4
08 1985e694 76390425 USER32!DispatchMessageA+0xb
09 1985e6c0 76351063 MSVBVM50!
CThreadPool::FlushWorkerMsgQueue+0x30
0a 1985e6cc 763061bb MSVBVM50!HostDoEvents_75+0x11
0b 1985e6d8 11021bc9 MSVBVM50!rtcDoEvents+0x7
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0c 1985ed34 11014175 cserver210!DllCanUnloadNow+0x1627b
0d 1985edb4 779d7b9d cserver210!DllCanUnloadNow+0x8827
0e 1985edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0f 1985f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
10 1985f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
11 1985f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
12 07ed5b58 1985f39c vbscript!DllCanUnloadNow+0xd21a
13 6b650000 167c8d50 0x1985f39c
14 458b6455 00000000 0x167c8d50
Thread ID: 121
System Thread ID: d64
Kernel Time: 0:1:54.968
User Time: 0:8:55.156
Thread Status: Thread is in a WAIT state.
Other information: Thread is waiting for a lock to be
released. Looking for lock owner.
Owning thread System ID: 6e4
Thread Type: ASP
Executing Page: D:\INETPUB\WWWROOT\DEFAULT.ASP
# ChildEBP RetAddr
00 1989e414 77f8f1e5 ntdll!NtWaitForSingleObject+0xb
01 1989e488 77f87e86 ntdll!
RtlpWaitForCriticalSection+0x9e
02 1989e490 762e1b79 ntdll!RtlEnterCriticalSection+0x46
03 1989e4f0 77abca06 MSVBVM50!CMutexSem::Request+0x10
04 1989e51c 77abcfdc ole32!
CClassCache::CDllPathEntry::DllGetClassObject+0x35
05 1989e540 77abd4b9 ole32!
CClassCache::CDllFnPtrMoniker::BindToObject+0x166
06 1989e56c 77ac0505 ole32!
CClassCache::SearchForLoadedClass+0x71
07 1989e61c 77a6be6c ole32!ICoCreateInstanceEx+0xc9
08 1989e644 77a6be37 ole32!CoCreateInstanceEx+0x2b
09 1989e674 7631abb9 ole32!CoCreateInstance+0x35
0a 1989e6d0 11021dba MSVBVM50!rtcCreateObject+0x52
WARNING: Stack unwind information not available.
Following
frames may be wrong.
0b 1989ed34 11013a55 cserver210!DllCanUnloadNow+0x1646c
0c 1989edb4 779d7b9d cserver210!DllCanUnloadNow+0x8107
0d 1989edd8 76334b18 OLEAUT32!DispCallFunc+0x15d
0e 1989f188 763347e0 MSVBVM50!EpiInvokeMethod+0x288
0f 1989f1e8 6b614279 MSVBVM50!BASIC_CLASS_Invoke+0x4e
10 1989f264 6b61866f vbscript!DllCanUnloadNow+0x8e24
11 03414420 3d544345 vbscript!DllCanUnloadNow+0xd21a
12 4a420000 00000000 0x3d544345
Closing open log file C:\iisstate\output\IISState-
3636.log
-----Original Message-----
Please post to the group.
Pat
Post by chrystal
Hi Pat,
I did as you suggested and ran the IISState.exe while
the
Post by chrystal
server was hanging. Should I email the log file
directly
Post by chrystal
to you or should I copy and paste the log directly to
the
Post by chrystal
newsgroup?
Thanks,
Chrystal
-----Original Message-----
Next time it hangs, run iisstate
(www.iisfaq.com/iisstate). It will tell
you exactly why it is hanging and we can suggest a
plan
Post by chrystal
from there. When
the hang occurs, run it against inetinfo and any
dllhost's that are active.
iisstate -p <pid for inetinfo or dllhost> <enter>
Pat
Post by chrystal
We are experiencing some problems where IIS Hangs
intermittenly. We are running Windows 2000 sp3,
have a
Post by chrystal
Post by chrystal
content management tool running with asp,
Coldfusion
Post by chrystal
Post by chrystal
Server, Pathlore and Microsoft Eduction Learning
Library
Post by chrystal
Post by chrystal
installed on this server. We have had a tough
time
Post by chrystal
Post by chrystal
recreating the problem but I have been able to
use a
Post by chrystal
Post by chrystal
Stress Tool and it seems that maybe the Microsoft
Education Learning Library install might have
something
Post by chrystal
to
Post by chrystal
do with it. Has anyone (please for the love of
god)
had
Post by chrystal
Post by chrystal
the same problems?
Thanks,
Chrystal
.
.
.
Developer
2003-08-06 14:45:46 UTC
Permalink
Chrystal,

If your server is crashing or hanging you might want to
download our ReJuvin8 tool. It's designed to detect then
restart or reboot. It doesn't fix root problems but it
does give you some breathing room while you are addressing
them. ReJuvin8 also gives you email and telephone alert
messages of what it's doing. Use it free for the first
15-days.


ReJuvin8 has both an automatic detect mode and a custom one.
In the auto mode you make all the settings by pointing and
clicking. This will handle most applications.

In the custom mode you can include heartbeat synch
files which give you absolute detection that certain functions
are working. ReJuvin8 includes tools and instructions to help
you do this. Need to get going immediately? We will contract
to set it up for you at your site.

Charles

voice: (530) 477-7327
email: ***@amfox.com
(Please delete the 'REMOVE' from the email address.)

Download: http://www.amfox.com/rejuve.htm
Post by chrystal
We are experiencing some problems where IIS Hangs
intermittenly. We are running Windows 2000 sp3, have a
content management tool running with asp, Coldfusion
Server, Pathlore and Microsoft Eduction Learning Library
installed on this server. We have had a tough time
recreating the problem but I have been able to use a
Stress Tool and it seems that maybe the Microsoft
Education Learning Library install might have something to
do with it. Has anyone (please for the love of god) had
the same problems?
Thanks,
Chrystal
Loading...