-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2, 5.0
-
rc
-
x86
-
linux, solaris_9
-
Verified
Name: aaR10208 Date: 04/03/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b03 (also reproducible with jdk1.4.2-b19)
Testbase : RegTest-cte
Platform[s] : RedHat Advanced Server 2.1 (Gnome), SMP; Sol5.9/x86,SMP
switch/Mode : -client
Falling test[s]: CTE_REGTEST/Generic/4683022/Test4683022.sh
RegTest-cte CTE_REGTEST/Generic/4683022/Test4683022.sh test fails on JDK1.5.0-b03.
Test source location:
=====================
/net/jdk/export/jpse04/Regression/1.4.2/test/CTE_REGTEST/Generic/4683022/Test4683022.sh
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results/tiger/b03/regtest/linux/redhat_advserver21_gnome-client_linux-24/workDir/cte/CTE_REGTEST/Generic/4683022/Test4683022.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
JDK=/java/re/jdk/1.5.0/promoted/latest/binaries/linux-i586
TESTBASE=/net/jdk/export/jpse04/Regression/1.5.0/test/
#JDK=/net/linux-15/export/home/java/jdk1.5.0/linux
#TESTBASE=/net/linux-15/export/home/java/regtest/cte
cp ${TESTBASE}/CTE_REGTEST/Generic/4683022/Test4683022.sh .
cp ${TESTBASE}/CTE_REGTEST/Generic/4683022/Garbage1.java .
$JDK/bin/javac Garbage1.java
TESTJAVA=$JDK
TESTCLASSES=.
export TESTJAVA
export TESTCLASSES
sh ./Test4683022.sh
cat ./hotspot.log
--- script end ---
Script output:
==============
Note: Garbage1.java uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.
./Test4683022.sh: [: too many arguments
java full version "1.5.0-beta-b03"
2
./Test4683022.sh: kill: (17848) - No such pid
<?xml version='1.0' encoding='UTF-8'?>
<hotspot_log version='142 1' process='17848' time_ms='1049373671870'>
<vm_version>
<name>
Java HotSpot(TM) Server VM
</name>
<release>
1.5.0-beta-b03-debug
</release>
<info>
Built on Mar 26 2003 02:57:19 by unknown with unknown compiler
</info>
</vm_version>
<tty>
<tty_done stamp='93.634'/>
</tty>
<hotspot_log_done stamp='93.634'/>
</hotspot_log>
Test output (jtr part):
=======================
----------System.err:(3/271)----------
/net/linux-15/export/home/java/regtest.tiger/cte/CTE_REGTEST/Generic/4683022/Test4683022.sh: [: too many arguments
java full version "1.5.0-beta-b03"
/net/linux-15/export/home/java/regtest.tiger/cte/CTE_REGTEST/Generic/4683022/Test4683022.sh: kill: (29144) - No such pid
result: Failed. Execution failed: exit code 1
test result: Failed. Execution failed: exit code 1
Specific machine info:
======================
Hostname: linux-24 (SMP)
OS: RedHat Advanced Server 2.1 (Gnome)
Hostname: linux-6 (SMP)
OS: SunOS linux-6 5.9 Generic i86pc i386 i86pc
======================================================================