Details
-
Bug
-
Resolution: Fixed
-
P4
-
hs20, 5.0u34, 6, 6u24, 7
-
b03
-
generic, x86
-
generic, windows
Description
The test case
runtime/jni/WindowsExceptionFilter/WindowsExceptionFilter01
was created while investigating 6550813 (Crash because of FPU control word being modified by native code (win32)) and recently added to VM testbase under 6922986 (test for 6550813 needs to be added to the VM testbase).
It crashed on windows-amd64 in HS 20 b07 JDK 6u25 b01 PIT:
[2011-01-15T02:18:24.45] # Actual: C:/local/common/jdk/baseline/windows-amd64/bin/java -server -Xmixed -XX:+StartAttachListener runtime.jni.WindowsExceptionFilter.WindowsExceptionFilter01.WindowsExceptionFilter01
[2011-01-15T02:18:24.45] #
[2011-01-15T02:18:26.23] # A fatal error has been detected by the Java Runtime Environment:
[2011-01-15T02:18:26.23] #
[2011-01-15T02:18:26.23] # Internal Error (os_windows_x86.cpp:149), pid=1516, tid=9100
[2011-01-15T02:18:26.23] # guarantee(result == EXCEPTION_CONTINUE_EXECUTION) failed: Unexpected result from topLevelExceptionFilter
[2011-01-15T02:18:26.23] #
[2011-01-15T02:18:26.23] # JRE version: 6.0_21-b04
[2011-01-15T02:18:26.23] # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.0-b07-internal-201101140732.et151817.hs20b07-ci-for-6u2 mixed mode windows-amd64 compressed oops)
[2011-01-15T02:18:26.23] # An error report file with more information is saved as:
[2011-01-15T02:18:26.23] # c:\local\41407.HSX.PIT.VM+windows-amd64_vm__server_mixed_vm.runtime.testlist\results\ResultDir\WindowsExceptionFilter01\hs_err_pid1516.log
[2011-01-15T02:18:26.23] #
[2011-01-15T02:18:26.23] # If you would like to submit a bug report, please visit:
[2011-01-15T02:18:26.23] # http://java.sun.com/webapps/bugreport/crash.jsp
[2011-01-15T02:18:26.23] #
[2011-01-15T02:18:26.23] # Test level exit status: 1
[2011-01-15T02:18:26.25] # Host info: CYGWIN_NT-6.1-WOW64 vm-x2270-05 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin
runtime/jni/WindowsExceptionFilter/WindowsExceptionFilter01
was created while investigating 6550813 (Crash because of FPU control word being modified by native code (win32)) and recently added to VM testbase under 6922986 (test for 6550813 needs to be added to the VM testbase).
It crashed on windows-amd64 in HS 20 b07 JDK 6u25 b01 PIT:
[2011-01-15T02:18:24.45] # Actual: C:/local/common/jdk/baseline/windows-amd64/bin/java -server -Xmixed -XX:+StartAttachListener runtime.jni.WindowsExceptionFilter.WindowsExceptionFilter01.WindowsExceptionFilter01
[2011-01-15T02:18:24.45] #
[2011-01-15T02:18:26.23] # A fatal error has been detected by the Java Runtime Environment:
[2011-01-15T02:18:26.23] #
[2011-01-15T02:18:26.23] # Internal Error (os_windows_x86.cpp:149), pid=1516, tid=9100
[2011-01-15T02:18:26.23] # guarantee(result == EXCEPTION_CONTINUE_EXECUTION) failed: Unexpected result from topLevelExceptionFilter
[2011-01-15T02:18:26.23] #
[2011-01-15T02:18:26.23] # JRE version: 6.0_21-b04
[2011-01-15T02:18:26.23] # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.0-b07-internal-201101140732.et151817.hs20b07-ci-for-6u2 mixed mode windows-amd64 compressed oops)
[2011-01-15T02:18:26.23] # An error report file with more information is saved as:
[2011-01-15T02:18:26.23] # c:\local\41407.HSX.PIT.VM+windows-amd64_vm__server_mixed_vm.runtime.testlist\results\ResultDir\WindowsExceptionFilter01\hs_err_pid1516.log
[2011-01-15T02:18:26.23] #
[2011-01-15T02:18:26.23] # If you would like to submit a bug report, please visit:
[2011-01-15T02:18:26.23] # http://java.sun.com/webapps/bugreport/crash.jsp
[2011-01-15T02:18:26.23] #
[2011-01-15T02:18:26.23] # Test level exit status: 1
[2011-01-15T02:18:26.25] # Host info: CYGWIN_NT-6.1-WOW64 vm-x2270-05 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin
Attachments
Issue Links
- relates to
-
JDK-6550813 Crash because of FPU control word being modified by native code (win32)
- Closed