php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12820 php isapi crashes
Submitted: 2001-08-17 19:05 UTC Modified: 2002-06-03 12:15 UTC
Votes:3
Avg. Score:5.0 ± 0.0
Reproduced:3 of 3 (100.0%)
Same Version:0 (0.0%)
Same OS:3 (100.0%)
From: support at forceway dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.0.6 OS: w2k serv sp2(?)+codered hotfix
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
35 - 16 = ?
Subscribe to this entry?

 
 [2001-08-17 19:05 UTC] support at forceway dot com
Keep getting these WAM errors in my system event viewer

The HTTP server encountered an unhandled exception while processing the ISAPI Application '
php4ts!zend_hash_copy + 0x1B
 + 0xA05E5983

or

The HTTP server encountered an unhandled exception while processing the ISAPI Application '
php4ts!zend_hash_index_update_or_next_insert + 0x1DA
'. 

...when accessing pages just like this one:

<html>
<body>
<?php
        // pacvmenu is a simple navbar page.. image and some links..
	include( "pacvmenu.htm" );
?>
<p>
<br>This feature not yet available.
</body>
</html>

Restarting IIS gets things going again, till it crashes again. Happens after a handful of page loads, and a handful of minutes.  I will try to get the cgi version going.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-03 12:15 UTC] mfischer@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately your version of PHP is too old -- the problem
might already be fixed. Please download a new PHP
version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 [2002-06-19 10:12 UTC] jarekl at pi dot net dot pl
I have simmilar problem on Linux/Tomcat4.x/PHP4.2.1. Few first reload of page with PHP code is O.K. but after that VM always crashes with message:

--------------------
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x5C9CBB6C
Function=zend_hash_index_update_or_next_insert+0x38
Library=/usr/local/lib/php/libphp4.so

Current Java thread:
    at net.php.reflect.setResultFromObject(Native Method)
    at net.php.reflect.setResult(reflect.java:105)
    at net.php.servlet.readCookies(servlet.java:92)
    at net.php.servlet.send(Native Method)
    at net.php.servlet.service(servlet.java:188)
    at net.php.servlet.service(servlet.java:212)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
[....]
 [2002-06-24 17:34 UTC] adam dot swick at pantellos dot com
I get the same error with a recent version of PHP.  When the error occurs, it kills IIS and I have to restart IIS or even boot the box:

The HTTP server encountered an unhandled exception while processing the ISAPI Application '
php4ts!zend_strndup + 0x2B
 + 0xA05E5983

PHP Version 4.1.2
Win2K/IIS 5
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 15:01:28 2024 UTC