ID: 31789 Updated by: [EMAIL PROTECTED] Reported By: hyde at area51services dot com -Status: Open +Status: Feedback Bug Type: IIS related Operating System: Win2k AS PHP Version: 4.3.10 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2005-02-01 05:38:12] hyde at area51services dot com 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 this bug report at http://bugs.php.net/?id=31789&edit=1