-
Bug
-
Resolution: Fixed
-
P2
-
5.0u9, 6
-
b01
-
x86
-
windows_2000, windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176971 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b15 |
JDK-2150732 | 6u4 | Tom Rodriguez | P2 | Closed | Fixed | b01 |
JDK-2143755 | 5.0u12 | Yumin Qi | P2 | Closed | Fixed | b01 |
JDK-2174445 | 1.4.2_21 | Yumin Qi | P3 | Closed | Fixed | b01 |
JDK-2146484 | 1.4.2_19-rev | Yumin Qi | P2 | Closed | Fixed | b08 |
O.S version: Windows 2000 Server and Windows 2003 Server
Product Name: Java
Product version: 1.5.0_09-b01 and 1.5.0_06-b05
Hardware platform:
Microsoft Windows 2000 Server
5.0.2195 Service Pack 4 Build 2195
Dell Precision WorkStation 530 MT
Processor (2) x86 Family 15 Model 2 Stepping 4 GenuineIntel ~2174 Mhz
Physical Memory 1,047,564 KB
Microsoft Windows Server 2003 Enterprise Edition
5.2 Service Pack 1 (Build 3790)
Machine Type AT/AT Compatible
Processor x86 Family 15 Model 0 Stepping 10
Physical Memory 1024 MB
JVM reports EXCEPTION_FLT_STACK_CHECK when calling a Java method through
JNI. A java core file is attached.
<<hs_err_pid4348.log>>
Problem has a short term workaround, creating a .hotspotrc file which
includes the following prevents the EXCEPTION_FLT_STACK_CHECK
-XX:CompileCommand=exclude,com/documentum/fc/tracing/impl/Tracing,isEnabled
Full problem description:
Here's what -XX:+PrintCompilation shows just prior to the error
54 b java.lang.Class::forName (36 bytes)
55 b java.util.HashMap::maskNull (12 bytes)
56 b java.util.HashMap::hash (36 bytes)
57 b
com.documentum.fc.tracing.impl.aspects.BaseTracingAspect::ajc$if_0 (4
bytes)
58 b com.documentum.fc.tracing.impl.Tracing::isEnabled (4 bytes)
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x01270618, pid=5684,
tid=5008
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode)
# Problematic frame:
# v ~RuntimeStub::init_check_patching Runtime1 stub
#
# An error report file with more information is saved as
hs_err_pid5684.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
If customer passes
-XX:CompileCommand=exclude,com/documentum/fc/tracing/impl/Tracing,isEnabled
to the Java VM initialization the problem does not reproduce.
The method isEnabled is implemented as
protected static synchronized Tracer getTracer() {
return s_tracer;
}
The program showing this error is part of customer product namely dmbasic.
This program compiles and executes Basic programs which support
extensions specific to our products. One such extension is the ability
to invoke a Java method from Basic. The stack trace in the
hs_err_pid...log file shows calls in dmbasic and DOCNPB22.dll (a third party product that supports compiling and running Basic programs).
Customer can provide a copy of dmbasic.exe, docnpb22.dll and our dfc.jar file that will reproduce the problem on Windows platforms.
We need to see why it is causing the problem.
Attached Files :
===================
1) call831047.zip contains a full windows dump, a copy of the output generated (with -verbose:jni and -Xcheck:jni) and a copy of the main executable PDB file.
2) hs_err_pid4348.log - Hotspot error logs.
- backported by
-
JDK-2143755 JVM reports EXCEPTION_FLT_STACK_CHECK when calling a Java method through JNI
- Closed
-
JDK-2146484 JVM reports EXCEPTION_FLT_STACK_CHECK when calling a Java method through JNI
- Closed
-
JDK-2150732 JVM reports EXCEPTION_FLT_STACK_CHECK when calling a Java method through JNI
- Closed
-
JDK-2174445 JVM reports EXCEPTION_FLT_STACK_CHECK when calling a Java method through JNI
- Closed
-
JDK-2176971 JVM reports EXCEPTION_FLT_STACK_CHECK when calling a Java method through JNI
- Closed
- duplicates
-
JDK-6332210 JVM crash during start up of Netbeans
- Closed
-
JDK-6563244 Java VM: Java HotSpot(TM) Client VM shuts down application.
- Closed
- relates to
-
JDK-6457572 JVM crashes when invoking java.awt.Desktop.getDesktop().browse()
- Resolved
-
JDK-6463385 JVM crashes with Mustang build 96
- Closed
-
JDK-6346124 vm should be resilient against jni code that changes fpu control word
- Closed
-
JDK-8295159 DSO created with -ffast-math breaks Java floating-point arithmetic
- Resolved
-
JDK-6563559 My app runs in a machine win98 JIT Microsoft VM, but not in XP after update
- Closed