From:             hyde at area51services dot com
Operating system: Win2k AS
PHP version:      4.3.10
PHP Bug Type:     IIS related
Bug description:  php hangs IIS

Description:
------------
I can confim this is a bug, IIS needs to be restarted in order for any web
pages to be viewed after this happens. This is happening on a high traffic
php server of ours. It does not appear to be any kind of memory leak and
cpu usage is fine. It has been traced to a phpbb app but I see many posts
on google with other php apps showing the same errors. currently nobody
has a solution.

The server has one error in the event log when iis locks, after iis is
restarted it shows about 10 more event 16's. 

we have no other issues with this server.

Here is the data in my event log before I restart IIS:
===================================
Event Type:     Error
Event Source:   W3SVC
Event Category: None
Event ID:       16
Date:           1/31/2005
Time:           5:23:45 PM
User:           N/A
Computer:       (***PRIVATE***)
Description:
The script started from the URL '/forum/viewtopic.php' with parameters
'p=6870&sid=096f829977ce8e227a83763bbfda5768' has not responded within the
configured timeout period.  The HTTP server is terminating the script. 
For additional information specific to this message please visit the
Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp
======================================

after iis is restarted:
=======================================
Event Type:     Error
Event Source:   W3SVC
Event Category: None
Event ID:       16
Date:           1/31/2005
Time:           8:06:07 PM
User:           N/A
Computer:       (***PRIVATE***)
Description:
The script started from the URL '/forum/viewforum.php' with parameters
'f=9&sid=d298d53fcef2885c4333fd751b9c6e66' has not responded within
the configured timeout period.  The HTTP server is terminating the script.

For additional information specific to this message please visit the
Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.
=========================================
&
=========================================
Event Type:     Error
Event Source:   W3SVC
Event Category: None
Event ID:       16
Date:           1/31/2005
Time:           8:06:07 PM
User:           N/A
Computer:       (***PRIVATE***)
Description:
The script started from the URL '/forum/viewforum.php' with parameters
'f=12&sid=d298d53fcef2885c4333fd751b9c6e66' has not responded within
the configured timeout period.  The HTTP server is terminating the script.

For additional information specific to this message please visit the
Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.
========================================
are the most common instances after restarting iis

sometimes:
Event Type:     Error
Event Source:   Srv
Event Category: None
Event ID:       2012
Date:           1/17/2005
Time:           3:53:11 AM
User:           N/A
Computer:       (***PRIVATE***)
Description:
The server has encountered a network error. 
Data:
0000: 00 00 04 00 01 00 54 00   ......T.
0008: 00 00 00 00 dc 07 00 c0   ....�..�
0010: 00 00 00 00 3d 02 00 c0   ....=..�
0018: 00 00 00 00 00 00 00 00   ........
0020: 00 00 00 00 00 00 00 00   ........
0028: 41 09 00 00               A...    
==========================================

Expected result:
----------------
I would like the php to drop any apps that may cause IIS to hang. 

Actual result:
--------------
All sites on the server become inaccessable after this bug occures.

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

Reply via email to