|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[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.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 20:00:01 2025 UTC |
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) [....]