ID: 44447 Updated by: [EMAIL PROTECTED] Reported By: emmanuel dot de-peretti at cinqas dot fr -Status: Open +Status: Bogus -Bug Type: Servlet related +Bug Type: Java related Operating System: Microsoft Windows XP [version 5. PHP Version: 5.2.5 New Comment:
Note: This extension is unmaintained and will not (ever) work properly. Also, it's a PECL extension so this is the wrong place to report bugs in it. Try http://pecl.php.net instead. Previous Comments: ------------------------------------------------------------------------ [2008-03-16 16:05:17] emmanuel dot de-peretti at cinqas dot fr Description: ------------ After install the last version of TOMCAT (5.016) and the last version of php (5.2.5) and last version of Jdk (1.6.0_05) and only make a php program to activate a java class, the system crash the jvm and then, stop tomcat. Reproduce code: --------------- <?php session_start(); phpinfo(); // get instance of Java class java.lang.System in PHP //java_set_file_encoding("ISO-8859-1"); $basedir = new Java("java.io.File", "."); ?> Expected result: ---------------- And it the console of eclipse i have this result : # # An unexpected error has been detected by Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d951c6b, pid=5124, tid=6012 # # Java VM: Java HotSpot(TM) Client VM (10.0-b19 mixed mode windows-x86) # Problematic frame: # V [jvm.dll+0xe1c6b] # # An error report file with more information is saved as: # C:\Program Files\Apache Software Foundation\Tomcat 6.0\hs_err_pid5124.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # And in the web page, i have no result, and the tomcat server will be done a the end ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44447&edit=1