php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37185 IIS 5 crash on service shutdown
Submitted: 2006-04-24 14:26 UTC Modified: 2006-05-09 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: rjf at seastate1 dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.1.2 OS: Windows XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: rjf at seastate1 dot com
New email:
PHP Version: OS:

 

 [2006-04-24 14:26 UTC] rjf at seastate1 dot com
Description:
------------
Recent (4/21/2006) "vanilla" install of PHP 5.1.2.2 on Windows XP SP2. I installed PHP as an ISAPI filter in IIS.

Can run .html and .aspx pages in IE6 browser using IIS on same machine just fine. Can start and stop IIS just fine.

Can run .php pages in IE6 browser using IIS on same machine just fine. However, after running one or more .php pages, if I stop the World Wide Web Publishing service (via the Services control panel UI) while stopping the service, a Microsoft Send Error Report dialog reports "Internet Information Services has encountered a problem and needs to close." The only additional information readily visible is "An unhandled win32 exception occured in inetinfo.exe [9584].

It appears the shutdown is not clean. What additional information should I provide?

Reproduce code:
---------------
No code per se. Issue happens at late stage of stopping IIS after running one or more .php pages.

Here is a simple page "hello.php":
<html>
<head><title>Hello</title></head>
<body>
Hello
</body>
</html>


Expected result:
----------------
All PHP code runs fine. Issue is inetinfo.exe does not shutdown cleanly as it usually does.

Actual result:
--------------
Shall I send you the dump files that are automatically sent to Microsoft?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-24 17:33 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip


 [2006-04-26 17:17 UTC] rjf at seastate1 dot com
Tony, I tried what you said. (For Windows: http://snaps.php.net/win32/php5.1-win32-latest.zip)

There is no change. The issue still exists with the same behavior.

What next?
 [2006-05-01 15:15 UTC] tony2001@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2006-05-09 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2006-08-26 10:56 UTC] andrew dot chapman at brighterworking dot com
Using 5.1.5 on Windows XP Professional SP2. Having the same problem. No extensions. No php.ini being used. Totally repeatable problem, it happens every time a php page is accessed and then IIS is restarted. I don't have an ISAPI filter enabled, just the .php extension. I only have it included for the "Default Web Site" not the master site (following someone elses suggestion).

Information from phpinfo() below.

System 	Windows NT <machine name> 5.1 build 2600
Build Date 	Aug 15 2006 23:50:22
Server API 	ISAPI
PHP API 	20041225
PHP Extension 	20050922
Zend Extension 	220051025
Debug Build 	no

Happy to help with a backtrace, but I am a Javahead (no idea  what MSVC6 is).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 11:01:32 2024 UTC