JDK-4949191 : Synthesizer does not cut off notes
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 5.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: sparc
  • Submitted: 2003-11-05
  • Updated: 2003-11-24
  • Resolved: 2003-11-24
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 b30Fixed
Description
Name: fb126949			Date: 11/05/2003


This problem can be reproduced with the Java Sound demo: interrupting MIDI playback by stopping, winding, or advancing to the next track sometimes keeps notes hanging. This also happens with the MIDI keyboard in the Java Sound Demo. This is very annoying behavior, and a regression to Mantis.


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

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b30 tiger-beta
14-06-2004

EVALUATION Embarassing failure: hanging notes will never stop until the VM is exited. The Java Sound Demo should always work 100%. ###@###.### 2003-11-05 It turned out that this bug is in fact a serious deadlock in the new sequencer's close() method. It has a time-out of 2 seconds, so it wasn't perceived as a deadlock, but it was still an internal deadlock. Fixed. ###@###.### 2003-11-13
13-11-2003