JDK-8137023 : JDK6u sanity run is failing for platform "solaris_i586_5.8-fastdebug"
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Priority: P2
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2015-09-23
  • Updated: 2015-10-14
  • Resolved: 2015-10-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u111Resolved
Related Reports
Duplicate :  
Description
JDK6u sanity is test is failing with error "Failure reason: Targets failed.  Target solaris_i586_5.8-fastdebug FAILED. "

Error snippet:
/opt/jprt/T/P1/063324.chsahu/s/control/build/solaris-i586-fastdebug/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx512m -J-Xms256m -classpath /opt/jprt/T/P1/063324.chsahu/s/control/build/solaris-i586-fastdebug/classes -bootclasspath /opt/jprt/T/P1/063324.chsahu/s/control/build/solaris-i586-fastdebug/lib/jce.jar -sourcepath /opt/jprt/T/P1/063324.chsahu/s/control/build/solaris-i586-fastdebug/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /opt/jprt/T/P1/063324.chsahu/s/control/build/solaris-i586-fastdebug/tmp/javax/swing/html/dtbuilder/dtdgenclasses -encoding ascii -g -source 1.5 -target 5 @/opt/jprt/T/P1/063324.chsahu/s/control/build/solaris-i586-fastdebug/tmp/javax/swing/html/dtbuilder/.classes.list
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x20736465, pid=19078, tid=6
#
# JRE version: 6.0
# Java VM: Java HotSpot(TM) Client VM (20.105-b03-fastdebug mixed mode solaris-x86 )
# Problematic frame:
# C  0x20736465
[error occurred during error reporting (printing problematic frame), id 0xb]

# An error report file with more information is saved as:
# /opt/jprt/T/P1/063324.chsahu/s/j2se/make/javax/swing/html32dtd/hs_err_pid19078.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
VM option 'ThreadStackSize=768'
Current thread is 6
Dumping core ...
Abort - core dumped
make[7]: *** [.compile.classlist] Error 134
make[7]: Leaving directory `/opt/jprt/T/P1/063324.chsahu/s/j2se/make/javax/swing/html32dtd'

Step used to run sanity:
- hg clone http://closedjdk.us.oracle.com/jdk6u/jdk6u-cpu/
- sh get_source.sh http://closedjdk.us.oracle.com/
- cd jdk6u-cpu/
- /net/scaaa637.us.oracle.com/export/archives/data/jprt/archive/sust/dist/bin/jprt  submit -control 'j2se hotspot'  -comment 'JDK6u sanity run' -email cheleswer.sahu@oracle.com -noqa
Comments
Backporting JDK-7012088 fix this issue.
14-10-2015

I have tried to build several version of JDK6u for solaris_i586_5.8-fastdebug platform and for these runs result are below: JDK Versions Result ---------------- -------------- 6u111-b01 -- Failed/ Rerun failed 6u105-b15--- Failed 6u105-b14--- Failed / Rerun failed 6u105-b13--- pass / Failed in run-2/ Failed in rerun JDK6u105-b13 got 'Passed' in its first run but when I tried to re-run it, build failed. For the latest versions of JDK6u its constantly failing for me, but for the JDK6u103-b13 build got passed at first run and failed for second run , so this problem doesn't look 100% deterministic.
29-09-2015

Cheleswer has only seen this recently. Running with an earlier version of 6u105 or 6u101 source did not cause this crash
24-09-2015