JDK-4883030 : java/nio/channels/FileChannel/Release.java failed (rh 7.3 & rhas 2.1, i586)
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2003-06-24
  • Updated: 2003-10-15
  • Resolved: 2003-10-10
Related Reports
Duplicate :  
Description

Name: icR10030			Date: 06/24/2003


Filed By       : J2SE-SQA [###@###.###
JDK            : JDK1.5.0-b09
Testbase       : RegTest-test
Platform[s]    : RedHat Linux 7.3, RedHat Advanced Server 2.1 (Gnome)
switch/Mode    : -server
Falling test[s]:
         java/nio/channels/FileChannel/Release.java

RegTest-test java/nio/channels/FileChannel/Release.java test fails on JDK1.5.0-b08/b09
The test passes on JDK1.5.0-b07.
Also the test fails on mantis-b28, but it is new in tiger.


Test source location:
=====================
/java/re/jdk/1.5.0/promoted/latest/ws/j2se/test/java/nio/channels/FileChannel/Release.java

jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results/tiger/b09/regtest/linux/redhat_advserver21_gnome-server_smp_linux-24/workDir/test/java/nio/channels/FileChannel/Release.jtr

How to reproduce:
=================
Run the following script (you may need to change its variables)

--- script start ---
#!/bin/sh

RESULT_DIR=`pwd`
WORK_DIR=$RESULT_DIR/workDir/test
REPORT_DIR=$RESULT_DIR/reportDir
JT_HOME="/net/linux-15/export/home/java/jct"
JAVA_HOME="/net/linux-15/export/home/java/jdk1.5.0/linux"
TEST_BASE_PATH="/net/linux-15/export/home/java/regtest.tiger/test"

TESTWITH=$JAVA_HOME
TESTJAVA=$JAVA_HOME

JTOPTS="-server"
TESTVMOPTS="-server"

CLASSPATH="$JT_HOME/classes:$JT_HOME/lib/javatest.jar:$JT_HOME/lib/jtreg.jar:$JT_HOME/jemmy/jemmy.jar"

export JAVA_HOME
export JT_HOME
export TESTWITH
export CLASSPATH

mkdir -p $WORK_DIR/scratch 2>&1
mkdir -p $WORK_DIR/jtData 2>&1
mkdir -p $REPORT_DIR 2>&1

#rm $WORK_DIR/jtData/ResultCache.jtw 2>&1

cd $WORK_DIR/scratch

$JAVA_HOME/bin/java -cp $CLASSPATH $JTOPTS -DenvVars=TESTJAVAHOME=$JAVA_HOME,TESTVMOPTS=$TESTVMOPTS,DISPLAY=:0,HOME=$HOME/.regtest,PATH=/bin:/usr/bin,CPAPPEND=$JT_HOME/jemmy/jemmy.jar,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= 

-DDISPLAY=:0 -DlocalHost="linux-24" -Dprogram=jtreg com.sun.javatest.regtest.Main -a -v default -batch -params -w "$WORK_DIR" -r "$REPORT_DIR" -t "$TEST_BASE_PATH" "$TEST_BASE_PATH/java/nio/channels/FileChannel/Release.java"

--- script end ---

Script output:
==============

Test output (jtr part):
=======================
----------System.out:(0/0)----------
----------System.err:(16/911)----------
java.io.IOException: Value too large for defined data type
	at sun.nio.ch.FileChannelImpl.lock0(Native Method)
	at sun.nio.ch.FileChannelImpl.lock(FileChannelImpl.java:775)
	at java.nio.channels.FileChannel.lock(FileChannel.java:865)
	at Release.main(Release.java:14)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
	at java.lang.Thread.run(Thread.java:534)

JavaTest Message: Test threw exception: java.io.IOException: Value too large for defined data type
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.io.IOException: Value too large for defined data type
result: Failed. Execution failed: `main' threw exception: java.io.IOException: Value too large for defined data type


test result: Failed. Execution failed: `main' threw exception: java.io.IOException: Value too large for defined data type


Specific machine info:
======================
Hostname: linux-13
OS: RedHat Linux 7.3
Hostname: linux-24
OS: RedHat Advanced Server 2.1 (Gnome)

======================================================================

Comments
EVALUATION Not a Mantis showstopper. -- ###@###.### 2003/6/24
06-11-0190