JDK-6565593 : PIT: Testcase crashes the JVM
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-06-05
  • Updated: 2011-01-19
  • Resolved: 2007-07-30
Related Reports
Duplicate :  
Description
Running the attached test on jdk 7 b15 PIT build crashes the JVM on Windows XP. The crash is not consistently reproducable. It happens 2 out of 3 times. Crash is not reproducable with b13.

Crash logs attached.

To reproduce the issue:
Extract the testcase tar file
Set JAVA_HOME
Run run.sh

Comments
EVALUATION The problem is a duplicate of 6542975. We have a prototype fix for 6542975. I built a jre with that fix and provided it to the submitter to verify reproducibility. The submitter confirmed that the bug is not reproducible. Also, this is not a regression as the problem has presented in the code long ago but it hasn't been seen.
30-07-2007

EVALUATION The crash in the bug description is consistently from the comctrl32.dll which is called from awt.dll. So most likely it is an AWT bug or a bug inside Microsoft libraries. Further tracing back indicates that JRE 7 b02 is the first one showing the crash. JRE 7 b01 doesn't have the crash. Swapping out jvm.dll of JRE 7 b02 with the b01 VM doesn't fix the crash. On the other hand, using jvm.dll of JRE 7 b02 with JRE 7 b01 doesn't make JRE7 b01 crash. Both experiments indicate that VM is not the source of problem. Reassign to AWT for further investigation.
05-06-2007