From:             rjf at seastate1 dot com
Operating system: Windows XP
PHP version:      5.1.2
PHP Bug Type:     Reproducible crash
Bug description:  IIS 5 crash on service shutdown

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?

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

Reply via email to