JDK-4674591 : unexpected exception when running the Animator demos
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 1.4.1,1.4.2
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8,windows_2000
  • CPU: x86,sparc
  • Submitted: 2002-04-25
  • Updated: 2004-12-24
  • Resolved: 2002-05-13
Related Reports
Duplicate :  
Relates :  
Description
unexpected exception when running the Animator demos

Build: 09
OS   : Sparc8(32) 


Steps to reproduce the bug..
===========================

Set the Path = $JAVA_HOME ( to the current jdk build09)

Location of the tests: 

!) Set the path to current jdk build09.
2) cd <jdk_home>/demo/applets/Animator/example2.html and example3.html


java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b09)
Java HotSpot(TM) Client VM (build 1.4.1-beta-b09, mixed mode)

To reproduce the bug run the Animator/example2.html and example3.html demo applet . Then try the options (clone, reload, print,stop, restart ..) a couple of times - we get the below error . ..

This error is not consistent ..

I think this bug is related to sound , but filed in 'demos' subcategory since I am not sure and appeared through demos.

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0xF1FD765C
Function=SR_resample32_add+0x314
Library=/net/sqindia/export/disk01/jdk/1.4.1/beta/b09/binaries/solsparc/jre/lib/sparc/libjsound.so

Current Java thread:
	at com.sun.media.sound.MixerThread.runNative(Native Method)
	at com.sun.media.sound.MixerThread.run(MixerThread.java:314)

Dynamic libraries:
0x10000 	appletviewer
0xff350000 	/usr/lib/libthread.so.1
0xff280000 	/usr/openwin/lib/libX11.so.4
0xff390000 	/usr/lib/libdl.so.1
0xff180000 	/usr/lib/libc.so.1
0xff250000 	/usr/openwin/lib/libXext.so.0
0xff160000 	/usr/lib/libsocket.so.1
0xff080000 	/usr/lib/libnsl.so.1
0xff050000 	/usr/openwin/lib/libdga.so.1
0xff140000 	/usr/lib/libmp.so.2
0xff040000 	/usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1
0xfe000000 	/net/sqindia/export/disk01/jdk/1.4.1/beta/b09/binaries/solsparc/jre/lib/sparc/server/libjvm.so
0xfe7c0000 	/usr/lib/libCrun.so.1
0xfe790000 	/usr/lib/libm.so.1
0xfe7f0000 	/usr/lib/libw.so.1
0xfe740000 	/net/sqindia/export/disk01/jdk/1.4.1/beta/b09/binaries/solsparc/jre/lib/sparc/native_threads/libhpi.so
0xfe710000 	/net/sqindia/export/disk01/jdk/1.4.1/beta/b09/binaries/solsparc/jre/lib/sparc/libverify.so
0xfe6d0000 	/net/sqindia/export/disk01/jdk/1.4.1/beta/b09/binaries/solsparc/jre/lib/sparc/libjava.so
0xfe6b0000 	/net/sqindia/export/disk01/jdk/1.4.1/beta/b09/binaries/solsparc/jre/lib/sparc/libzip.so
0xf1500000 	/net/sqindia/export/disk01/jdk/1.4.1/beta/b09/binaries/solsparc/jre/lib/sparc/libawt.so
0xfa080000 	/net/sqindia/export/disk01/jdk/1.4.1/beta/b09/binaries/solsparc/jre/lib/sparc/libmlib_image.so
0xfa390000 	/net/sqindia/export/disk01/jdk/1.4.1/beta/b09/binaries/solsparc/jre/lib/sparc/motif21/libmawt.so
0xf0d80000 	/usr/dt/lib/libXm.so.4
0xfa290000 	/usr/openwin/lib/libXt.so.4
0xfc440000 	/usr/openwin/lib/libXtst.so.1
0xfa1a0000 	/usr/openwin/lib/libdps.so.5
0xfc420000 	/usr/openwin/lib/libSM.so.6
0xfa050000 	/usr/openwin/lib/libICE.so.6
0xf0c80000 	/net/sqindia/export/disk01/jdk/1.4.1/beta/b09/binaries/solsparc/jre/lib/sparc/libfontmanager.so
0xfa020000 	/net/sqindia/export/disk01/jdk/1.4.1/beta/b09/binaries/solsparc/jre/lib/sparc/libnet.so
0xf1fa0000 	/net/sqindia/export/disk01/jdk/1.4.1/beta/b09/binaries/solsparc/jre/lib/sparc/libjsound.so
0xf1ed0000 	/usr/lib//liblayout.so

Local Time = Wed Apr 24 18:33:11 2002
Elapsed Time = 26
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Server VM (1.4.1-beta-b09 interpreted mode)
#

Comments
EVALUATION ###@###.### 2002-04-25 This is likely to be fixed with the pending integration for build 11. The bug report closely ressembles "4498848: Sound causes crashes on Linux" ###@###.### 2002-05-13 Closing as duplicate of "4676593: api.javax.sound.sampled.LineListener.LineListener fails interm", as both bugs fail due to a crash. Contacting TCK team to verify the fix in build 11.
11-06-2004