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: 4938236
Votes 0
Synopsis Crash when opening synthesizer implicitly
Category java:classes_sound
Reported Against tiger-beta
Release Fixed 1.5(tiger-b26)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs 4934509
Submit Date 15-OCT-2003
Description
When opening the Java Sound Synthesizer implicitly, a following crash occures. Implicit open is done in the attached version of MidiSystem.java in the method getReceiver(). This version of MidiSystem was modified to implement a more backward-compatible semantics of getReceiver (allowing to get Receivers from Synthesizers, not only from MIDI port devices). See bug #4934509:  Document explicitely MidiSystem.getReceiver's behavior. DefaultDevices.java can be used to reproduce the crash.
crash dump:
---
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x4cfd5aee, pid=25440, tid=1024
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0-beta-b21 mixed mode)
# Problematic frame:
# C  [libjsound.so+0x21aee]  PV_ResetControlers+0x2a
#
# An error report file with more information is saved as hs_err_pid25440.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/cgi-bin/bugreport.cgi
#
---
Work Around
N/A
Evaluation
  xxxxx@xxxxx   2003-10-15
Crash is reproducible. Needs to bee fixed for tiger.
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang