From:             svendavidh at hotmail dot com
Operating system: Windows Server 2003 Std. Ed. R2
PHP version:      5.1.4
PHP Bug Type:     IIS related
Bug description:  PHP crashes IIS worker process and application pool

Description:
------------
Hello, I see that other people have reported a similar bug, and that this
bug http://bugs.php.net/bug.php?id=35612 claims to be fixed. However, I
encounter a lot of trouble with PHP v5.1.4 (I haven't tried any other
version)

I feel like inserting error logs from the Windows Event log here, but I'm
trying to stick to what this web page is telling me - not to put any huge
text in this box.

What did I do? I installed a FRESH copy of Windows Server 2003 Std. Ed. R2
and PHP v5.1.4

Extensions that are loaded:
extension=php_mbstring.dll
extension=php_gd2.dll
extension=php_mssql.dll
extension=php_mysql.dll
extension=php_mysqli.dll

Sessions enabled
Browscap enabled

What did I expect? I expected PHP to work smootly on my system

What actually happened? PHP makes IIS worker process and the application
pool to terminate.

Do I know for a fact that PHP is causing the trouble? I do, because I've
run a debugging tool called IIS Diagonstics, and it has traced the problem
to be php5ts.dll

Also, the error was not there before I installed PHP. If I unload the
php5isapi.dll from the IIS server the problem is gone. 

See the bug report here:
http://eventlog.no/php/IIS_Report__Date_07_14_2006__Time_11_41_51AM__903.mht

Use Internet Explorer to open it (Sorry, don't know of any other way)

Don't get me wrong. I love PHP, but it would be great if this error was
solved, if possible :-)

Please get back to me if you want the event logs from Windows

Reproduce code:
---------------
There is no specific code that reproduces this error. Only the fact that
PHP is installed causes the problems

Expected result:
----------------
N/A

Actual result:
--------------
Two examples from windows event logs:

Event Type:     Warning
Event Source:   W3SVC
Event Category: None
Event ID:       1009
Date:           14.07.2006
Time:           10:26:02
User:           N/A
Computer:       IKT
Description:
A process serving application pool 'DefaultAppPool' terminated
unexpectedly. The process id was '2820'. The process exit code was
'0xc0000005'.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.


Event Type:     Error
Event Source:   Application Error
Event Category: (100)
Event ID:       1000
Date:           15.07.2006
Time:           00:09:37
User:           N/A
Computer:       IKT
Description:
Faulting application w3wp.exe, version 6.0.3790.1830, faulting module
unknown, version 0.0.0.0, fault address 0x01b45c80.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74   Applicat
0008: 69 6f 6e 20 46 61 69 6c   ion Fail
0010: 75 72 65 20 20 77 33 77   ure  w3w
0018: 70 2e 65 78 65 20 36 2e   p.exe 6.
0020: 30 2e 33 37 39 30 2e 31   0.3790.1
0028: 38 33 30 20 69 6e 20 75   830 in u
0030: 6e 6b 6e 6f 77 6e 20 30   nknown 0
0038: 2e 30 2e 30 2e 30 20 61   .0.0.0 a
0040: 74 20 6f 66 66 73 65 74   t offset
0048: 20 30 31 62 34 35 63 38    01b45c8
0050: 30                        0       


I also get dialog-boxes saying: w3wp.exe - Application error. The
instruction at "0x01b45c80" referenced memory at "0x01b45c80". The memory
could not be "read"

-- 
Edit bug report at http://bugs.php.net/?id=38111&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=38111&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=38111&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=38111&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=38111&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=38111&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=38111&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=38111&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=38111&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=38111&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=38111&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=38111&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=38111&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=38111&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=38111&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=38111&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=38111&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=38111&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=38111&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=38111&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=38111&r=mysqlcfg

Reply via email to