From:             chv at cverdow dot com
Operating system: Windows XP SP2
PHP version:      6CVS-2006-12-27 (CVS)
PHP Bug Type:     IIS related
Bug description:  dllhost.exe application error

Description:
------------
I'm basically opening this to let you know that the problem still exists.
This references both what appears to be the latest production version
(5.2.0 dated 02-Nov-2006), and 6CVS-2006-12-27 (17:30 GMT). 

I don't have MSVC6 or any other C dev environment on this machine, so I am
unable to provide the backtrace you prefer. I have been unable to capture
this in any of the dumps and logs that are available to me, possibly due
to the place in the shutdown process this occurs. The problem is
repeatable.  I get it every time I load a local PHP page.  I never get it
when I only access any page on the Internet.

DLL: php6isapi.dll
INI: php.ini-recommended, modified as follows:
- doc_root = "C:\Inetpub\wwwroot";
- extension_dir = "C:\PHP5\ext"
I have not, however enabled any extensions.
I had to place php.ini in C:\WINDOWS for it to be read.

Steps to repeat:
- Reboot machine
- Open browser (IE 7.0.5730.11)
- Load http://myserver/phpinfo.php
- Close browser
- Restart computer (Start -> Turn off computer -> Restart)

Steps that do not produce the error:
- Reboot machine
- Open browser (IE 7.0.5730.11)
- Load http://www.anysite.com
- Close browser
- Restart computer (Start -> Turn off computer -> Restart)


Reproduce code:
---------------
It's simply a standard shell to call phpinfo() -- it's probably the
standard phpinfo.php that's floating around the Net. 

Expected result:
----------------
The PHP code runs as expected. The browser closes as expected. But, when
the machine is restarted or shut down, the symptom appears. I expect the
machine to shut down without producting an error.

Actual result:
--------------
After Windows displays the shutdown page, after it enters the "Saving your
settings" phase, the following window is displayed:

dllhost.exe - Application Error
The instruction at "0x010a5b81" referenced memory at "0x010a5b81". The
memory could not be "written".
Click on OK to terminate the program
Click on CANCEL to debug the program

Clicking on "Cancel" shows the same information, with a single button:
"Click on OK to terminate the program".

Clickin on OK completes the shutdown process, the screen goes black for
the expected duration, and the startup process begins.

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

Reply via email to