« Previous Next »

Thread: IIS6 stops serving ASP pages

Last post 06-10-2009 10:10 AM by netleon. 4 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (5 items)

Sort Posts:

  • 06-10-2009, 7:19 AM

    • netleon
    • Not Ranked
    • Joined on 06-10-2009, 7:11 AM
    • Posts 3

    IIS6 stops serving ASP pages

    IIS6 stops serving ASP pages in pool when pages with such lines as var a = b; requested where b is not decalred variable. On the development environment (XP, IIS5) fails only requested page.

    Helps only restart of World Wide Web Publishing Service. This situation makes impossible of defects discovering. Where is a root cause?

  • 06-10-2009, 8:41 AM In reply to

    Re: IIS6 stops serving ASP pages

    Error logs?

    Jeff

    Look for Wrox's new book Professional IIS 7 in your local bookstore, or order now at Amazon.com
  • 06-10-2009, 8:42 AM In reply to

    Re: IIS6 stops serving ASP pages

    By the way, how can you even have an error with the line var a = b when b is undefined?  Don't you do any error trapping in the code?

    Jeff

    Look for Wrox's new book Professional IIS 7 in your local bookstore, or order now at Amazon.com
  • 06-10-2009, 10:10 AM In reply to

    • netleon
    • Not Ranked
    • Joined on 06-10-2009, 7:11 AM
    • Posts 3

    Re: IIS6 stops serving ASP pages

    No logs. DebugDiag only:

    Type of Analysis Performed   Hang Analysis
    Machine Name   S3SGWDB1
    Operating System   Windows Server 2003 Service Pack 2
    Number Of Processors   2
    Process ID   5468
    Process Image   c:\WINDOWS\system32\inetsrv\w3wp.exe
    System Up-Time   20 day(s) 07:56:17
    Process Up-Time   00:03:13

     

    Top 5 Threads by CPU time
    Note - Times include both user mode and kernel mode for each thread Thread ID: 25     Total CPU Time: 00:00:03.874     Entry Point for Thread: msvcrt!_endthreadex+2f
    Thread ID: 0     Total CPU Time: 00:00:03.171     Entry Point for Thread: w3wp!wmainCRTStartup
    Thread ID: 29     Total CPU Time: 00:00:02.233     Entry Point for Thread: vfbasics!AVrfpStandardThreadFunction
    Thread ID: 11     Total CPU Time: 00:00:01.796     Entry Point for Thread: vfbasics!AVrfpStandardThreadFunction
    Thread ID: 3     Total CPU Time: 00:00:01.078     Entry Point for Thread: vfbasics!AVrfpStandardThreadFunction

     

     

    Thread report

    Thread 0 - System ID 5668
    Entry point   w3wp!wmainCRTStartup
    Create time   6/10/2009 5:57:56 PM
    Time spent in user mode   0 Days 00:00:01.187
    Time spent in kernel mode   0 Days 00:00:01.984

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!ZwWaitForSingleObject+c   
    vfbasics!AVrfpNtWaitForSingleObject+21   
    kernel32!WaitForSingleObjectEx+ac   
    kernel32!WaitForSingleObject+12   
    vfbasics!AVrfpWaitForSingleObject+9f   
    w3dt!WP_CONTEXT::RunMainThreadLoop+10   
    w3dt!UlAtqStartListen+2d   
    w3core!W3_SERVER::StartListen+bd   
    w3core!UlW3Start+26e   
    w3wp!wmain+22a   
    w3wp!wmainCRTStartup+12f   
    kernel32!BaseProcessStart+23   

     


    Back to Top


    Thread 1 - System ID 6444
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:56 PM
    Time spent in user mode   0 Days 00:00:00.015
    Time spent in kernel mode   0 Days 00:00:00.015

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtDelayExecution+c   
    ntdll!RtlpTimerThread+47   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 2 - System ID 2072
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:56 PM
    Time spent in user mode   0 Days 00:00:00.187
    Time spent in kernel mode   0 Days 00:00:00.125

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtRemoveIoCompletion+c   
    ntdll!RtlpWorkerThread+3d   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 3 - System ID 3420
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:56 PM
    Time spent in user mode   0 Days 00:00:00.203
    Time spent in kernel mode   0 Days 00:00:00.875

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtWaitForMultipleObjects+c   
    ntdll!RtlpWaitThread+161   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 4 - System ID 1264
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:57 PM
    Time spent in user mode   0 Days 00:00:00.093
    Time spent in kernel mode   0 Days 00:00:00.031

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtRemoveIoCompletion+c   
    ntdll!RtlpWorkerThread+3d   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 5 - System ID 7760
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:57 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.031

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtDelayExecution+c   
    rpcrt4!TIMER::Wait+2b   
    rpcrt4!BaseCachedThreadRoutine+e8   
    rpcrt4!ThreadStartRoutine+1b   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 6 - System ID 304
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:58 PM
    Time spent in user mode   0 Days 00:00:00.109
    Time spent in kernel mode   0 Days 00:00:00.203

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtReplyWaitReceivePortEx+c   
    rpcrt4!LRPC_ADDRESS::ReceiveLotsaCalls+198   
    rpcrt4!RecvLotsaCallsWrapper+d   
    rpcrt4!BaseCachedThreadRoutine+9d   
    rpcrt4!ThreadStartRoutine+1b   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 7 - System ID 4496
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:58 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtDelayExecution+c   
    kernel32!SleepEx+68   
    kernel32!Sleep+f   
    ole32!CROIDTable::WorkerThreadLoop+14   
    ole32!CRpcThread::WorkerLoop+26   
    ole32!CRpcThreadCache::RpcWorkerThreadEntry+20   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 8 - System ID 6764
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:58 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtRemoveIoCompletion+c   
    vfbasics!AVrfpNtRemoveIoCompletion+31   
    kernel32!GetQueuedCompletionStatus+29   
    w3tp!THREAD_POOL_DATA::ThreadPoolThread+33   
    w3tp!THREAD_POOL_DATA::ThreadPoolThread+24   
    w3tp!THREAD_MANAGER::ThreadManagerThread+39   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 9 - System ID 7176
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:58 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtRemoveIoCompletion+c   
    vfbasics!AVrfpNtRemoveIoCompletion+31   
    kernel32!GetQueuedCompletionStatus+29   
    w3tp!THREAD_POOL_DATA::ThreadPoolThread+33   
    w3tp!THREAD_POOL_DATA::ThreadPoolThread+24   
    w3tp!THREAD_MANAGER::ThreadManagerThread+39   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 10 - System ID 6176
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:58 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtRemoveIoCompletion+c   
    vfbasics!AVrfpNtRemoveIoCompletion+31   
    kernel32!GetQueuedCompletionStatus+29   
    w3tp!THREAD_POOL_DATA::ThreadPoolThread+33   
    w3tp!THREAD_POOL_DATA::ThreadPoolThread+24   
    w3tp!THREAD_MANAGER::ThreadManagerThread+39   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 11 - System ID 4892
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:58 PM
    Time spent in user mode   0 Days 00:00:00.562
    Time spent in kernel mode   0 Days 00:00:01.234

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtRemoveIoCompletion+c   
    vfbasics!AVrfpNtRemoveIoCompletion+31   
    kernel32!GetQueuedCompletionStatus+29   
    w3tp!THREAD_POOL_DATA::ThreadPoolThread+33   
    w3tp!THREAD_POOL_DATA::ThreadPoolThread+24   
    w3tp!THREAD_MANAGER::ThreadManagerThread+39   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 12 - System ID 4016
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:58 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.046

     


    This thread is calling an ISAPI Filter IISCHAgent

     

    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtRemoveIoCompletion+c   
    vfbasics!AVrfpNtRemoveIoCompletion+31   
    kernel32!GetQueuedCompletionStatus+29   
    IISCHAgent!ConfigFileMonitor+15b   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 13 - System ID 8040
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:58 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    This thread is calling an ISAPI Filter IISCHAgent

     

    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtWaitForMultipleObjects+c   
    kernel32!WaitForMultipleObjectsEx+11a   
    kernel32!WaitForMultipleObjects+18   
    vfbasics!AVrfpWaitForMultipleObjects+a5   
    IISCHAgent!MonitorWorkerProcess+a3   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 14 - System ID 376
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:59 PM
    Time spent in user mode   0 Days 00:00:00.031
    Time spent in kernel mode   0 Days 00:00:00.031

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtRemoveIoCompletion+c   
    ntdll!RtlpWorkerThread+3d   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 15 - System ID 6436
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:57:59 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!ZwWaitForSingleObject+c   
    vfbasics!AVrfpNtWaitForSingleObject+21   
    kernel32!WaitForSingleObjectEx+ac   
    kernel32!WaitForSingleObject+12   
    vfbasics!AVrfpWaitForSingleObject+9f   
    w3core!HTTP_COMPRESSION::CompressionThread+126   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 16 - System ID 6004
    Create time   12:00:00 AM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtReplyWaitReceivePortEx+c   
    rpcrt4!LRPC_ADDRESS::ReceiveLotsaCalls+198   
    rpcrt4!RecvLotsaCallsWrapper+d   
    rpcrt4!BaseCachedThreadRoutine+9d   
    rpcrt4!ThreadStartRoutine+1b   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 17 - System ID 6924
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:58:00 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtDelayExecution+c   
    ntdll!RtlpIOWorkerThread+3f   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 18 - System ID 5344
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:58:01 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!ZwWaitForSingleObject+c   
    vfbasics!AVrfpNtWaitForSingleObject+21   
    kernel32!WaitForSingleObjectEx+ac   
    kernel32!WaitForSingleObject+12   
    vfbasics!AVrfpWaitForSingleObject+9f   
    asp!CApplnCleanupMgr::ApplnCleanupDoWork+1e   
    asp!CApplnCleanupMgr::ApplnCleanupThread+a   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 19 - System ID 1364
    Entry point   msvcrt!_endthreadex+2f
    Create time   6/10/2009 5:58:01 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.031

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtWaitForMultipleObjects+c   
    kernel32!WaitForMultipleObjectsEx+11a   
    vfbasics!AVrfpWaitForMultipleObjectsEx+a8   
    user32!RealMsgWaitForMultipleObjectsEx+141   
    user32!MsgWaitForMultipleObjects+1f   
    asp!CMTACallbackThread::Thread+4f   
    msvcrt!_endthreadex+a3   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 20 - System ID 1876
    Entry point   msvcrt!_endthread+3b
    Create time   6/10/2009 5:58:01 PM
    Time spent in user mode   0 Days 00:00:00.015
    Time spent in kernel mode   0 Days 00:00:00.015

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtWaitForMultipleObjects+c   
    kernel32!WaitForMultipleObjectsEx+11a   
    vfbasics!AVrfpWaitForMultipleObjectsEx+a8   
    user32!RealMsgWaitForMultipleObjectsEx+141   
    user32!MsgWaitForMultipleObjects+1f   
    asp!Debugger+9e   
    msvcrt!_endthread+ab   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 21 - System ID 208
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:58:01 PM
    Time spent in user mode   0 Days 00:00:00.359
    Time spent in kernel mode   0 Days 00:00:00.203

     


    This thread is making a COM call to multi-threaded apartment (MTA) in process 5172

     

    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtWaitForMultipleObjects+c   
    kernel32!WaitForMultipleObjectsEx+11a   
    vfbasics!AVrfpWaitForMultipleObjectsEx+a8   
    user32!RealMsgWaitForMultipleObjectsEx+141   
    ole32!CCliModalLoop::BlockFn+7d   
    ole32!ModalLoop+5b   
    ole32!ThreadSendReceive+e3   
    ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+112   
    ole32!CRpcChannelBuffer::SendReceive2+d3   
    ole32!CCliModalLoop::SendReceive+1e   
    ole32!CAptRpcChnl::SendReceive+6f   
    ole32!CCtxComChnl::SendReceive+1a9   
    rpcrt4!NdrProxySendReceive+43   
    rpcrt4!NdrClientCall2+206   
    rpcrt4!ObjectStublessClient+8b   
    rpcrt4!ObjectStubless+f   
    pdm!DllGetClassObject+103a1   
    pdm+381b   
    pdm+23f6   
    pdm+2388   
    pdm!DllGetClassObject+7ef5   
    pdm!DllGetClassObject+7e8a   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 22 - System ID 7584
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:58:02 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.015

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!ZwWaitForSingleObject+c   
    vfbasics!AVrfpNtWaitForSingleObject+21   
    kernel32!WaitForSingleObjectEx+ac   
    kernel32!WaitForSingleObject+12   
    vfbasics!AVrfpWaitForSingleObject+9f   
    asp!CViperReqManager::WatchThread+68   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 23 - System ID 1304
    Entry point   msvcrt!_endthreadex+2f
    Create time   6/10/2009 5:58:02 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!ZwWaitForSingleObject+c   
    vfbasics!AVrfpNtWaitForSingleObject+21   
    kernel32!WaitForSingleObjectEx+ac   
    kernel32!WaitForSingleObject+12   
    vfbasics!AVrfpWaitForSingleObject+9f   
    comsvcs!CSTAThreadPool::LoadBalanceThreadControlLoop+29   
    msvcrt!_endthreadex+a3   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 24 - System ID 6960
    Entry point   msvcrt!_endthreadex+2f
    Create time   6/10/2009 5:58:02 PM
    Time spent in user mode   0 Days 00:00:00.015
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!ZwWaitForSingleObject+c   
    vfbasics!AVrfpNtWaitForSingleObject+21   
    kernel32!WaitForSingleObjectEx+ac   
    kernel32!WaitForSingleObject+12   
    vfbasics!AVrfpWaitForSingleObject+9f   
    comsvcs!CSTAThreadPool::KillThreadControlLoop+25   
    msvcrt!_endthreadex+a3   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 25 - System ID 5464
    Entry point   msvcrt!_endthreadex+2f
    Create time   6/10/2009 5:58:02 PM
    Time spent in user mode   0 Days 00:00:01.656
    Time spent in kernel mode   0 Days 00:00:02.218

     


    This thread is not fully resolved and may or may not be a problem. Further analysis of these threads may be required.

     

    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtWaitForMultipleObjects+c   
    kernel32!WaitForMultipleObjectsEx+11a   
    kernel32!WaitForMultipleObjects+18   
    vfbasics!AVrfpWaitForMultipleObjects+a5   
    pdm+1965   
    pdm+1941   
    pdm+21be   
    pdm+22e2   
    pdm+36ce   
    pdm!DllGetClassObject+102f8   
    pdm!DllGetClassObject+106b0   
    jscript!CScriptRuntime::FResumeFromRuntimeError+bd   
    jscript!CScriptRuntime::Run+1bbf   
    jscript!ScrFncObj::Call+8d   
    jscript!CSession::Execute+a1   
    jscript!COleScript::ExecutePendingScripts+147   
    jscript!COleScript::SetScriptState+f1   
    asp!CActiveScriptEngine::TryCall+19   
    asp!CActiveScriptEngine::Call+31   
    asp!CallScriptFunctionOfEngine+5b   
    asp!ExecuteRequest+17e   
    asp!Execute+24c   
    asp!CHitObj::ViperAsyncCallback+3f0   
    asp!CViperAsyncRequest::OnCall+92   
    comsvcs!CSTAActivityWork::STAActivityWorkHelper+32   
    ole32!EnterForCallback+c4   
    ole32!SwitchForCallback+1a3   
    ole32!PerformCallback+54   
    ole32!CObjectContext::InternalContextCallback+159   
    ole32!CObjectContext::DoCallback+1c   
    comsvcs!CSTAActivityWork::DoWork+12d   
    comsvcs!CSTAThread::DoWork+18   
    comsvcs!CSTAThread::ProcessQueueWork+37   
    comsvcs!CSTAThread::WorkerLoop+190   
    msvcrt!_endthreadex+a3   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 26 - System ID 6076
    Entry point   msvcrt!_endthreadex+2f
    Create time   6/10/2009 5:58:02 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtWaitForMultipleObjects+c   
    kernel32!WaitForMultipleObjectsEx+11a   
    vfbasics!AVrfpWaitForMultipleObjectsEx+a8   
    user32!RealMsgWaitForMultipleObjectsEx+141   
    user32!MsgWaitForMultipleObjects+1f   
    comsvcs!CSTAThread::WorkerLoop+1f9   
    msvcrt!_endthreadex+a3   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 27 - System ID 3468
    Entry point   msvcrt!_endthreadex+2f
    Create time   6/10/2009 5:58:02 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtWaitForMultipleObjects+c   
    kernel32!WaitForMultipleObjectsEx+11a   
    vfbasics!AVrfpWaitForMultipleObjectsEx+a8   
    user32!RealMsgWaitForMultipleObjectsEx+141   
    user32!MsgWaitForMultipleObjects+1f   
    comsvcs!CSTAThread::WorkerLoop+1f9   
    msvcrt!_endthreadex+a3   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 28 - System ID 6692
    Entry point   msvcrt!_endthreadex+2f
    Create time   6/10/2009 5:58:02 PM
    Time spent in user mode   0 Days 00:00:00.015
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtWaitForMultipleObjects+c   
    kernel32!WaitForMultipleObjectsEx+11a   
    vfbasics!AVrfpWaitForMultipleObjectsEx+a8   
    user32!RealMsgWaitForMultipleObjectsEx+141   
    user32!MsgWaitForMultipleObjects+1f   
    comsvcs!CSTAThread::WorkerLoop+1f9   
    msvcrt!_endthreadex+a3   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 29 - System ID 2348
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:58:36 PM
    Time spent in user mode   0 Days 00:00:01.015
    Time spent in kernel mode   0 Days 00:00:01.218

     


    This thread is not fully resolved and may or may not be a problem. Further analysis of these threads may be required.

     

    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!ZwWaitForSingleObject+c   
    vfbasics!AVrfpNtWaitForSingleObject+21   
    kernel32!WaitForSingleObjectEx+ac   
    kernel32!WaitForSingleObject+12   
    vfbasics!AVrfpWaitForSingleObject+9f   
    LeakTrack+d782   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 30 - System ID 1220
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:58:36 PM
    Time spent in user mode   0 Days 00:00:00.078
    Time spent in kernel mode   0 Days 00:00:00.078

     


    This thread is not fully resolved and may or may not be a problem. Further analysis of these threads may be required.

     

    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!ZwWaitForSingleObject+c   
    vfbasics!AVrfpNtWaitForSingleObject+21   
    kernel32!WaitForSingleObjectEx+ac   
    kernel32!WaitForSingleObject+12   
    vfbasics!AVrfpWaitForSingleObject+9f   
    LeakTrack+d782   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 31 - System ID 4628
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:58:36 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    This thread is not fully resolved and may or may not be a problem. Further analysis of these threads may be required.

     

    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!ZwWaitForSingleObject+c   
    vfbasics!AVrfpNtWaitForSingleObject+21   
    kernel32!WaitForSingleObjectEx+ac   
    kernel32!WaitForSingleObject+12   
    vfbasics!AVrfpWaitForSingleObject+9f   
    LeakTrack+c44f   
    kernel32!BaseThreadStart+34   

     


    Back to Top


    Thread 32 - System ID 4540
    Entry point   vfbasics!AVrfpStandardThreadFunction
    Create time   6/10/2009 5:59:27 PM
    Time spent in user mode   0 Days 00:00:00.00
    Time spent in kernel mode   0 Days 00:00:00.00

     


    Function   Source
    ntdll!KiFastSystemCallRet   
    ntdll!NtRemoveIoCompletion+c   
    vfbasics!AVrfpNtRemoveIoCompletion+31   
    kernel32!GetQueuedCompletionStatus+29   
    rpcrt4!COMMON_ProcessCalls+a1   
    rpcrt4!LOADABLE_TRANSPORT::ProcessIOEvents+117   
    rpcrt4!ProcessIOEventsWrapper+d   
    rpcrt4!BaseCachedThreadRoutine+9d   
    rpcrt4!ThreadStartRoutine+1b   
    vfbasics!AVrfpStandardThreadFunction+2f   
    kernel32!BaseThreadStart+34   

     


    Back to Top

    COM+ STA ThreadPool Report
    Max STA Threads     50
    Min STA Threads     4
    Current STA Threads     4
    g_activitiesPerThread     1
    EmulateMTSBehavior     False
    STA Threads In-Call     0  (none)

     


    Note: There was an error collecting details for the COM+ STA Threadpool threads. The internal COM+ data structures may have been corrupted.


    Well-Known COM STA Threads Report
    STA Name    Thread ID    Thread Status    Call Status

     Main STA    21 In-Call (bad symbols)    making a COM call

     

    HTTP report
    IIS ATQ worker thread count   4 Thread(s)
    Available ATQ worker thread count   4 Thread(s)
    Active client connections   20 client connection(s)

     

    Client Connections
    Client connection from 127.0.0.1:42487 to 127.0.0.1:80 
    Host Header   localhost:80
    GET request for   /MainSite/crashtest.asp
    HTTP Version   HTTP/1.1
    SSL Request   False
    Time alive   00:07:05
    QueryString   
    Request mapped to   
    HTTP Request State   HTR_READING_CLIENT_REQUEST
    Native Request State   NREQ_STATE_PROCESS

     


    Client connection from 172.26.34.120:4395 to 172.26.34.51:80 
    Host Header   s3sgwdb1:80
    GET request for   /MainSite/Logon/logon.asp
    HTTP Version   HTTP/1.1
    SSL Request   False
    Time alive   00:07:05
    QueryString   
    Request mapped to   
    HTTP Request State   HTR_READING_CLIENT_REQUEST
    Native Request State   NREQ_STATE_PROCESS

     


    18 connection(s) waiting for the next request.
    ASP report
    Executing ASP requests   0 Request(s)
    ASP templates cached   4 Template(s)
    ASP template cache size   126.52 KBytes
    Loaded ASP applications   1 Application(s)
    ASP.DLL Version    6.0.3790.4195

     

    ASP application report
    ASP application metabase key    /LM/W3SVC/1/Root/MainSite 
    Physical Path   C:\root\MainSite\WEB\
    Virtual Root   /MainSite
    Session Count   0 Session(s)
    Request Count   2 Request(s)
    Session Timeout   20 minutes(s)
    Path to Global.asa   C:\root\MainSite\WEB\GLOBAL.ASA
    Server side script debugging enabled   True
    Client side script debugging enabled   True
    Out of process COM servers allowed   False
    Session state turned on   False
    Write buffering turned on   True
    Application restart enabled   True
    Parent paths enabled   True
    ASP Script error messages will be sent to browser   True

     

    ASP Template Cache report
    ASP Template for    C:\root\MainSite\WEB\CRASHTEST.ASP 
    Application URL   http://localhost:80/MainSite
    Application Path   /MainSite
    Template Size   492 bytes
    # of files in Template   1 file(s)
    Include Heirarchy
          C:\root\MainSite\WEB\CRASHTEST.ASP   6/10/2009 5:13:03 PM
     


    ASP Template for    C:\root\MainSite\WEB\GLOBAL.ASA 
    Application URL   http://localhost:80/MainSite
    Application Path   /MainSite
    Template Size   2960 bytes
    # of files in Template   1 file(s)
    Include Heirarchy
          C:\root\MainSite\WEB\GLOBAL.ASA   3/24/2009 3:43:29 PM
     


    ASP Template for    C:\root\MainSite\WEB\DEFAULT.ASP 
    Application URL   http://s3sgwdb1:80/MainSite
    Application Path   /MainSite
    Template Size   1554 bytes
    # of files in Template   1 file(s)
    Include Heirarchy
          C:\root\MainSite\WEB\DEFAULT.ASP   6/10/2009 4:10:13 PM
     


    ASP Template for    C:\root\MainSite\WEB\LOGON\LOGON.ASP 
    Application URL   https://s3sgwdb1:443/MainSite
    Application Path   /MainSite
    Template Size   124552 bytes
    # of files in Template   4 file(s)
    Include Heirarchy
          C:\root\MainSite\WEB\LOGON\LOGON.ASP   6/10/2009 4:03:59 PM

             C:\root\MainSite\WEB\INCLUDE\GLOBAL.INC   5/27/2009 5:42:02 PM

                C:\root\MainSite\WEB\INCLUDE\DBIPC_NOTIFICATION.INC   10/8/2008 10:56:20 AM

                C:\root\WEB\GLOBAL\TRANSLATION.INC   5/15/2009 5:16:18 PM

  • 06-10-2009, 10:16 AM In reply to

    • netleon
    • Not Ranked
    • Joined on 06-10-2009, 7:11 AM
    • Posts 3

    Re: IIS6 stops serving ASP pages

    jeff@zina.com:

    By the way, how can you even have an error with the line var a = b when b is undefined?  Don't you do any error trapping in the code?

    Jeff

    This is an injected defect which I found during searching for root cause of the site crash. So, I beleive that such problems is possible in other places. If IIS returned page such as:

    Error Type:
    Microsoft JScript runtime (0x800A1391)
    'translationLanguage' is undefined
    /CAST/Logon/logon.asp, line 36

    or error 505 it was easy to diagnose the problem. But when site crashed it is impossible. So why site crashed instead of braking of processing page?

Page 1 of 1 (5 items)