php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29397 inetinfo.exe crashes when shutdown
Submitted: 2004-07-26 23:14 UTC Modified: 2004-08-05 19:59 UTC
From: jbrady at sbccd dot cc dot ca dot us Assigned:
Status: Not a bug Package: IIS related
PHP Version: 5CVS-2004-08-02 (dev) OS: Windows XP
Private report: No CVE-ID: None
 [2004-07-26 23:14 UTC] jbrady at sbccd dot cc dot ca dot us
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."

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-30 00:31 UTC] edink@php.net
Please try using this CVS snapshot:

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


 [2004-08-02 19:58 UTC] jbrady at sbccd dot cc dot ca dot us
I downloaded the latest (built on Aug 2 2004 16:21:04), and it cuased the same error, but at a different memory address, 0x011cec90.
 [2004-08-02 20:03 UTC] jbrady at sbccd dot cc dot ca dot us
Oh, this time, the very first time I tested it, both the iisadmin service and the web publishing service crashed with the same error. Every test after that had only the iisadmin service crash
 [2004-08-05 19:59 UTC] jbrady at sbccd dot cc dot ca dot us
I tried it on windows 2003 and on my brothers winxp box, it seems to work fine there. I guess this was my install. Sorry. Bogusing the bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC