JDK-6968933 : Clip loop() deadlock in DirectAudioDevice$DirectClip.run
Type:Bug
Component:client-libs
Sub-Component:javax.sound
Affected Version:5.0u17
Priority:P3
Status:Closed
Resolution:Fixed
OS:windows_xp
CPU:x86
Submitted:2010-07-14
Updated:2011-02-28
Resolved:2011-02-28
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.
OS: Windows XP
Java: 1.5.0u17
Clip loop() doesn't play sound in rare cases.
This seems to happen because it checks status without locking.
Please see comments field for more information.