Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

w3wp.exe process runs at 100% cpu

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
CAsyncSocket::Create() runs error when in worker process m.. - hi, all I have a COM object which uses to create a socket . The object will be used in ASP files in IIS6. when in iis5 or iis5 isolation mode of ii6 , it seems ok. but in worker process mode of iis6 , it seems there are some..

w3wp.exe process at max CPU - one solution - I this issue and saw a lot of posts with few answers, so thought I would pass along my There are certainly numerous other possible causes, but in my case for what its worth, stopping the Serviced Admin site fixed it. -..

Debugging w3wp process - Hi I've got about 30 web sites running in one pool. The process runs at about 100% for 30 seconds or so a few times a day. I've logged the CPU with perfmon on this process. How can I find out which web site and which

w3wp process high CPU - Hi, hoping someone can help me find out why IIS is working so hard. Here is the log of the process but I am a lost in it. Any help Jeremy Starting new log output IISState version 3.3.1 Tue Jun 13 21:39:02 2006 ..

w3wp process high CPU .NET - Hi, everyone, we have a special case with our .NET IIS comes to 100% CPU with w3wp process. Here our scenario Windows 2003 Server, .NET Framework 1.1. This happens about every week, but when it happens the IIS needs to be..
Author Message
harv

External


Since: Oct 09, 2007
Posts: 3



(Msg. 1) Posted: Tue Oct 09, 2007 9:58 am
Post subject: w3wp.exe process runs at 100% cpu
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have seen references on this forum to problems where w3wp.exe/
dllhost.exe consumes 100% of cpu. We have a similar (intermittent and
difficult to replicate) problem on one of our servers running ASP and
I am struggling to identify which ASP page or process is causing the
problem.

I have observed the problem on both IIS5 (WIndows Advanced Server
2000) and IIS6 (Windows Server 2003), leading me to believe that it
might be a problem with our code but have checked all the code
thoroughly and can't see where the problem is. The server normally
runs at just 5% utilisation so I am confident this is not a simple
problem with heavy load.

I have got as far as running IISState and extracting a log file for
the process consuming all the resources but am unable to decipher the
file and identify what is going on. The log file for the thread that I
suspect (because it is the longest running) is attached. I would be
very grateful if anyone could suggest how I might debug or get any
further information on what is causing this problem!


Thread ID: 20
System Thread ID: f64
Kernel Time: 0:2:8.984
User Time: 0:22:29.437
*** ERROR: Symbol file could not be found. Defaulted to export
symbols for C:\WINNT\system32\vbscript.dll -
Thread Type: ASP
Executing Page:

# ChildEBP RetAddr
WARNING: Stack unwind information not available. Following frames may
be wrong.
00 0202f2cc 73472258 vbscript!DllGetClassObject+0x2e49
01 0202f2ec 734721e2 vbscript!DllGetClassObject+0x2dd8
02 0202f5b0 73464412 vbscript!DllGetClassObject+0x2d62
03 0202f6b4 734654d2 vbscript+0x4412
04 0202f988 73464412 vbscript+0x54d2
05 0202fa8c 7346480d vbscript+0x4412
06 0202faf0 7346d2cf vbscript+0x480d
07 0202fb40 734714ad vbscript!DllCanUnloadNow+0x76ef
08 0202fb5c 74a1c793 vbscript!DllGetClassObject+0x202d
09 0202fb8c 74a1c6ae asp!CActiveScriptEngine::TryCall+0x15
0a 0202fbd0 74a093c6 asp!CActiveScriptEngine::Call+0x4d
0b 0202fbdc 74a0865d asp!CallScriptFunctionOfEngine+0x48
0c 0202fc18 74a0846b asp!ExecuteRequest+0x19e
0d 0202fc60 74a0d9d3 asp!Execute+0x17e
0e 0202fcb0 74a2cfa7 asp!CHitObj::ViperAsyncCallback+0x452
0f 0202fcc8 787c47da asp!CViperAsyncRequest::OnCall+0x3f
10 0202fcd0 7ce72804 COMSVCS!STAActivityWorkHelper+0xa
11 0202fd14 7ce72628 ole32!EnterForCallback+0x6a
12 0202fe40 7ce724e7 ole32!SwitchForCallback+0x12f
13 0202fe68 7ce771b6 ole32!PerformCallback+0x50
14 0202fed4 7ce7700f ole32!CObjectContext::InternalContextCallback
+0x10d
15 0202fef4 787c10e5 ole32!CObjectContext::DoCallback+0x1a
16 0202ff24 787c3731 COMSVCS!STAActivityWork::DoWork+0x75
17 0202ffb4 7c57b3bc COMSVCS!STAThread::STAThreadWorker+0x353
18 0202ffec 00000000 KERNEL32!BaseThreadStart+0x52

 >> Stay informed about: w3wp.exe process runs at 100% cpu 
