From:             jbrady at sbccd dot cc dot ca dot us
Operating system: Windows XP
PHP version:      5CVS-2004-07-26 (dev)
PHP Bug Type:     IIS related
Bug description:  inetinfo.exe crashes when shutdown

Description:
------------
I installed the latest CVS build of 5.0.1-dev (4/26/2004-16:30) on my
windows XP machine. Latest updtates. I run the php_info command, all seems
well. When I run "net stop iisadmin", it shuts down the web services ok,
but when stopping the iisadmin service, inetinfo.exe crashes with: "The
instruction at '0x011cbba0' referenced memory at '0x011cbba0'. The memory
could not be 'read'". The net stop command then says the service
terminated unexpectedly.

When I start it again, run the page, and stop it, it now comes back with
the Microsoft window saying "'Internet Information Services' has
encountered a problem and needs to close.' 

The event viewer reports "Faulting application inetinfo.exe, version
5.1.2600.1, faulting module unknown, version 0.0.0.0, fault address
0x00000000." for each crash. Ocasionally, there is also another event
saying "Fault bucket 02180087."

Simply starting the service does not cause the crash. I have to access a
page to get the crash.

Also, this does not occur with 4.3.8 on the same system. It seems to be a
5.0 related problem.

Reproduce code:
---------------
<?php
phpinfo();
?>

Expected result:
----------------
A quiet shutdown of IIS.

Actual result:
--------------
Crash messagesL

inetinfo.exe crashes with: "The instruction at '0x011cbba0' referenced
memory at '0x011cbba0'. The memory could not be 'read'". The net stop
command then says the service terminated unexpectedly.

When I start it again, run the page, and stop it, it now comes back with
the Microsoft window saying "'Internet Information Services' has
encountered a problem and needs to close.' 

The event viewer reports "Faulting application inetinfo.exe, version
5.1.2600.1, faulting module unknown, version 0.0.0.0, fault address
0x00000000." for each crash. Ocasionally, there is also another event
saying "Fault bucket 02180087."

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

Reply via email to