JDK-6295831 : VM crash in libdcpr.so on Solaris x86 for 1.4.2_09
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 1.4.2_09
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris
  • CPU: x86
  • Submitted: 2005-07-12
  • Updated: 2010-04-02
  • Resolved: 2005-07-13
Related Reports
Duplicate :  
Description
Fix for 4896773 is broken on Solaris x86 for 1.4.2_09 whereas the same testcase passed on Solaris sparc.

JDK info:
---------
mumbaba$ ./java -version
java version "1.4.2_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b03)
Java HotSpot(TM) Client VM (build 1.4.2_09-b03, mixed mode)

How to Reproduce:
----------------

Install 1.4.2_09 jdk.
Copy the attached GeneralPathTest.java file.
Compile the java file.
Run Command
 $java GeneralPathTest > test.out 2>&1

Output:
------
Abort (core dumped)
Attached are the error files created.
###@###.### 2005-07-12 13:59:53 GMT

Comments
EVALUATION The crash has occurred since 1.4.2 fcs and is not a regression on 1.4.2_09 due to the fix 4896773. Lowering the priority to P4. The core file shows the crash occuring at Java_sun_dc_pr_PathStroker_beginSubpath native call. ###@###.### 2005-07-12 17:59:02 GMT The bug has been fixed by another bug 4506231 in Tiger. Need to be backported to 1.4.2_xxx ###@###.### 2005-07-13 20:35:33 GMT
12-07-2005