|
Home > Archive > IIS Server > December 2005 > Event ID 1000
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| IISnewb 2005-12-22, 5:57 pm |
| This keeps poping up in the Event ID a few times a day...anyway I can track
down what is causing it?
Faulting application w3wp.exe, version 6.0.3790.1830, faulting module
unknown, version 0.0.0.0, fault address 0x3875bfcc.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
| |
| Pat [MSFT] 2005-12-22, 5:57 pm |
| It means that the process is crashing - most likely in managed (.Net) code.
You can run IISState:
iisstate -p <pid of w3wp.exe> -sc -d <enter>
and it may identify the problem. If not, it will create a .dmp file that
you can read with WinDBG to find the culprit.
Pat
"IISnewb" <IISnewb@discussions.microsoft.com> wrote in message
news:7F87B5A0-A668-4760-8BB9-2EBB805FE8A6@microsoft.com...
> This keeps poping up in the Event ID a few times a day...anyway I can
> track
> down what is causing it?
>
>
> Faulting application w3wp.exe, version 6.0.3790.1830, faulting module
> unknown, version 0.0.0.0, fault address 0x3875bfcc.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
| |
| IISnewb 2005-12-27, 6:06 pm |
| What if we aren't sure of the PID that is causing it? Or how would we
identify it? The error doesnt seem to indicate it at all.
Thanks!
|
|
|
|
|