JDK-6634338 : javax/sound/sampled/Clip/ClipFlushCrash.java got in deadlock
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 5.0u14,9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: linux_redhat_5.1
  • CPU: x86
  • Submitted: 2007-11-27
  • Updated: 2021-07-13
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
tbdUnresolved
Related Reports
Relates :  
Description
i tested /javax/sound/sampled/Clip/ClipFlushCrash  from Regression suite on RHEL5_64, it got in deadlock at line:  
		at1.terminate();
		at2.terminate();
		at3.terminate();//after it it hanged
		at4.terminate(); 
at4.terminate() call 	    	public synchronized void terminate() 
but at1,at2,at3 went out before at4.terminate(), so it went in deadlock (with what thread i donot understand) and so it has error(timeout)

Comments
- this is an issue reported against 7(7u), - there are now affected version 9 filed for this issue - 7u issues are transferred to Sustaining Nevertheless if someone have a report against 9 - please reopen and add affectedVersion 9 or 7u specific escalations might be reopen to Sustaining
10-08-2014

- this is an issue reported against 7(7u), - there are now affected version 9 filed for this issue - 7u issues are transferred to Sustaining Nevertheless if someone have a report against 9 - please reopen and add affectedVersion 9 or 7u specific escalations might be reopen to Sustaining
10-08-2014