-
Bug
-
Resolution: Fixed
-
P3
-
8, 11, 17, 21, 22, 23
-
b06
-
generic
-
generic
java.desktop/com.sun.media.sound.SoftLinearResampler2.interpolate throws the following exception:
java.lang.ArithmeticException: / by zero
at java.desktop/com.sun.media.sound.SoftLinearResampler2.interpolate(SoftLinearResampler2.java:73)
at java.desktop/com.sun.media.sound.SoftAbstractResampler$ModelAbstractResamplerStream.read(SoftAbstractResampler.java:367)
at java.desktop/com.sun.media.sound.SoftVoice.processAudioLogic(SoftVoice.java:832)
at java.desktop/com.sun.media.sound.SoftMainMixer.processAudioBuffers(SoftMainMixer.java:722)
at java.desktop/com.sun.media.sound.SoftMainMixer$2.fillBuffer(SoftMainMixer.java:948)
at java.desktop/com.sun.media.sound.SoftMainMixer$2.read(SoftMainMixer.java:962)
at java.desktop/javax.sound.sampled.AudioInputStream.read(AudioInputStream.java:284)
at java.desktop/javax.sound.sampled.AudioInputStream.read(AudioInputStream.java:284)
at java.desktop/com.sun.media.sound.DirectAudioDevice$DirectClip.open(DirectAudioDevice.java:1093)
See comments for more information.
java.lang.ArithmeticException: / by zero
at java.desktop/com.sun.media.sound.SoftLinearResampler2.interpolate(SoftLinearResampler2.java:73)
at java.desktop/com.sun.media.sound.SoftAbstractResampler$ModelAbstractResamplerStream.read(SoftAbstractResampler.java:367)
at java.desktop/com.sun.media.sound.SoftVoice.processAudioLogic(SoftVoice.java:832)
at java.desktop/com.sun.media.sound.SoftMainMixer.processAudioBuffers(SoftMainMixer.java:722)
at java.desktop/com.sun.media.sound.SoftMainMixer$2.fillBuffer(SoftMainMixer.java:948)
at java.desktop/com.sun.media.sound.SoftMainMixer$2.read(SoftMainMixer.java:962)
at java.desktop/javax.sound.sampled.AudioInputStream.read(AudioInputStream.java:284)
at java.desktop/javax.sound.sampled.AudioInputStream.read(AudioInputStream.java:284)
at java.desktop/com.sun.media.sound.DirectAudioDevice$DirectClip.open(DirectAudioDevice.java:1093)
See comments for more information.
- links to
-
Commit(master) openjdk/jdk/9c430c92
-
Review(master) openjdk/jdk/23064