| Pat [MSFT] 2004-11-23, 6:07 pm |
| One of two things has happened:
a) The Jet ODBC driver has leaked a lock and caused a hang.
or
b) Your pages are pounding the access DB (possibly due to a bug in the ASP
page or the usage pattern) and the DB calls can't keep up with the traffic.
You could try the following:
1) Modify your access connection string to use the OLEDB provider. It is
much, much more performant and may eliminate the problem.
2) Compress your DB(s). With Access you should do this weekly (or more if
the data change rate is high)
3) If the 1st two don't work, try eliminating On Error Resume Next from
pages that access the DB. That will tell you if there are problems with the
queries, etc. and if the problem is in the ASP code will identify where the
problem is.
4) Finally, you could call MS-Support and see if they have more to say after
a more in-depth debugging.
Pat
"Carl Porter" <CarlPorter987@yahoo.co.uk> wrote in message
news:3beb9ddc.0411230451.38100a9b@posting.google.com...
> IIS6 with jetbug hotfix and latest scripting engines installed reports
> frequent ASP timeout to clients. Any help in analysing the iisstate
> log is appreciated.
>
> Carl
>
>
>
> Opened log file 'C:\iisstate\output\IISState-3536.log'
>
> ***********************
> Starting new log output
> IISState version 3.3.1
>
> Tue Nov 23 11:15:26 2004
>
> OS = Windows 2003 Server
> Executable: w3wp.exe
> PID = 3536
>
> Note: Thread times are formatted as HH:MM:SS.ms
>
> ***********************
>
>
>
>
> Thread ID: 0
> System Thread ID: 900
> Kernel Time: 0:0:0.156
> User Time: 0:0:0.140
> Thread Type: HTTP Compression Thread
> # ChildEBP RetAddr
> 00 0006fe58 77f43741 SharedUserData!SystemCallStub+0x4
> 01 0006fe5c 77e41817 ntdll!ZwWaitForSingleObject+0xc
> 02 0006fecc 77e4168f kernel32!WaitForSingleObjectEx+0xac
> 03 0006fedc 5a3635ae kernel32!WaitForSingleObject+0xf
> 04 0006feec 5a364d7d w3dt!WP_CONTEXT::RunMainThreadLoop+0xe
> 05 0006fef4 5a3a1d98 w3dt!UlAtqStartListen+0x2d
> 06 0006ff00 5a3a5d54 w3core!W3_SERVER::StartListen+0x8e
> 07 0006ff0c 010017af w3core!UlW3Start+0xea
> 08 0006ff44 0100195e w3wp!wmain+0x236
> 09 0006ffc0 77e4f38c w3wp!wmainCRTStartup+0x12f
> 0a 0006fff0 00000000 kernel32!BaseProcessStart+0x23
>
>
>
>
> Thread ID: 1
> System Thread ID: 8e8
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Other
> # ChildEBP RetAddr
> 00 009fff9c 77f4262b SharedUserData!SystemCallStub+0x4
> 01 009fffa0 77f6b5b2 ntdll!NtDelayExecution+0xc
> 02 009fffb8 77e4a990 ntdll!RtlpTimerThread+0x45
> 03 009fffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 2
> System Thread ID: ba8
> Kernel Time: 0:0:1.406
> User Time: 0:0:1.234
> Thread Type: HTTP Listener
> # ChildEBP RetAddr
> 00 00caff28 77f430c7 SharedUserData!SystemCallStub+0x4
> 01 00caff2c 77e430bc ntdll!ZwRemoveIoCompletion+0xc
> 02 00caff58 5a302360 kernel32!GetQueuedCompletionStatus+0x27
> 03 00caff90 5a302531 W3TP!THREAD_POOL_DATA::ThreadPoolThread+
0x31
> 04 00caffa4 5a301d27 W3TP!THREAD_POOL_DATA::ThreadPoolThread+
0x21
> 05 00caffb8 77e4a990 W3TP!THREAD_MANAGER::ThreadManagerThread
+0x35
> 06 00caffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 3
> System Thread ID: 2f0
> Kernel Time: 0:0:0.328
> User Time: 0:0:0.125
> Thread Type: HTTP Listener
> # ChildEBP RetAddr
> 00 00ceff28 77f430c7 SharedUserData!SystemCallStub+0x4
> 01 00ceff2c 77e430bc ntdll!ZwRemoveIoCompletion+0xc
> 02 00ceff58 5a302360 kernel32!GetQueuedCompletionStatus+0x27
> 03 00ceff90 5a302531 W3TP!THREAD_POOL_DATA::ThreadPoolThread+
0x31
> 04 00ceffa4 5a301d27 W3TP!THREAD_POOL_DATA::ThreadPoolThread+
0x21
> 05 00ceffb8 77e4a990 W3TP!THREAD_MANAGER::ThreadManagerThread
+0x35
> 06 00ceffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 4
> System Thread ID: db4
> Kernel Time: 0:0:3.296
> User Time: 0:0:3.218
> Thread Type: HTTP Listener
> # ChildEBP RetAddr
> 00 00d2ff28 77f430c7 SharedUserData!SystemCallStub+0x4
> 01 00d2ff2c 77e430bc ntdll!ZwRemoveIoCompletion+0xc
> 02 00d2ff58 5a302360 kernel32!GetQueuedCompletionStatus+0x27
> 03 00d2ff90 5a302531 W3TP!THREAD_POOL_DATA::ThreadPoolThread+
0x31
> 04 00d2ffa4 5a301d27 W3TP!THREAD_POOL_DATA::ThreadPoolThread+
0x21
> 05 00d2ffb8 77e4a990 W3TP!THREAD_MANAGER::ThreadManagerThread
+0x35
> 06 00d2ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 5
> System Thread ID: d3c
> Kernel Time: 0:0:2.218
> User Time: 0:0:2.218
> Thread Type: HTTP Listener
> # ChildEBP RetAddr
> 00 00d6ff28 77f430c7 SharedUserData!SystemCallStub+0x4
> 01 00d6ff2c 77e430bc ntdll!ZwRemoveIoCompletion+0xc
> 02 00d6ff58 5a302360 kernel32!GetQueuedCompletionStatus+0x27
> 03 00d6ff90 5a302531 W3TP!THREAD_POOL_DATA::ThreadPoolThread+
0x31
> 04 00d6ffa4 5a301d27 W3TP!THREAD_POOL_DATA::ThreadPoolThread+
0x21
> 05 00d6ffb8 77e4a990 W3TP!THREAD_MANAGER::ThreadManagerThread
+0x35
> 06 00d6ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 6
> System Thread ID: 99c
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Status: Thread is in a WAIT state.
> Thread Type: Other
> # ChildEBP RetAddr
> 00 00e2fcec 77f4372d SharedUserData!SystemCallStub+0x4
> 01 00e2fcf0 77f75297 ntdll!NtWaitForMultipleObjects+0xc
> 02 00e2ffb8 77e4a990 ntdll!RtlpWaitThread+0x158
> 03 00e2ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 7
> System Thread ID: e50
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: HTTP Compression Thread
> # ChildEBP RetAddr
> 00 016eff14 77f43741 SharedUserData!SystemCallStub+0x4
> 01 016eff18 77e41817 ntdll!ZwWaitForSingleObject+0xc
> 02 016eff88 77e4168f kernel32!WaitForSingleObjectEx+0xac
> 03 016eff98 5a3a51f7 kernel32!WaitForSingleObject+0xf
> 04 016effb8 77e4a990 w3core!HTTP_COMPRESSION::CompressionThre
ad+0x85
> 05 016effc4 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 8
> System Thread ID: aa4
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.46
> Thread Type: Possible ASP page. Possible DCOM activity
> Executing Page: Unable to locate ASP page
>
> No remote call being made
>
> # ChildEBP RetAddr
> 00 0172fe20 77f4313f SharedUserData!SystemCallStub+0x4
> 01 0172fe24 77c57b85 ntdll!NtReplyWaitReceivePortEx+0xc
> 02 0172ff8c 77c60829 RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0
x193
> 03 0172ff90 77c60771 RPCRT4!RecvLotsaCallsWrapper+0x9
> 04 0172ffb0 77c60857 RPCRT4!BaseCachedThreadRoutine+0x9c
> 05 0172ffb8 77e4a990 RPCRT4!ThreadStartRoutine+0x17
> 06 0172ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 9
> System Thread ID: ea0
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Other
> # ChildEBP RetAddr
> 00 0176ff8c 77f4262b SharedUserData!SystemCallStub+0x4
> 01 0176ff90 77f6f0fc ntdll!NtDelayExecution+0xc
> 02 0176ffb8 77e4a990 ntdll!RtlpIOWorkerThread+0x3d
> 03 0176ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 10
> System Thread ID: 994
> 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 0242ff14 77f43741 SharedUserData!SystemCallStub+0x4
> 01 0242ff18 77e41817 ntdll!ZwWaitForSingleObject+0xc
> 02 0242ff88 77e4168f kernel32!WaitForSingleObjectEx+0xac
> 03 0242ff98 70a05c99 kernel32!WaitForSingleObject+0xf
> 04 0242ffb4 70a0625a asp!CApplnCleanupMgr::ApplnCleanupDoWork
+0x19
> 05 0242ffb8 77e4a990 asp!CApplnCleanupMgr::ApplnCleanupThread
+0xa
> 06 0242ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 11
> System Thread ID: dc0
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Status: Thread is in a WAIT state.
> Thread Type: ASP
> Executing Page: Unable to locate ASP page
>
> # ChildEBP RetAddr
> 00 0256fe1c 77f4372d SharedUserData!SystemCallStub+0x4
> 01 0256fe20 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
> 02 0256fec8 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 0256ff24 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0
x13f
> 04 0256ff40 70a183cc USER32!MsgWaitForMultipleObjects+0x1d
> 05 0256ff80 77bbb9c3 asp!CMTACallbackThread::Thread+0x4c
> 06 0256ff8c 00000000 msvcrt!free+0xc8
>
>
>
>
> Thread ID: 12
> System Thread ID: 2a4
> 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 025afefc 77f43741 SharedUserData!SystemCallStub+0x4
> 01 025aff00 77e41817 ntdll!ZwWaitForSingleObject+0xc
> 02 025aff70 77e4168f kernel32!WaitForSingleObjectEx+0xac
> 03 025aff80 709f4800 kernel32!WaitForSingleObject+0xf
> 04 025affb4 77f5cd6b asp!CViperReqManager::WatchThread+0x65
>
>
>
>
> Thread ID: 13
> System Thread ID: c3c
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 0260fef0 77f43741 SharedUserData!SystemCallStub+0x4
> 01 0260fef4 77e41817 ntdll!ZwWaitForSingleObject+0xc
> 02 0260ff64 77e4168f kernel32!WaitForSingleObjectEx+0xac
> 03 0260ff74 75630e16 kernel32!WaitForSingleObject+0xf
> 04 0260ff84 77bc91ed
> comsvcs!CSTAThreadPool::LoadBalanceThrea
dControlLoop+0x25
> 05 0260ffb8 77e4a990 msvcrt!_endthreadex+0x95
> 06 0260ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 14
> System Thread ID: 738
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 0264fee8 77f43741 SharedUserData!SystemCallStub+0x4
> 01 0264feec 77e41817 ntdll!ZwWaitForSingleObject+0xc
> 02 0264ff5c 77e4168f kernel32!WaitForSingleObjectEx+0xac
> 03 0264ff6c 756308f3 kernel32!WaitForSingleObject+0xf
> 04 0264ff84 77bc91ed
> comsvcs!CSTAThreadPool::KillThreadContro
lLoop+0x21
> 05 0264ffb8 77e4a990 msvcrt!_endthreadex+0x95
> 06 0264ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 15
> System Thread ID: bcc
> Kernel Time: 0:0:7.250
> User Time: 0:0:33.421
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 0268fdcc 77f4372d SharedUserData!SystemCallStub+0x4
> 01 0268fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
> 02 0268fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 0268fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0
x13f
> 04 0268fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
> 05 0268ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
> 06 0268ffb8 77e4a990 msvcrt!_endthreadex+0x95
> 07 0268ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 16
> System Thread ID: b64
> Kernel Time: 0:0:2.968
> User Time: 0:0:1.203
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 026cfdcc 77f4372d SharedUserData!SystemCallStub+0x4
> 01 026cfdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
> 02 026cfe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 026cfed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0
x13f
> 04 026cfef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
> 05 026cff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
> 06 026cffb8 77e4a990 msvcrt!_endthreadex+0x95
> 07 026cffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 17
> System Thread ID: 610
> Kernel Time: 0:0:11.531
> User Time: 0:0:57.390
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 0270fdcc 77f4372d SharedUserData!SystemCallStub+0x4
> 01 0270fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
> 02 0270fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 0270fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0
x13f
> 04 0270fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
> 05 0270ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
> 06 0270ffb8 77e4a990 msvcrt!_endthreadex+0x95
> 07 0270ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 18
> System Thread ID: d38
> Kernel Time: 0:0:5.656
> User Time: 0:0:7.250
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 0274fdcc 77f4372d SharedUserData!SystemCallStub+0x4
> 01 0274fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
> 02 0274fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 0274fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0
x13f
> 04 0274fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
> 05 0274ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
> 06 0274ffb8 77e4a990 msvcrt!_endthreadex+0x95
> 07 0274ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 19
> System Thread ID: 6d4
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Other
> # ChildEBP RetAddr
> 00 02d8ff10 77f43741 SharedUserData!SystemCallStub+0x4
> 01 02d8ff14 77e41817 ntdll!ZwWaitForSingleObject+0xc
> 02 02d8ff84 77e4168f kernel32!WaitForSingleObjectEx+0xac
> 03 02d8ff94 02ac38a9 kernel32!WaitForSingleObject+0xf
> 04 02d8ffb8 77e4a990 oledb32!ReleaseResourceThread+0x54
> 05 02d8ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 20
> System Thread ID: 1a8
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.0
> Thread Type: Other
> # ChildEBP RetAddr
> 00 02dcff08 77f43741 SharedUserData!SystemCallStub+0x4
> 01 02dcff0c 77e41817 ntdll!ZwWaitForSingleObject+0xc
> 02 02dcff7c 77e4168f kernel32!WaitForSingleObjectEx+0xac
> 03 02dcff8c 02ac38b9 kernel32!WaitForSingleObject+0xf
> 04 02dcffb8 77e4a990 oledb32!ResetResourceThread+0x84
> 05 02dcffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 21
> System Thread ID: be0
> Kernel Time: 0:0:0.15
> User Time: 0:0:0.0
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 02e0fd04 77f43741 SharedUserData!SystemCallStub+0x4
> 01 02e0fd08 77e41817 ntdll!ZwWaitForSingleObject+0xc
> 02 02e0fd78 77e4168f kernel32!WaitForSingleObjectEx+0xac
> 03 02e0fd88 7561065c kernel32!WaitForSingleObject+0xf
> 04 02e0ffb8 77e4a990 comsvcs!PingThread+0xea
> 05 02e0ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 22
> System Thread ID: ae4
> Kernel Time: 0:0:0.0
> User Time: 0:0:0.62
> Thread Type: Other
> # ChildEBP RetAddr
> 00 017eff70 77f430c7 SharedUserData!SystemCallStub+0x4
> 01 017eff74 77f7e6ae ntdll!ZwRemoveIoCompletion+0xc
> 02 017effb8 77e4a990 ntdll!RtlpWorkerThread+0x3b
> 03 017effec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 23
> System Thread ID: 968
> Kernel Time: 0:0:6.906
> User Time: 0:0:10.640
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 00aafdcc 77f4372d SharedUserData!SystemCallStub+0x4
> 01 00aafdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
> 02 00aafe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 00aafed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0
x13f
> 04 00aafef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
> 05 00aaff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
> 06 00aaffb8 77e4a990 msvcrt!_endthreadex+0x95
> 07 00aaffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 24
> System Thread ID: f84
> Kernel Time: 0:0:0.15
> 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 07c9fe20 77f4313f SharedUserData!SystemCallStub+0x4
> 01 07c9fe24 77c57b85 ntdll!NtReplyWaitReceivePortEx+0xc
> 02 07c9ff8c 77c60829 RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0
x193
> 03 07c9ff90 77c60771 RPCRT4!RecvLotsaCallsWrapper+0x9
> 04 07c9ffb0 77c60857 RPCRT4!BaseCachedThreadRoutine+0x9c
> 05 07c9ffb8 77e4a990 RPCRT4!ThreadStartRoutine+0x17
> 06 07c9ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 25
> System Thread ID: 810
> Kernel Time: 0:0:5.31
> User Time: 0:0:14.890
> *** ERROR: Symbol file could not be found. Defaulted to export
> symbols for
>
> C:\WINDOWS\system32\vbscript.dll -
> Other information: Thread is waiting for a lock to be released.
> Looking for lock owner.
> The owning thread is 0. This usually indicates that the lock has
> either been leaked or is in a
>
> 'convoy' state
> Thread Type: Jet DB Query. Possible ASP Page
> Executing Page:
>
> # ChildEBP RetAddr
> 00 00a3cc90 77f43741 SharedUserData!SystemCallStub+0x4
> 01 00a3cc94 77f5d64e ntdll!ZwWaitForSingleObject+0xc
> 02 00a3ccd0 77f42044 ntdll!RtlpWaitForCriticalSection+0x126
> 03 00a3ccd8 1b0058cc ntdll!RtlEnterCriticalSection+0x46
> 04 00a3cd20 02e2e676 msjet40!WZLocalTransporterID+0x24
> 05 00a3cf34 02e2e0c2 odbcjt32!FetchBlock+0x2ae
> 06 00a3cf78 02e2db35 odbcjt32!SQLInternalFetchCover+0x588
> 07 00a3cfa0 02e2dace odbcjt32!SQLExtendedFetch+0x7e
> 08 00a3cfbc 02bb7420 odbcjt32!SQLExtendedFetch+0x17
> 09 00a3cfe4 02b68d9f ODBC32!SQLExtendedFetch+0xe7
> 0a 00a3d034 02b68e5b msdasql!CFetchRowsExtFetch::FetchRows+0x
59a
> 0b 00a3d064 02b69000 msdasql!CRowset::FetchRows+0x2b
> 0c 00a3d1b0 08a677e8 msdasql!CImpIRowsetScroll::GetNextRows+0
x3b3
> 0d 00a3d1ec 08a9818d msadce!CFetchBindingOLEDB::fbFetchOneRow
+0x51
> 0e 00a3d214 08a68097 msadce!CFetchBinding::fbFetchNewRows+0x4
d
> 0f 00a3d228 08a6817b msadce!CFoxRowset::rsFetchAll+0x58
> 10 00a3d250 08a6822a msadce!CFoxRowset::rsStartFetch+0xb1
> 11 00a3d280 08a8144e msadce!CFoxRowset::rsInit+0x90
> 12 00a3d2d0 0277230a msadce!CFoxRowset::InvokeService+0x233
> 13 00a3d30c 02789e4d msado15!GetFxRowset+0x10c
> 14 00a3d354 0278d4f3 msado15!CConnection::Execute+0x28b
> 15 00a3d514 02769c47 msado15!_ExecuteAsync+0x33c
> 16 00a3d524 027699ee msado15!ExecuteAsync+0x1f
> 17 00a3d5f0 02769bee msado15!CQuery::Execute+0xa25
> 18 00a3d650 02764854 msado15!CCommand::_Execute+0x147
> 19 00a3d6d8 02764b39 msado15!CRecordset::_Open+0x2fb
> 1a 00a3d844 02780bd9 msado15!CRecordset::Open+0x5c3
> 1b 00a3dc90 7348afb6 msado15!CRecordset::Invoke+0x12ff
> WARNING: Stack unwind information not available. Following frames may
> be wrong.
> 1c 00a3dce4 7347ae81 vbscript!DllRegisterServer+0x4b76
> 1d 00a3dd30 73477f21 vbscript!DllGetClassObject+0xba01
> 1e 00a3dd6c 73477ecb vbscript!DllGetClassObject+0x8aa1
> 1f 00a3de80 73464f79 vbscript!DllGetClassObject+0x8a4b
> 20 00a3dea4 734656b3 vbscript+0x4f79
> 21 00a3e180 73464412 vbscript+0x56b3
> 22 00a3e284 734654d2 vbscript+0x4412
> 23 00a3e558 73464412 vbscript+0x54d2
> 24 00a3e65c 734654d2 vbscript+0x4412
> 25 00a3e930 73464412 vbscript+0x54d2
> 26 00a3ea34 734654d2 vbscript+0x4412
> 27 00a3ed08 73464412 vbscript+0x54d2
> 28 00a3ee0c 734654d2 vbscript+0x4412
> 29 00a3f0e0 73464412 vbscript+0x54d2
> 2a 00a3f1e4 734654d2 vbscript+0x4412
> 2b 00a3f4b8 73464412 vbscript+0x54d2
> 2c 00a3f5bc 734654d2 vbscript+0x4412
> 2d 00a3f890 73464412 vbscript+0x54d2
> 2e 00a3f994 7346480d vbscript+0x4412
> 2f 00a3f9f8 7346d2cf vbscript+0x480d
> 30 00a3fa48 734714ad vbscript!DllCanUnloadNow+0x76ef
> 31 00a3fa64 709e5e87 vbscript!DllGetClassObject+0x202d
>
>
>
>
> Thread ID: 26
> System Thread ID: e20
> Kernel Time: 0:0:7.890
> User Time: 0:0:6.812
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 017afdcc 77f4372d SharedUserData!SystemCallStub+0x4
> 01 017afdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
> 02 017afe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 017afed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0
x13f
> 04 017afef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
> 05 017aff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
> 06 017affb8 77e4a990 msvcrt!_endthreadex+0x95
> 07 017affec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 27
> System Thread ID: 7e8
> Kernel Time: 0:0:7.296
> User Time: 0:0:26.671
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 08d9fdcc 77f4372d SharedUserData!SystemCallStub+0x4
> 01 08d9fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
> 02 08d9fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 08d9fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0
x13f
> 04 08d9fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
> 05 08d9ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
> 06 08d9ffb8 77e4a990 msvcrt!_endthreadex+0x95
> 07 08d9ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 28
> System Thread ID: 7fc
> Kernel Time: 0:0:7.390
> User Time: 0:0:21.484
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 08ddfdcc 77f4372d SharedUserData!SystemCallStub+0x4
> 01 08ddfdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
> 02 08ddfe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 08ddfed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0
x13f
> 04 08ddfef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
> 05 08ddff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
> 06 08ddffb8 77e4a990 msvcrt!_endthreadex+0x95
> 07 08ddffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 29
> System Thread ID: 9f8
> Kernel Time: 0:0:5.984
> User Time: 0:0:8.484
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 08ebfdcc 77f4372d SharedUserData!SystemCallStub+0x4
> 01 08ebfdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
> 02 08ebfe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 08ebfed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0
x13f
> 04 08ebfef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
> 05 08ebff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
> 06 08ebffb8 77e4a990 msvcrt!_endthreadex+0x95
> 07 08ebffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 30
> System Thread ID: b68
> Kernel Time: 0:0:5.593
> User Time: 0:0:9.828
> Other information: Thread is waiting for a lock to be released.
> Looking for lock owner.
> The owning thread is 0. This usually indicates that the lock has
> either been leaked or is in a
>
> 'convoy' state
> Thread Type: Jet DB Query. Possible ASP Page
> Executing Page: Unable to locate ASP page
>
> # ChildEBP RetAddr
> 00 08d3f728 77f43741 SharedUserData!SystemCallStub+0x4
> 01 08d3f72c 77f5d64e ntdll!ZwWaitForSingleObject+0xc
> 02 08d3f768 77f42044 ntdll!RtlpWaitForCriticalSection+0x126
> 03 08d3f770 1b0058cc ntdll!RtlEnterCriticalSection+0x46
> 04 08d3f7a0 02e298a9 msjet40!WZLocalTransporterID+0x24
> 05 08d3f7b4 02e29883 odbcjt32!SQLFreeStmtCover+0x23
> 06 08d3f7c0 02e1e258 odbcjt32!SQLFreeStmt+0xd
> 07 08d3f7d0 02bb7b89 odbcjt32!SQLFreeHandle+0x2a
> 08 08d3f7f4 02bb5ef0 ODBC32!FreeStmt+0x171
> 09 08d3f80c 02b660fa ODBC32!SQLFreeStmt+0x20
> 0a 08d3f818 02b6dde2 msdasql!CODBCHandle::FreeStmt+0x1a
> 0b 08d3f83c 02b6dce1 msdasql!CODBCHandle::ReleaseHstmt+0x32
> 0c 08d3f850 02b6dc58 msdasql!CCommand::~CCommand+0x6a
> 0d 08d3f858 02b6dc34 msdasql!CCommand::`scalar deleting
> destructor'+0x8
> 0e 08d3f864 02b6173d msdasql!CCommand::Release+0x23
> 0f 08d3f86c 027689d3
> msdasql!CImpIRowsetChangeImmediateODBC::
Release+0xd
> 10 08d3f87c 02768a24 msado15!CQuery::RelCmdInterfaces+0x63
> 11 08d3f884 02768a49 msado15!CQuery::Close+0x24
> 12 08d3f890 02763dc5 msado15!CQuery::Term+0x9
> 13 08d3f89c 02768923 msado15!CStdSymbiontObject::ADOUnlock+0x
35
> 14 08d3f8e4 0276a7d1 msado15!CCommand::Close+0x53
> 15 08d3f99c 0276a537 msado15!CCommand::SetConnection+0x283
> 16 08d3f9d0 0276a7ba msado15!CCommand::putref_ActiveConnectio
n+0x47
> 17 08d3f9f0 027651b6 msado15!CRecordset::SwapActiveConnection
+0xd5
> 18 08d3fa10 0276516f msado15!CRecordset::Term+0x16
> 19 08d3fa2c 02763951 msado15!CStdSymbiontObject::InternalRele
ase+0x6c
> 1a 08d3fa3c 7710736a msado15!ATL::CComObject<CRecordset>::Release+0x11
> 1b 08d3fa4c 7346157b OLEAUT32!VariantClear+0xad
> WARNING: Stack unwind information not available. Following frames may
> be wrong.
> 1c 08d3fa7c 73466e9d vbscript+0x157b
> 1d 08d3fa88 73466e73 vbscript!DllCanUnloadNow+0x12bd
> 1e 08d3faa8 709e5b72 vbscript!DllCanUnloadNow+0x1293
> 1f 08d3faf0 709e6282 asp!CScriptingNamespace::UnInit+0x93
> 20 08d3fb18 709e6393 asp!ExecuteRequest+0x22b
> 21 08d3fb60 709e5573 asp!Execute+0x16a
> 22 08d3fbb0 709e5726 asp!CHitObj::ViperAsyncCallback+0x3ec
> 23 08d3fbd0 75633107 asp!CViperAsyncRequest::OnCall+0x8c
> 24 08d3fbec 77204c67
> comsvcs!CSTAActivityWork::STAActivityWor
kHelper+0x30
> 25 08d3fc38 7720539a ole32!EnterForCallback+0xc0
> 26 08d3fd98 771e03a4 ole32!SwitchForCallback+0x194
> 27 08d3fdc4 771c7e10 ole32!PerformCallback+0x52
> 28 08d3fe48 77207984
> ole32!CObjectContext::InternalContextCal
lback+0x140
> 29 08d3fe68 756332b3 ole32!CObjectContext::DoCallback+0x1a
> 2a 08d3fed4 756337ad comsvcs!CSTAActivityWork::DoWork+0x137
> 2b 08d3fee8 75633f71 comsvcs!CSTAThread::DoWork+0x14
> 2c 08d3ff04 7563423b comsvcs!CSTAThread::ProcessQueueWork+0x3
0
> 2d 08d3ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x17a
> 2e 08d3ffb8 77e4a990 msvcrt!_endthreadex+0x95
> 2f 08d3ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 31
> System Thread ID: 5d0
> Kernel Time: 0:0:9.734
> User Time: 0:0:16.234
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 00aefdcc 77f4372d SharedUserData!SystemCallStub+0x4
> 01 00aefdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
> 02 00aefe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 00aefed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0
x13f
> 04 00aefef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
> 05 00aeff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
> 06 00aeffb8 77e4a990 msvcrt!_endthreadex+0x95
> 07 00aeffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 32
> System Thread ID: 84c
> Kernel Time: 0:0:6.281
> User Time: 0:0:12.62
> Other information: Thread is waiting for a lock to be released.
> Looking for lock owner.
> The owning thread is 0. This usually indicates that the lock has
> either been leaked or is in a
>
> 'convoy' state
> Thread Type: Jet DB Query. Possible ASP Page
> Executing Page: E:\WWWsite\REF\REFARY.ASP
>
> # ChildEBP RetAddr
> 00 009bccdc 77f43741 SharedUserData!SystemCallStub+0x4
> 01 009bcce0 77f5d64e ntdll!ZwWaitForSingleObject+0xc
> 02 009bcd1c 77f42044 ntdll!RtlpWaitForCriticalSection+0x126
> 03 009bcd24 1b0058cc ntdll!RtlEnterCriticalSection+0x46
> 04 009bcf78 02e19a5d msjet40!WZLocalTransporterID+0x24
> 05 009bd200 02e17954 odbcjt32!SetParamsFromIni+0x126
> 06 009be36c 02e18da4 odbcjt32!SQLConnectCover+0x6fd
> 07 009be3a0 02bb1c0f odbcjt32!SQLDriverConnectW+0x3d
> 08 009be3e4 02bb18cb ODBC32!SQLInternalDriverConnectW+0x142
> 09 009beb28 02b62049 ODBC32!SQLDriverConnectW+0x6ba
> 0a 009beb90 02b621d0 msdasql!CODBCHandle::OHDriverConnect+0x8
0
> 0b 009bebb0 02b62313 msdasql!CHdbcNode::DriverConnect+0x20
> 0c 009bebf4 02ac4602 msdasql!CImpIDBInitialize::Initialize+0x
161
> 0d 009bec20 02ac46a3 oledb32!CDBInitialize::DoInitialize+0x32
> 0e 009bec50 02ac2d75 oledb32!CDBInitialize::Initialize+0x58
> 0f 009becfc 75610dfe oledb32!CDCMPool::CreateResource+0x1fa
> 10 009bed38 75612301
> comsvcs!CHolder::SafeDispenserDriver::Cr
eateResource+0x25
> 11 009bed94 02ac3319 comsvcs!CHolder::AllocResource+0x325
> 12 009bede4 02ac4748 oledb32!CDCMPool::DrawResource+0x9d
> 13 009bee3c 02ac320e oledb32!CDCMPoolManager::DrawResource+0x
185
> 14 009bee9c 02766a9b oledb32!CDPO::Initialize+0x136
> 15 009bef9c 02766c37 msado15!_ConnectAsync+0x1da
> 16 009befac 0276694e msado15!ConnectAsync+0x1f
> 17 009bf11c 02780d8d msado15!CConnection::Open+0xa26
> 18 009bf3a0 7348afb6 msado15!CConnection::Invoke+0xb63
> WARNING: Stack unwind information not available. Following frames may
> be wrong.
> 19 009bf3f4 7347ae81 vbscript!DllRegisterServer+0x4b76
> 1a 009bf440 73477f21 vbscript!DllGetClassObject+0xba01
> 1b 009bf47c 73477ecb vbscript!DllGetClassObject+0x8aa1
> 1c 009bf590 73464f79 vbscript!DllGetClassObject+0x8a4b
> 1d 009bf5b4 734656b3 vbscript+0x4f79
> 1e 009bf890 73464412 vbscript+0x56b3
> 1f 009bf994 7346480d vbscript+0x4412
> 20 009bf9f8 7346d2cf vbscript+0x480d
> 21 009bfa48 734714ad vbscript!DllCanUnloadNow+0x76ef
> 22 009bfa64 709e5e87 vbscript!DllGetClassObject+0x202d
> 23 009bfa90 709e5ee1 asp!CActiveScriptEngine::TryCall+0x17
> 24 009bfacc 709e5f21 asp!CActiveScriptEngine::Call+0x31
> 25 009bfae0 709e6227 asp!CallScriptFunctionOfEngine+0x21
> 26 009bfb18 709e6393 asp!ExecuteRequest+0x138
> 27 009bfb60 709e5573 asp!Execute+0x16a
> 28 009bfbb0 709e5726 asp!CHitObj::ViperAsyncCallback+0x3ec
> 29 009bfbd0 75633107 asp!CViperAsyncRequest::OnCall+0x8c
> 2a 009bfbec 77204c67
> comsvcs!CSTAActivityWork::STAActivityWor
kHelper+0x30
> 2b 009bfc38 7720539a ole32!EnterForCallback+0xc0
> 2c 009bfd98 771e03a4 ole32!SwitchForCallback+0x194
> 2d 009bfdc4 771c7e10 ole32!PerformCallback+0x52
> 2e 009bfe48 77207984
> ole32!CObjectContext::InternalContextCal
lback+0x140
> 2f 009bfe68 756332b3 ole32!CObjectContext::DoCallback+0x1a
> 30 009bfed4 756337ad comsvcs!CSTAActivityWork::DoWork+0x137
> 31 009bfee8 75633f71 comsvcs!CSTAThread::DoWork+0x14
>
>
>
>
> Thread ID: 33
> System Thread ID: 418
> Kernel Time: 0:0:6.812
> User Time: 0:0:6.343
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 08e5fdcc 77f4372d SharedUserData!SystemCallStub+0x4
> 01 08e5fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
> 02 08e5fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 08e5fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0
x13f
> 04 08e5fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
> 05 08e5ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
> 06 08e5ffb8 77e4a990 msvcrt!_endthreadex+0x95
> 07 08e5ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 34
> System Thread ID: 814
> Kernel Time: 0:0:3.859
> User Time: 0:0:16.625
> Thread Status: Thread is in a WAIT state.
> Thread Type: Idle ASP thread
> # ChildEBP RetAddr
> 00 08e1fdcc 77f4372d SharedUserData!SystemCallStub+0x4
> 01 08e1fdd0 77e41bfa ntdll!NtWaitForMultipleObjects+0xc
> 02 08e1fe78 77d076f5 kernel32!WaitForMultipleObjectsEx+0x11a
> 03 08e1fed4 77d077f5 USER32!RealMsgWaitForMultipleObjectsEx+0
x13f
> 04 08e1fef0 756342a4 USER32!MsgWaitForMultipleObjects+0x1d
> 05 08e1ff84 77bc91ed comsvcs!CSTAThread::WorkerLoop+0x1e3
> 06 08e1ffb8 77e4a990 msvcrt!_endthreadex+0x95
> 07 08e1ffec 00000000 kernel32!BaseThreadStart+0x34
>
>
>
>
> Thread ID: 35
> System Thread ID: 1ac
> Kernel Time: 0:0:7.109
> User Time: 0:0:23.62
> Other information: Thread is waiting for a lock to be released.
> Looking for lock owner.
> The owning thread is 0. This usually indicates that the lock has
> either been leaked or is in a
>
> 'convoy' state
> Thread Type: Jet DB Query. Possible ASP Page
> Executing Page: E:\WWWsite\FORMS\NEWMA.ASP
>
> # ChildEBP RetAddr
> 00 0915d190 77f43741 SharedUserData!SystemCallStub+0x4
> 01 0915d194 77f5d64e ntdll!ZwWaitForSingleObject+0xc
> 02 0915d1d0 77f42044 ntdll!RtlpWaitForCriticalSection+0x126
> 03 0915d1d8 1b0058cc ntdll!RtlEnterCriticalSection+0x46
> 04 0915e36c 02e18da4 msjet40!WZLocalTransporterID+0x24
> 05 0915e3a0 02bb1c0f odbcjt32!SQLDriverConnectW+0x3d
> 06 0915e3e4 02bb18cb ODBC32!SQLInternalDriverConnectW+0x142
> 07 0915eb28 02b62049 ODBC32!SQLDriverConnectW+0x6ba
> 08 0915eb90 02b621d0 msdasql!CODBCH |