Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4849884
Votes 0
Synopsis JVM crashes with 'eclipse' software
Category hotspot:compiler2
Reported Against mantis-beta
Release Fixed 1.4.1_05, 1.4.2(mantis-rc) (Bug ID:2068308) , 1.5(tiger) (Bug ID:2068309)
State 10-Fix Delivered, Verified, bug
Priority: 2-High
Related Bugs
Submit Date 17-APR-2003
Description




this c2 crash is reproducible with the latest build (20)

Steps to reproduce:

1) bash-2.00$ /java/re/jdk/1.4.2/latest/binaries/solaris-sparc/bin/java -server -cp /net/knight1/export/tmp/downloads/eclipse/startup.jar org.eclipse.core.launcher.Main -os solaris -ws motif -arch sparc -showsplash /net/knight1/export/tmp/downloads/eclipse/eclipse -showsplash 600

2) when IDE comes up, click help->software update->update manager

The dump below is produced. 

Original description from HP :
==============================
Eclipse(http://www.eclipse.org) version: 2.0.2

$java -version
java version "1.4.1_03-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_03-ea-b01)
Java HotSpot(TM) Server VM (build 1.4.1_03-ea-b01, mixed mode)

$uname -a
SunOS hppdl694 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-4

$eclipse -vm /opt/jdk1.4.1_03/bin/java -vmargs -server

Unexpected Signal : 10 occurred at PC=0xFE0C7988
Function=[Unknown. Nearest: JVM_CurrentTimeMillis+0x1EA4]
Library=/export/home1/schadaga/jdk1.4.1_03/jre/lib/sparc/server/libjvm.so

Current Java thread:

Dynamic libraries:
0x10000         /opt/jdk1.4.1_03/bin/java
0xff350000      /usr/lib/libthread.so.1
0xff390000      /usr/lib/libdl.so.1
0xff200000      /usr/lib/libc.so.1
0xff330000      /usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1
0xfe000000      /opt/jdk1.4.1_03/jre/lib/sparc/server/libjvm.so
0xff2e0000      /usr/lib/libCrun.so.1
0xff1e0000      /usr/lib/libsocket.so.1
0xff100000      /usr/lib/libnsl.so.1
0xff0d0000      /usr/lib/libm.so.1
0xff310000      /usr/lib/libw.so.1
0xff0b0000      /usr/lib/libmp.so.2
0xff070000      /opt/jdk1.4.1_03/jre/lib/sparc/native_threads/libhpi.so
0xff040000      /opt/jdk1.4.1_03/jre/lib/sparc/libverify.so
0xfe7c0000      /opt/jdk1.4.1_03/jre/lib/sparc/libjava.so
0xff020000      /opt/jdk1.4.1_03/jre/lib/sparc/libzip.so
0xfdfb0000      /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
0xfa040000      /proj/javelin/schadaga/141/JAGae68649_eclipse/solaris/eclipse/pl
ugins/org.eclipse.swt.motif_2.0.2/os/solaris/sparc/libswt-motif-2052.so
0xf0b80000      /usr/lib/libXm.so.4
0xf1f90000      /usr/lib/libXt.so.4
0xf0a80000      /usr/lib/libX11.so.4
0xfa020000      /usr/openwin/lib/libSM.so.6
0xf1ed0000      /usr/openwin/lib/libICE.so.6
0xf1ea0000      /usr/openwin/lib/libXext.so.0
0xf1dd0000      /usr/openwin/lib/libdga.so.1
0xf1db0000      /usr/openwin/lib/locale/common/xlibi18n.so.2
0xf1cc0000      /usr/openwin/lib/locale/common/ximlocal.so.2
0xf16b0000      /usr/openwin/lib/locale/iso8859-1/xomEuro.so.2
0xf1690000      /usr/lib//liblayout.so

Local Time = Tue Apr 15 10:26:00 2003
Elapsed Time = 27
#
# HotSpot Virtual Machine Error : 10
# Error ID : 4F530E43505002E6 01
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (1.4.1_03-ea-b01 mixed mode)
#
# An error report file has been saved as hs_err_pid24925.log.
# Please refer to the file for further information.
#

Sometimes crashes when help->software updates is clicked.
(Review ID: 184170) 
======================================================================
Work Around
N/A
Evaluation
  xxxxx@xxxxx   2003-04-21

Reproduced with targeted command-line (fastdebug build hit assert in loopnode.cpp)
-XX:CompileOnly=.decodeACCoefficients -XX:+PrintCompilation -XX:+ShowMessageBoxOnError 
First compilation hits assert
Notes are available in Bugs/4849884/README_eval.txt and README_node_dump.txt
-----

is_cond_add() is causing a PhiNode to be replaced when the diamond is 
not going away.


  xxxxx@xxxxx   2003-04-22
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang