JDK-6312208 : Windows JVM crashes under load in java.lang.Win32Process.create()
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.4.2_08
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2005-08-17
  • Updated: 2012-10-08
  • Resolved: 2006-02-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2_12 b01Fixed
Related Reports
Relates :  
Description
JVM crashes after several hours under load. It is a Build Server which calls  Win32Process.create() over and over again. The crash leaves a hs_*log file.

Please find Dump Files created with windbg + ShowMessageBoxOnError here:

http://sap-jtc.germany.sun.com/transfer/bugid6312208

alongside you will find:

-  *.pdb's for SAP's jlaunch Binaries which are on the Stack as well
- System Information File for the Windows 4 CPU Box
- Some hs_*log files created

Comments
EVALUATION This problem looks similar to 4921267. Since we do not have the stack for the failing frame, the arguments are not extractable from the native code. Java arguments are Runtime.exec( cmdarray.length = 5 cmdarray[0] = D:\j2sdk1.4.2_08\bin\java cmdarray[1] = -Xmx1000M cmdarray[2] = -cp cmdarray[3] = D:\usr\sap\DL1\JC00\j2ee\cluster\server0\bin\services\tc.CBS.Service\buildcontroller.jar;D:\usr\sap\DL1\JC00\j2ee\cluster\server0\bin\services\tc.CBS.Service\buildutil.jar;D:\usr\sap\DL1\JC00\j2ee\cluster\server0\bin\services\tc.CBS.Service\pluginHandler.jar;D:\usr\sap\DL1\JC00\j2ee\cluster\server0\bin\services\tc.CBS.Service\devconflib.jar;D:\usr\sap\DL1\JC00\j2ee\cluster\server0\bin\ext\sapxmltoolkit\sapxmltoolkit.jar;D:\usr\sap\DL1\JC00\j2ee\cluster\server0\bin\ext\tc.CBS.API\cbsclient.jar;D:\usr\sap\DL1\JC00\j2ee\cluster\server0\bin\ext\tc.CBS.API\cbscommon.jar;D:\usr\sap\DL1\JC00\j2ee\cluster\server0\bin\ext\tc.CBS.API\cbsutil.jar;D:\usr\sap\DL1\JC00\j2ee\cluster\server0\bin\ext\tc~CBS~ComponentLibrary\complib.jar;D:\usr\sap\DL1\JC00\j2ee\cluster\server0\bin\ext\tc~dtr.client~vfs-adl\httpclientext.jar;D:\usr\sap\DL1\JC00\j2ee\cluster\server0\bin\ext\tc~dtr.client~vfs-adl\com_tssap_dtr_client_vfs.jar;D:\usr\sap\DL1\JC00\j2ee\cluster\server0\bin\system\logging.jar cmdarray[4] = com.sap.tc.buildcontroller.CBSBuildController envp.length = 0 dir = D:\DL1BuildRoot\916\.B\160720 )
04-10-2005