IIS Worker Process error with PHP 5.1.2
IIS Worker Process error with PHP 5.1.2
am 15.05.2006 08:56:50 von Gregg Hill
Hello!
I have a Windows Server 2003 Standard SP1 system in use as my web server. I
recently manually loaded PHP 5.1.4 from www.php.net to support a contact
form on my new web site. The web site works, as does the contact form (the
"form.php" file is called from within "contact.html"), but I keep getting an
error popping up from the IIS Worker Process every time I log into the
server.
I followed these instructions to set it up:
http://www.peterguy.com/php/install_IIS6.html
The exact error is:
"IIS Worker Process encountered a problem and needed to close."
When I click to see the data contained in the error report, it has the
following "error signature" listed.
szAppName : w3wp.exe szAppVer : 6.0.3790.1830 szModName : unknown
szModVer : 0.0.0.0 offset : 01b8e8e0
I Googled for a while tonight, and the problem was noted in several posts to
be a problem with PHP 5.1.3 and 5.1.4, so I removed version 5.1.4 and loaded
5.1.2, which each post stated fixed the problem.
Obviously, that is not the case, or I would not be here right now. With
5.1.4 installed, when I logged into the server, it would pop the error about
five times. With version 5.1.2, it only pops one error.
It generates a big "appcompat.txt" file, which points to
NAME="w3wp.exe" FILTER="GRABMI_FILTER_PRIVACY"> on the third line of the
appcompat.txt file.
Event Viewer shows the following in the Application log:
Event ID: 1004
Reporting queued error: faulting application w3wp.exe, version
6.0.3790.1830, faulting module unknown, version 0.0.0.0, fault address
0x01b8e8e0.
That entry is followed by:
Event ID 1001
Fault bucket 263959482.
In the System log, I have this error:
A process serving application pool 'DefaultAppPool' terminated unexpectedly.
The process id was '3728'. The process exit code was '0xc0000005'.
Using tasklist /svc shows not PID 3728, nor does one show in Task Manager.
Anyone have any ideas why it pops that error?
Thank you for your time!
Gregg Hill
Re: IIS Worker Process error with PHP 5.1.2
am 15.05.2006 18:27:11 von patfilot
This is not necessarily caused by PHP - it is an Access Violation in the
process w/out an identified culprit (binary/dll).
So...
You can either run IISState in crash mode:
iisstate -p -sc -d
or attach another debugger (I recommend WinDBG) and see if you can catch the
failure.
Post the output and we can take a look.
Pat
"Gregg Hill" wrote in message
news:OGW$8y%23dGHA.2068@TK2MSFTNGP02.phx.gbl...
> Hello!
>
> I have a Windows Server 2003 Standard SP1 system in use as my web server.
> I recently manually loaded PHP 5.1.4 from www.php.net to support a contact
> form on my new web site. The web site works, as does the contact form (the
> "form.php" file is called from within "contact.html"), but I keep getting
> an error popping up from the IIS Worker Process every time I log into the
> server.
>
> I followed these instructions to set it up:
> http://www.peterguy.com/php/install_IIS6.html
>
> The exact error is:
> "IIS Worker Process encountered a problem and needed to close."
>
> When I click to see the data contained in the error report, it has the
> following "error signature" listed.
> szAppName : w3wp.exe szAppVer : 6.0.3790.1830 szModName : unknown
> szModVer : 0.0.0.0 offset : 01b8e8e0
>
> I Googled for a while tonight, and the problem was noted in several posts
> to be a problem with PHP 5.1.3 and 5.1.4, so I removed version 5.1.4 and
> loaded 5.1.2, which each post stated fixed the problem.
>
> Obviously, that is not the case, or I would not be here right now. With
> 5.1.4 installed, when I logged into the server, it would pop the error
> about five times. With version 5.1.2, it only pops one error.
> It generates a big "appcompat.txt" file, which points to
> NAME="w3wp.exe" FILTER="GRABMI_FILTER_PRIVACY"> on the third line of the
> appcompat.txt file.
>
> Event Viewer shows the following in the Application log:
> Event ID: 1004
> Reporting queued error: faulting application w3wp.exe, version
> 6.0.3790.1830, faulting module unknown, version 0.0.0.0, fault address
> 0x01b8e8e0.
>
> That entry is followed by:
> Event ID 1001
> Fault bucket 263959482.
>
> In the System log, I have this error:
> A process serving application pool 'DefaultAppPool' terminated
> unexpectedly. The process id was '3728'. The process exit code was
> '0xc0000005'.
>
> Using tasklist /svc shows not PID 3728, nor does one show in Task Manager.
>
> Anyone have any ideas why it pops that error?
>
> Thank you for your time!
>
> Gregg Hill
>
Re: IIS Worker Process error with PHP 5.1.2
am 15.05.2006 19:52:54 von Gregg Hill
Pat,
I strongly suspect PHP, since it had not done it a single time in the months
that the server was running without PHP. Also, one thing I just noticed is
that with PHP 5.1.4 installed, it pops the error up to six times at every
login to the server. With 5.1.2 installed, it did not do it at first, then
started doing it last night, but it only does it one time, and only after
the initial login after rebooting the server. In fact, I just rebooted
several times, and it does not do it at all. Hmm.
I downloaded IISState late last night. If it acts up again, I will give both
utilities a shot and post back the results.
Thank you for the suggestions!
Gregg Hill
"Pat [MSFT]" wrote in message
news:uiUjsxDeGHA.1856@TK2MSFTNGP03.phx.gbl...
> This is not necessarily caused by PHP - it is an Access Violation in the
> process w/out an identified culprit (binary/dll).
>
> So...
>
> You can either run IISState in crash mode:
>
> iisstate -p -sc -d
>
> or attach another debugger (I recommend WinDBG) and see if you can catch
> the failure.
>
> Post the output and we can take a look.
>
>
> Pat
>
>
> "Gregg Hill" wrote in message
> news:OGW$8y%23dGHA.2068@TK2MSFTNGP02.phx.gbl...
>> Hello!
>>
>> I have a Windows Server 2003 Standard SP1 system in use as my web server.
>> I recently manually loaded PHP 5.1.4 from www.php.net to support a
>> contact form on my new web site. The web site works, as does the contact
>> form (the "form.php" file is called from within "contact.html"), but I
>> keep getting an error popping up from the IIS Worker Process every time I
>> log into the server.
>>
>> I followed these instructions to set it up:
>> http://www.peterguy.com/php/install_IIS6.html
>>
>> The exact error is:
>> "IIS Worker Process encountered a problem and needed to close."
>>
>> When I click to see the data contained in the error report, it has the
>> following "error signature" listed.
>> szAppName : w3wp.exe szAppVer : 6.0.3790.1830 szModName : unknown
>> szModVer : 0.0.0.0 offset : 01b8e8e0
>>
>> I Googled for a while tonight, and the problem was noted in several posts
>> to be a problem with PHP 5.1.3 and 5.1.4, so I removed version 5.1.4 and
>> loaded 5.1.2, which each post stated fixed the problem.
>>
>> Obviously, that is not the case, or I would not be here right now. With
>> 5.1.4 installed, when I logged into the server, it would pop the error
>> about five times. With version 5.1.2, it only pops one error.
>> It generates a big "appcompat.txt" file, which points to
>> NAME="w3wp.exe" FILTER="GRABMI_FILTER_PRIVACY"> on the third line of the
>> appcompat.txt file.
>>
>> Event Viewer shows the following in the Application log:
>> Event ID: 1004
>> Reporting queued error: faulting application w3wp.exe, version
>> 6.0.3790.1830, faulting module unknown, version 0.0.0.0, fault address
>> 0x01b8e8e0.
>>
>> That entry is followed by:
>> Event ID 1001
>> Fault bucket 263959482.
>>
>> In the System log, I have this error:
>> A process serving application pool 'DefaultAppPool' terminated
>> unexpectedly. The process id was '3728'. The process exit code was
>> '0xc0000005'.
>>
>> Using tasklist /svc shows not PID 3728, nor does one show in Task
>> Manager.
>>
>> Anyone have any ideas why it pops that error?
>>
>> Thank you for your time!
>>
>> Gregg Hill
>>
>
>
RE: IIS Worker Process error with PHP 5.1.2
am 19.07.2007 11:20:40 von Tangmay
IIS Woker Process erroe siganature szAppName:w3wp.exe szModname:w3core.dll
From http://www.google.co.th/search?hl=th&q="iis+worker+process"+ +"error+signature"+w3wp.exe&meta=lr=lang_th
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com