JDK-4695555 : nsk/regression/b4350612 causes intermittent crashes with CleintVM -Xcomp mode
  • Type: Bug
  • Component: vm-legacy
  • Sub-Component: jvmpi
  • Affected Version: 1.4.1,5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: linux,solaris_8,windows_nt
  • CPU: generic,x86
  • Submitted: 2002-05-31
  • Updated: 2003-11-20
  • Resolved: 2003-11-03
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.
Other
5.0 b28Fixed
Related Reports
Relates :  
Description
				--------------------------------------
Test(s)         : nsk/regression/b4350612
TestBase        : testbase_nsk 
VM              : client
Mode            : comp
Platform (s)	: sparc
OS              : 5.8

----------------------------------------
Steps to reproduce 
================
1. cd /net/sqesvr.eng/export/vsn/GammaBase/Bugs/{BugID}
2. sh doit.sh

Crash output
-------------

Unexpected Signal : 11 occurred at PC=0xFE306FB4
Function=JVM_RaiseSignal+0x39AF4
Library=/net/alpheridies/export/VM/hopper/weekly/JDK/b13/solaris-sparcv9/jre/lib/sparc/client/libjvm.so


Dynamic libraries:
0x10000         /net/alpheridies/export/VM/hopper/weekly/JDK/latest/solsparc/bin/java
0xff360000      /usr/lib/libthread.so.1
0xff3a0000      /usr/lib/libdl.so.1
0xff280000      /usr/lib/libc.so.1
0xff270000      /usr/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1
0xfe000000      /net/alpheridies/export/VM/hopper/weekly/JDK/b13/solaris-sparcv9/jre/lib/sparc/client/libjvm.so
0xff210000      /usr/lib/libCrun.so.1
0xff1f0000      /usr/lib/libsocket.so.1
0xff100000      /usr/lib/libnsl.so.1
0xff0d0000      /usr/lib/libm.so.1
0xff240000      /usr/lib/libw.so.1
0xff0b0000      /usr/lib/libmp.so.2
0xff080000      /net/alpheridies/export/VM/hopper/weekly/JDK/b13/solaris-sparcv9/jre/lib/sparc/native_threads/libhpi.so
0xff050000      /net/alpheridies/export/VM/hopper/weekly/JDK/b13/solaris-sparcv9/jre/lib/sparc/libverify.so
0xfe7c0000      /net/alpheridies/export/VM/hopper/weekly/JDK/b13/solaris-sparcv9/jre/lib/sparc/libjava.so
0xff030000      /net/alpheridies/export/VM/hopper/weekly/JDK/b13/solaris-sparcv9/jre/lib/sparc/libzip.so
0xfe690000      ./sparc/libb4350612.so

Local Time = Wed May 29 11:06:50 2002
Elapsed Time = 1
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002E6 01
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1-beta-b13 compiled mode)
#


###@###.### 2002-05-31

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b28 tiger-beta VERIFIED IN: tiger-beta
14-06-2004

EVALUATION Modified test case to run 10000 iterations rather than 10. No crash with B13 product on 2-processor Ultra 60. Please supply command line parameters to reproduce more quickly. Downgrading from showstopper priority. ###@###.### 2002-05-31 I reproduced the crash and looked at the core file, which indicated a crash in the cmp function of the heapdump code in jvmpi.cpp. It's probably a null where one isn't expected. ###@###.### 2002-06-05 ###@###.### 2003-09-10 This bug might be a duplicate of a bug that was recently escalated: 4861809 4/3 VM crash when HeapDump requested
05-06-2002

PUBLIC COMMENTS Verified in Tiger-beta b28 ###@###.### 11/19/03
19-11-0003