Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4949191
Votes 0
Synopsis Synthesizer does not cut off notes
Category java:classes_sound
Reported Against tiger
Release Fixed 1.5(tiger-b30)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs
Submit Date 05-NOV-2003
Description


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.


======================================================================
Work Around
N/A
Evaluation
Embarassing failure: hanging notes will never stop until the VM is exited. The Java Sound Demo should always work 100%.
  xxxxx@xxxxx   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.
  xxxxx@xxxxx   2003-11-13
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang