JDK-6575127 : ss12 analyzer crashes jvm 7 on specjvm.compiler tests on Clovertown
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2007-06-28
  • Updated: 2011-01-19
  • Resolved: 2008-12-03
Related Reports
Duplicate :  
Description
Running the following command
 ../../ss12/sunstudiomars/bin/collect  -j on  /scratch/users/ik199011/JDK7/linux-i586.7b14.ref/bin/java  -server  -XX:+UseParallelOldGC  -jar SPECjvm2007.jar -p props/specjvm.properties.compiler 
I get a crash
--- --- --- --- --- --- --- --- ---

  Benchmark:   compiler.compiler
  Run mode:    duration run
  Test type:   multi
  Threads:     1
  Warmup:      30s
  Iterations:  1
  Duration:    120s

using compiler source zipfile: /scratch/users/ik199011/specjvm.east/SPECjvm2007_65/src_ext/compiler.compiler/compiler-7-ea-src-b11-ahe-patch.zip

Warmup (30s) begins: Thu Jun 28 11:04:58 EDT 2007
javac -d /tmp/SPECjvm2007/compiler.compiler/1 @/tmp/SPECjvm2007/compiler.compiler/sourcefiles.txt
#
# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x06276dad, pid=12170, tid=2872433552
#
# Java VM: Java HotSpot(TM) Server VM (1.7.0-ea-b07 mixed mode)
# Problematic frame:
# V  [libjvm.so+0x276dad]
#
# An error report file with more information is saved as hs_err_pid12170.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
Aborted

hs_err_pid12170.log is attached

This benchmark without collector runs fine.

The bug was produced on team-b.east (booted into Linux)
Linux team-b 2.6.18.2-34-default #1 SMP Mon Nov 27 11:46:27 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux
../../ss12/sunstudiomars/bin/collect -version
../../ss12/sunstudiomars/bin/collect: Sun Analyzer 7.6 Linux_i386 Build35_2 2006/12/04

/scratch/users/ik199011/JDK7/linux-i586.7b14.ref/bin/java  -version
java version "1.7.0-ea"
Java(TM) SE Runtime Environment (build 1.7.0-ea-b07)
Java HotSpot(TM) Server VM (build 1.7.0-ea-b07, mixed mode)

Comments
EVALUATION We should try ss12 on the latest promoted build of Java 7. If the crash still occurs, we should get some Sun Studio engineers to help triage.
08-07-2007