Back to top
Login to vote
Pat [MSFT]

External


Since: May 24, 2006
Posts: 74



(Msg. 2) Posted: Tue Oct 09, 2007 1:41 pm
Post subject: Re: w3wp.exe process runs at 100% cpu [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You grabbed the right thread. Not sure why IISState didn't get the page
name - normally it is b/c the ASP.dll symbols aren't there, but they look
correct.

Which version of IISState are you using?


Pat

<harv.RemoveThis@x4i.com> wrote in message
news:1191949095.426481.49270@g4g2000hsf.googlegroups.com...
>I have seen references on this forum to problems where w3wp.exe/
> dllhost.exe consumes 100% of cpu. We have a similar (intermittent and
> difficult to replicate) problem on one of our servers running ASP and
> I am struggling to identify which ASP page or process is causing the
> problem.
>
> I have observed the problem on both IIS5 (WIndows Advanced Server
> 2000) and IIS6 (Windows Server 2003), leading me to believe that it
> might be a problem with our code but have checked all the code
> thoroughly and can't see where the problem is. The server normally
> runs at just 5% utilisation so I am confident this is not a simple
> problem with heavy load.
>
> I have got as far as running IISState and extracting a log file for
> the process consuming all the resources but am unable to decipher the
> file and identify what is going on. The log file for the thread that I
> suspect (because it is the longest running) is attached. I would be
> very grateful if anyone could suggest how I might debug or get any
> further information on what is causing this problem!
>
>
> Thread ID: 20
> System Thread ID: f64
> Kernel Time: 0:2:8.984
> User Time: 0:22:29.437
> *** ERROR: Symbol file could not be found. Defaulted to export
> symbols for C:\WINNT\system32\vbscript.dll -
> Thread Type: ASP
> Executing Page:
>
> # ChildEBP RetAddr
> WARNING: Stack unwind information not available. Following frames may
> be wrong.
> 00 0202f2cc 73472258 vbscript!DllGetClassObject+0x2e49
> 01 0202f2ec 734721e2 vbscript!DllGetClassObject+0x2dd8
> 02 0202f5b0 73464412 vbscript!DllGetClassObject+0x2d62
> 03 0202f6b4 734654d2 vbscript+0x4412
> 04 0202f988 73464412 vbscript+0x54d2
> 05 0202fa8c 7346480d vbscript+0x4412
> 06 0202faf0 7346d2cf vbscript+0x480d
> 07 0202fb40 734714ad vbscript!DllCanUnloadNow+0x76ef
> 08 0202fb5c 74a1c793 vbscript!DllGetClassObject+0x202d
> 09 0202fb8c 74a1c6ae asp!CActiveScriptEngine::TryCall+0x15
> 0a 0202fbd0 74a093c6 asp!CActiveScriptEngine::Call+0x4d
> 0b 0202fbdc 74a0865d asp!CallScriptFunctionOfEngine+0x48
> 0c 0202fc18 74a0846b asp!ExecuteRequest+0x19e
> 0d 0202fc60 74a0d9d3 asp!Execute+0x17e
> 0e 0202fcb0 74a2cfa7 asp!CHitObj::ViperAsyncCallback+0x452
> 0f 0202fcc8 787c47da asp!CViperAsyncRequest::OnCall+0x3f
> 10 0202fcd0 7ce72804 COMSVCS!STAActivityWorkHelper+0xa
> 11 0202fd14 7ce72628 ole32!EnterForCallback+0x6a
> 12 0202fe40 7ce724e7 ole32!SwitchForCallback+0x12f
> 13 0202fe68 7ce771b6 ole32!PerformCallback+0x50
> 14 0202fed4 7ce7700f ole32!CObjectContext::InternalContextCallback
> +0x10d
> 15 0202fef4 787c10e5 ole32!CObjectContext::DoCallback+0x1a
> 16 0202ff24 787c3731 COMSVCS!STAActivityWork::DoWork+0x75
> 17 0202ffb4 7c57b3bc COMSVCS!STAThread::STAThreadWorker+0x353
> 18 0202ffec 00000000 KERNEL32!BaseThreadStart+0x52
>

 >> Stay informed about: w3wp.exe process runs at 100% cpu 
Back to top
Login to vote
harv

External


Since: Oct 09, 2007
Posts: 3



(Msg. 3) Posted: Wed Oct 10, 2007 7:18 am
Post subject: Re: w3wp.exe process runs at 100% cpu [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 9 Oct, 21:41, "Pat [MSFT]" <patfi....TakeThisOut@online.MICROSOFT.COM> wrote:
> You grabbed the right thread. Not sure why IISState didn't get the page
> name - normally it is b/c the ASP.dll symbols aren't there, but they look
> correct.
>
> Which version of IISState are you using?
>
> Pat
>
> <h....TakeThisOut@x4i.com> wrote in message
>
> news:1191949095.426481.49270@g4g2000hsf.googlegroups.com...
>
>
>
> >I have seen references on this forum to problems where w3wp.exe/
> > dllhost.exe consumes 100% of cpu. We have a similar (intermittent and
> > difficult to replicate) problem on one of our servers running ASP and
> > I am struggling to identify which ASP page or process is causing the
> > problem.
>
> > I have observed the problem on both IIS5 (WIndows Advanced Server
> > 2000) and IIS6 (Windows Server 2003), leading me to believe that it
> > might be a problem with our code but have checked all the code
> > thoroughly and can't see where the problem is. The server normally
> > runs at just 5% utilisation so I am confident this is not a simple
> > problem with heavy load.
>
> > I have got as far as running IISState and extracting a log file for
> > the process consuming all the resources but am unable to decipher the
> > file and identify what is going on. The log file for the thread that I
> > suspect (because it is the longest running) is attached. I would be
> > very grateful if anyone could suggest how I might debug or get any
> > further information on what is causing this problem!
>
> > Thread ID: 20
> > System Thread ID: f64
> > Kernel Time: 0:2:8.984
> > User Time: 0:22:29.437
> > *** ERROR: Symbol file could not be found. Defaulted to export
> > symbols for C:\WINNT\system32\vbscript.dll -
> > Thread Type: ASP
> > Executing Page:
>
> > # ChildEBP RetAddr
> > WARNING: Stack unwind information not available. Following frames may
> > be wrong.
> > 00 0202f2cc 73472258 vbscript!DllGetClassObject+0x2e49
> > 01 0202f2ec 734721e2 vbscript!DllGetClassObject+0x2dd8
> > 02 0202f5b0 73464412 vbscript!DllGetClassObject+0x2d62
> > 03 0202f6b4 734654d2 vbscript+0x4412
> > 04 0202f988 73464412 vbscript+0x54d2
> > 05 0202fa8c 7346480d vbscript+0x4412
> > 06 0202faf0 7346d2cf vbscript+0x480d
> > 07 0202fb40 734714ad vbscript!DllCanUnloadNow+0x76ef
> > 08 0202fb5c 74a1c793 vbscript!DllGetClassObject+0x202d
> > 09 0202fb8c 74a1c6ae asp!CActiveScriptEngine::TryCall+0x15
> > 0a 0202fbd0 74a093c6 asp!CActiveScriptEngine::Call+0x4d
> > 0b 0202fbdc 74a0865d asp!CallScriptFunctionOfEngine+0x48
> > 0c 0202fc18 74a0846b asp!ExecuteRequest+0x19e
> > 0d 0202fc60 74a0d9d3 asp!Execute+0x17e
> > 0e 0202fcb0 74a2cfa7 asp!CHitObj::ViperAsyncCallback+0x452
> > 0f 0202fcc8 787c47da asp!CViperAsyncRequest::OnCall+0x3f
> > 10 0202fcd0 7ce72804 COMSVCS!STAActivityWorkHelper+0xa
> > 11 0202fd14 7ce72628 ole32!EnterForCallback+0x6a
> > 12 0202fe40 7ce724e7 ole32!SwitchForCallback+0x12f
> > 13 0202fe68 7ce771b6 ole32!PerformCallback+0x50
> > 14 0202fed4 7ce7700f ole32!CObjectContext::InternalContextCallback
> > +0x10d
> > 15 0202fef4 787c10e5 ole32!CObjectContext::DoCallback+0x1a
> > 16 0202ff24 787c3731 COMSVCS!STAActivityWork::DoWork+0x75
> > 17 0202ffb4 7c57b3bc COMSVCS!STAThread::STAThreadWorker+0x353
> > 18 0202ffec 00000000 KERNEL32!BaseThreadStart+0x52- Hide quoted text -
>
> - Show quoted text -

The version I'm using is IISState 3.3.1, there is a symbol file
directory "symbols" in the c:\iisstate directory which contains 26
folders including asp.dbg, dllhost.dbg and dllhost.pdb but the asp.dll
file/folder doesn't seem to have been downloaded by IISState. Do you
know where can I get this file, can I copy it from somewhere else? I
have run IISState again on another dllhost.exe process and the asp.dll
file was not downloaded.
 >> Stay informed about: w3wp.exe process runs at 100% cpu 
Back to top
Login to vote
Pat [MSFT]

External


Since: May 24, 2006
Posts: 74



(Msg. 4) Posted: Wed Oct 10, 2007 10:27 am
Post subject: Re: w3wp.exe process runs at 100% cpu [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The ASP.dll symbol file (asp.dbg or asp.pdb) appears to be there, so I don't
think that is the issue. Did you have a .dmp file created with this log &
can you post it somewhere? I can take a quick look & pull the page out.
For those keeping score at home, the method to do that is to open the .dmp
file with WinDBG, switch to the offending thread (~20s<enter>), dump the
stack (kb <enter>), then dump (dc <address of parameter> <enter>) the first
parameter of the function for ASP!Execute.


Pat

<harv.RemoveThis@x4i.com> wrote in message
news:1192025917.464332.27800@k79g2000hse.googlegroups.com...
> On 9 Oct, 21:41, "Pat [MSFT]" <patfi....RemoveThis@online.MICROSOFT.COM> wrote:
>> You grabbed the right thread. Not sure why IISState didn't get the page
>> name - normally it is b/c the ASP.dll symbols aren't there, but they look
>> correct.
>>
>> Which version of IISState are you using?
>>
>> Pat
>>
>> <h....RemoveThis@x4i.com> wrote in message
>>
>> news:1191949095.426481.49270@g4g2000hsf.googlegroups.com...
>>
>>
>>
>> >I have seen references on this forum to problems where w3wp.exe/
>> > dllhost.exe consumes 100% of cpu. We have a similar (intermittent and
>> > difficult to replicate) problem on one of our servers running ASP and
>> > I am struggling to identify which ASP page or process is causing the
>> > problem.
>>
>> > I have observed the problem on both IIS5 (WIndows Advanced Server
>> > 2000) and IIS6 (Windows Server 2003), leading me to believe that it
>> > might be a problem with our code but have checked all the code
>> > thoroughly and can't see where the problem is. The server normally
>> > runs at just 5% utilisation so I am confident this is not a simple
>> > problem with heavy load.
>>
>> > I have got as far as running IISState and extracting a log file for
>> > the process consuming all the resources but am unable to decipher the
>> > file and identify what is going on. The log file for the thread that I
>> > suspect (because it is the longest running) is attached. I would be
>> > very grateful if anyone could suggest how I might debug or get any
>> > further information on what is causing this problem!
>>
>> > Thread ID: 20
>> > System Thread ID: f64
>> > Kernel Time: 0:2:8.984
>> > User Time: 0:22:29.437
>> > *** ERROR: Symbol file could not be found. Defaulted to export
>> > symbols for C:\WINNT\system32\vbscript.dll -
>> > Thread Type: ASP
>> > Executing Page:
>>
>> > # ChildEBP RetAddr
>> > WARNING: Stack unwind information not available. Following frames may
>> > be wrong.
>> > 00 0202f2cc 73472258 vbscript!DllGetClassObject+0x2e49
>> > 01 0202f2ec 734721e2 vbscript!DllGetClassObject+0x2dd8
>> > 02 0202f5b0 73464412 vbscript!DllGetClassObject+0x2d62
>> > 03 0202f6b4 734654d2 vbscript+0x4412
>> > 04 0202f988 73464412 vbscript+0x54d2
>> > 05 0202fa8c 7346480d vbscript+0x4412
>> > 06 0202faf0 7346d2cf vbscript+0x480d
>> > 07 0202fb40 734714ad vbscript!DllCanUnloadNow+0x76ef
>> > 08 0202fb5c 74a1c793 vbscript!DllGetClassObject+0x202d
>> > 09 0202fb8c 74a1c6ae asp!CActiveScriptEngine::TryCall+0x15
>> > 0a 0202fbd0 74a093c6 asp!CActiveScriptEngine::Call+0x4d
>> > 0b 0202fbdc 74a0865d asp!CallScriptFunctionOfEngine+0x48
>> > 0c 0202fc18 74a0846b asp!ExecuteRequest+0x19e
>> > 0d 0202fc60 74a0d9d3 asp!Execute+0x17e
>> > 0e 0202fcb0 74a2cfa7 asp!CHitObj::ViperAsyncCallback+0x452
>> > 0f 0202fcc8 787c47da asp!CViperAsyncRequest::OnCall+0x3f
>> > 10 0202fcd0 7ce72804 COMSVCS!STAActivityWorkHelper+0xa
>> > 11 0202fd14 7ce72628 ole32!EnterForCallback+0x6a
>> > 12 0202fe40 7ce724e7 ole32!SwitchForCallback+0x12f
>> > 13 0202fe68 7ce771b6 ole32!PerformCallback+0x50
>> > 14 0202fed4 7ce7700f ole32!CObjectContext::InternalContextCallback
>> > +0x10d
>> > 15 0202fef4 787c10e5 ole32!CObjectContext::DoCallback+0x1a
>> > 16 0202ff24 787c3731 COMSVCS!STAActivityWork::DoWork+0x75
>> > 17 0202ffb4 7c57b3bc COMSVCS!STAThread::STAThreadWorker+0x353
>> > 18 0202ffec 00000000 KERNEL32!BaseThreadStart+0x52- Hide quoted text -
>>
>> - Show quoted text -
>
> The version I'm using is IISState 3.3.1, there is a symbol file
> directory "symbols" in the c:\iisstate directory which contains 26
> folders including asp.dbg, dllhost.dbg and dllhost.pdb but the asp.dll
> file/folder doesn't seem to have been downloaded by IISState. Do you
> know where can I get this file, can I copy it from somewhere else? I
> have run IISState again on another dllhost.exe process and the asp.dll
> file was not downloaded.
>
 >> Stay informed about: w3wp.exe process runs at 100% cpu 
Back to top
Login to vote
harv

External


Since: Oct 09, 2007
Posts: 3



(Msg. 5) Posted: Mon Oct 15, 2007 2:23 am
Post subject: Re: w3wp.exe process runs at 100% cpu [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 10 Oct, 18:27, "Pat [MSFT]" <patfi... DeleteThis @online.MICROSOFT.COM> wrote:
> The ASP.dll symbol file (asp.dbg or asp.pdb) appears to be there, so I don't
> think that is the issue. Did you have a .dmp file created with this log &
> can you post it somewhere? I can take a quick look & pull the page out.
> For those keeping score at home, the method to do that is to open the .dmp
> file with WinDBG, switch to the offending thread (~20s<enter>), dump the
> stack (kb <enter>), then dump (dc <address of parameter> <enter>) the first
> parameter of the function for ASP!Execute.
>
> Pat
>
> <h... DeleteThis @x4i.com> wrote in message
>
> news:1192025917.464332.27800@k79g2000hse.googlegroups.com...
>
>
>
> > On 9 Oct, 21:41, "Pat [MSFT]" <patfi... DeleteThis @online.MICROSOFT.COM> wrote:
> >> You grabbed the right thread. Not sure why IISState didn't get the page
> >> name - normally it is b/c the ASP.dll symbols aren't there, but they look
> >> correct.
>
> >> Which version of IISState are you using?
>
> >> Pat
>
> >> <h... DeleteThis @x4i.com> wrote in message
>
> >>news:1191949095.426481.49270@g4g2000hsf.googlegroups.com...
>
> >> >I have seen references on this forum to problems where w3wp.exe/
> >> > dllhost.exe consumes 100% of cpu. We have a similar (intermittent and
> >> > difficult to replicate) problem on one of our servers running ASP and
> >> > I am struggling to identify which ASP page or process is causing the
> >> > problem.
>
> >> > I have observed the problem on both IIS5 (WIndows Advanced Server
> >> > 2000) and IIS6 (Windows Server 2003), leading me to believe that it
> >> > might be a problem with our code but have checked all the code
> >> > thoroughly and can't see where the problem is. The server normally
> >> > runs at just 5% utilisation so I am confident this is not a simple
> >> > problem with heavy load.
>
> >> > I have got as far as running IISState and extracting a log file for
> >> > the process consuming all the resources but am unable to decipher the
> >> > file and identify what is going on. The log file for the thread that I
> >> > suspect (because it is the longest running) is attached. I would be
> >> > very grateful if anyone could suggest how I might debug or get any
> >> > further information on what is causing this problem!
>
> >> > Thread ID: 20
> >> > System Thread ID: f64
> >> > Kernel Time: 0:2:8.984
> >> > User Time: 0:22:29.437
> >> > *** ERROR: Symbol file could not be found. Defaulted to export
> >> > symbols for C:\WINNT\system32\vbscript.dll -
> >> > Thread Type: ASP
> >> > Executing Page:
>
> >> > # ChildEBP RetAddr
> >> > WARNING: Stack unwind information not available. Following frames may
> >> > be wrong.
> >> > 00 0202f2cc 73472258 vbscript!DllGetClassObject+0x2e49
> >> > 01 0202f2ec 734721e2 vbscript!DllGetClassObject+0x2dd8
> >> > 02 0202f5b0 73464412 vbscript!DllGetClassObject+0x2d62
> >> > 03 0202f6b4 734654d2 vbscript+0x4412
> >> > 04 0202f988 73464412 vbscript+0x54d2
> >> > 05 0202fa8c 7346480d vbscript+0x4412
> >> > 06 0202faf0 7346d2cf vbscript+0x480d
> >> > 07 0202fb40 734714ad vbscript!DllCanUnloadNow+0x76ef
> >> > 08 0202fb5c 74a1c793 vbscript!DllGetClassObject+0x202d
> >> > 09 0202fb8c 74a1c6ae asp!CActiveScriptEngine::TryCall+0x15
> >> > 0a 0202fbd0 74a093c6 asp!CActiveScriptEngine::Call+0x4d
> >> > 0b 0202fbdc 74a0865d asp!CallScriptFunctionOfEngine+0x48
> >> > 0c 0202fc18 74a0846b asp!ExecuteRequest+0x19e
> >> > 0d 0202fc60 74a0d9d3 asp!Execute+0x17e
> >> > 0e 0202fcb0 74a2cfa7 asp!CHitObj::ViperAsyncCallback+0x452
> >> > 0f 0202fcc8 787c47da asp!CViperAsyncRequest::OnCall+0x3f
> >> > 10 0202fcd0 7ce72804 COMSVCS!STAActivityWorkHelper+0xa
> >> > 11 0202fd14 7ce72628 ole32!EnterForCallback+0x6a
> >> > 12 0202fe40 7ce724e7 ole32!SwitchForCallback+0x12f
> >> > 13 0202fe68 7ce771b6 ole32!PerformCallback+0x50
> >> > 14 0202fed4 7ce7700f ole32!CObjectContext::InternalContextCallback
> >> > +0x10d
> >> > 15 0202fef4 787c10e5 ole32!CObjectContext::DoCallback+0x1a
> >> > 16 0202ff24 787c3731 COMSVCS!STAActivityWork::DoWork+0x75
> >> > 17 0202ffb4 7c57b3bc COMSVCS!STAThread::STAThreadWorker+0x353
> >> > 18 0202ffec 00000000 KERNEL32!BaseThreadStart+0x52- Hide quoted text -
>
> >> - Show quoted text -
>
> > The version I'm using is IISState 3.3.1, there is a symbol file
> > directory "symbols" in the c:\iisstate directory which contains 26
> > folders including asp.dbg, dllhost.dbg and dllhost.pdb but the asp.dll
> > file/folder doesn't seem to have been downloaded by IISState. Do you
> > know where can I get this file, can I copy it from somewhere else? I
> > have run IISState again on another dllhost.exe process and the asp.dll
> > file was not downloaded.- Hide quoted text -
>
> - Show quoted text -

Thanks, I didn't have a dump file with this log and the problem hasn't
reoccurred for a couple of days now. If I experience the problem again
I'll remember to run a dump and post it to this group.
 >> Stay informed about: w3wp.exe process runs at 100% cpu 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]