-
Bug
-
Resolution: Won't Fix
-
P3
-
6u26
-
x86
-
windows_2003
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2212864 | 6-pool | Unassigned | P3 | Closed | Won't Fix |
We see intermittent crash on one of the regression tests on Oracle’s 6u26 b02 on Windows.
Here are failure logs:
Win2003 SP2 x86_64:
> java.exe -server FileNameTest buffer.size=100000
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007ff7d570605, pid=288,tid=3192
#
# JRE version: 6.0_26-b02
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.1-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [COMDLG32.DLL+0x30605]
#
# An error report file with more information is saved as:
# J:\dev\users\viv\bug1626\hs_err_pid288.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Win2003 SP2 x86:
> jdk1.6.0_26\bin\java.exe FileNameTest buffer.size=100000
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c95fe85, pid=3612, tid=2052
#
# JRE version: 6.0_26-b02
# Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing windows-x86)
# Problematic frame:
# C [SHELL32.DLL+0x8fe85]
#
# An error report file with more information is saved as:
# J:\dev\users\viv\bug1626\hs_err_pid3612.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Here are failure logs:
Win2003 SP2 x86_64:
> java.exe -server FileNameTest buffer.size=100000
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007ff7d570605, pid=288,tid=3192
#
# JRE version: 6.0_26-b02
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.1-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [COMDLG32.DLL+0x30605]
#
# An error report file with more information is saved as:
# J:\dev\users\viv\bug1626\hs_err_pid288.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Win2003 SP2 x86:
> jdk1.6.0_26\bin\java.exe FileNameTest buffer.size=100000
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c95fe85, pid=3612, tid=2052
#
# JRE version: 6.0_26-b02
# Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing windows-x86)
# Problematic frame:
# C [SHELL32.DLL+0x8fe85]
#
# An error report file with more information is saved as:
# J:\dev\users\viv\bug1626\hs_err_pid3612.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
- backported by
-
JDK-2212864 Crash on 6u26-b02 Windows - test/java/awt/FileDialog/FileDialogBufferOverflowTest/FileNameTest.java
- Closed
- relates to
-
JDK-4516543 Reg-test FileDialogDropTargetTest.html Failing
- Closed