JDK-5044140 : REGRESSION: DisabledAssertionCrash.java
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86
  • Submitted: 2004-05-07
  • Updated: 2004-05-18
  • Resolved: 2004-05-18
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 beta2Fixed
Related Reports
Relates :  
Description

Name: kaR10181			Date: 05/07/2004


Filed By       : J2SE-SQA [###@###.###
JDK            : JDK1.5.0-b50
Testbase       : Regression1.5-test
Platform[s]    : RedHat Advanced Server 3 (Gnome)
switch/Mode    : -server
Falling test[s]:
        javax/sound/sampled/Mixers/DisabledAssertionCrash.java

Regression1.5_new-test 
javax/sound/sampled/Mixers/DisabledAssertionCrash.java test fails with 
JDK1.5.0-b50. The test passes with RH9.0-IA and Sles8-AMD64.

Test source location:
=====================
/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b50/ws/j2se/test/javax/sound/sampled/Mixers/DisabledAssertionCrash.java

jtr file location:
==================
/net/jtgb4u4c/export/sail15/results.2/tiger/b50/regtest/linux/RedHat_Advanced_Server_3_Gnome_opteron002/workDir/test/javax/sound/sampled/Mixers/DisabledAssertionCrash.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

#Paths in Java Software:
JT_HOME="/java/re/jct-tools/3.1.2/archive/fcs/binaries"
JEMMY_JAR="/net/jdk.sfbay/export/jpse04/Jemmy/jemmy.jar"
JAVA_HOME="/java/re/jdk/1.5.0/promoted/all/b50/binaries/linux-amd64"
TEST_BASE_PATH="/java/re/jdk/1.5.0/promoted/all/b50/ws/j2se/test"

#Alternative paths outside Java Software
#JT_HOME="/net/koori.sfbay/onestop/jct-tools/3.1.2/archive/fcs/binaries"
#JEMMY_JAR="/net/jdk.sfbay/export/jpse04/Jemmy/jemmy.jar"
#JAVA_HOME="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b50/binaries/linux-amd64"
#TEST_BASE_PATH="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b50/ws/j2se/test"

#Alternative paths for the NSK site:
#JT_HOME="/net/linux-15/export/home/java/jct"
#JEMMY_JAR="$JT_HOME/jemmy/jemmy.jar"
#JAVA_HOME="/net/linux-15/export/home/java/jdk1.5.0/linux"
#TEST_BASE_PATH="/net/jtgb4u4c/export/sail1/testarea/regression1.5/test"


TESTVMOPTS="-server"
CLASSPATH="$JT_HOME/classes:$JT_HOME/lib/javatest.jar:$JT_HOME/lib/jtreg.jar"

TEST="javax/sound/sampled/Mixers/DisabledAssertionCrash.java"

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 -showversion -server -cp $CLASSPATH -DenvVars=TESTJAVAHOME=$JAVA_HOME,TESTVMOPTS=$TESTVMOPTS,DISPLAY=$DISPLAY,HOME=$HOME/.regtest,PATH=/bin:/usr/bin,CPAPPEND=$JEMMY_JAR,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= 
-DDISPLAY=$DISPLAY -DlocalHost=`uname -n` -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/$TEST"

--- script end ---

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

Test output (jtr part):
=======================
----------System.out:(7/334)----------
This program hangs if priority is set,
and assertion is in the code.
The program crashes the entire Windows system
if assertions are disabled.
SourceDataLine: com.sun.media.sound.MixerSourceLine@761a626f
TargetDataLine: 
com.sun.media.sound.SimpleInputDevice$InputDeviceDataLine@5f934ad
Buffer time: 11.609977 millis. 1722 iterations.
----------System.err:(0/0)----------
result: Failed. Execution failed: Program 
`/net/jtgb4u4c/export/sail1/testarea/jdk1.5.0/linux-amd64/bin/java' 
interrupted! (timed out?)


test result: Failed. Execution failed: Program 
`/net/jtgb4u4c/export/sail1/testarea/jdk1.5.0/linux-amd64/bin/java' 
interrupted! (timed out?)


Specific machine info:
======================
Hostname: opteron002
OS: RedHat Advanced Server 3 (Gnome)



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

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta2 INTEGRATED IN: tiger-beta2
25-06-2004

PUBLIC COMMENTS Fixed for tiger-beta2.
25-06-2004

EVALUATION This is not a bug in the regression test, it's a functional failure. However, the test was run on a system without ALSA support. ALSA is the "supported" platform for sound. Please install ALSA and rerun the test. Contacting the submitter for more info. ###@###.### 2004-05-17 According to submitter, this reg test passes now. Seems as if this bug is fixed along with other fixes. ###@###.### 2004-05-18
17-05-2004