ID: 29397 Updated by: [EMAIL PROTECTED] Reported By: jbrady at sbccd dot cc dot ca dot us -Status: Open +Status: Feedback Bug Type: IIS related Operating System: Windows XP PHP Version: 5CVS-2004-07-26 (dev) New Comment:
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 Previous Comments: ------------------------------------------------------------------------ [2004-07-26 23:14:01] 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." ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29397&edit=1
