From:             emmanuel dot de-peretti at cinqas dot fr
Operating system: Microsoft Windows XP [version 5.
PHP version:      5.2.5
PHP Bug Type:     Servlet related
Bug description:  Crash from jvm 1.6.0_05

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

Reply via email to