JDK-4651882 : Core dump with bogus bootclasspath
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.4.1
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2002-03-13
  • Updated: 2002-03-13
  • Resolved: 2002-03-13
Related Reports
Duplicate :  
Relates :  
Description
Test cases failed:
nsk/regression/b4278844

Build:       1.4.1-beta-b04
Platform:    solsparcv9
VM:          ClientVM/ServerVM
Mode:        comp/mixed/int
HotSpot Version: 
Java HotSpot(TM) Server VM 
(build 20020308105420.jmasa.baseline-fastdebug-debug, compiled mode)
How to reproduce:
cd /net/jano.sfbay/export/disk20/GammaBase/Bugs/<bug-id>
sh doit.sh

Running the test with Hopper-weekahead 
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b04)
Java HotSpot(TM) Client VM (build 20020308105420.jmasa.baseline-fastdebug1-debug, mixed mode)
==> nsk/regression/b4278844 test LOG:
--> This test on #4278844 bug; Category: hotspot; Subcategory: runtime_system
    Synopsis: Bogus bootclasspath causes crash on Win98

--> b4278844: TESTED_JAVA :
/net/alpheridies/export/VM/hopper/weekly/JDK/latest/solsparc/bin/java

--> b4278844: TESTED_JAVA version:
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b04)
Java HotSpot(TM) Client VM (build 20020308105420.jmasa.baseline-fastdebug1-debug, mixed mode)

--> b4278844: Executing "TESTED_JAVA -Xbootclasspath: b4278844" command...
Abort
--> b4278844 java test exit status = 134
--> b4278844: OutPut produced by TESTED_JAVA:
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
Dumping core....

##> b4278844: Failure: TESTED_JAVA dumped core or aborted
==> nsk/regression/b4278844 TEST FAILED
**********
Running the test with promoted JDK 
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b05)
Java HotSpot(TM) Client VM (build 1.4.1-beta-b05, mixed mode)
==> nsk/regression/b4278844 test LOG:
--> This test on #4278844 bug; Category: hotspot; Subcategory: runtime_system
    Synopsis: Bogus bootclasspath causes crash on Win98

--> b4278844: TESTED_JAVA :
/import/javasoft/java/jdk1.4.1/solsparc/bin/java

--> b4278844: TESTED_JAVA version:
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b05)
Java HotSpot(TM) Client VM (build 1.4.1-beta-b05, mixed mode)

--> b4278844: Executing "TESTED_JAVA -Xbootclasspath: b4278844" command...
--> b4278844 java test exit status = 1
--> b4278844: OutPut produced by TESTED_JAVA:
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object

==> nsk/regression/b4278844 TEST PASSED

Comments
EVALUATION Looks like a dup/not a bug based on bugID:4343963 Based on eval from bug mentioned above this is normal behavior. ###@###.### 2002-03-13 ###@###.### 2002-03-13 The core files occur only in the debug vm, and are desired as a debugging aid. The product vm does not generate a core file. Closing as a dup of 4418494. Note that the vm reported in the description *is* a debug vm, even though the command used to run it is java (not java_g). The vm is a so-called "fastdebug" vm which has debugging info but is also optimized to run tests faster. The version string in the vm gives a (non-obvious) indication that it is a debug vm: build 20020308105420.jmasa.baseline-fastdebug-debug,
11-06-2004