JDK-5044712 : ALSA support on Linux-amd64 is not working
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: linux_suse_sles_8
  • CPU: x86
  • Submitted: 2004-05-10
  • Updated: 2004-07-14
  • Resolved: 2004-06-18
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 b57Fixed
Description
When running the JavaSound reliability test, I found that the ALSA support on AMD is not working properly.

Host: applebee
Linux applebee 2.4.19 #1 Mon Mar 31 23:47:50 UTC 2003 x86_64 unknownapplebee 

SuSE SLES-8 (AMD64)
VERSION = 8.1
UnitedLinux 1.0 (AMD64)
VERSION = 1.0

Advanced Linux Sound Architecture Driver Version 1.0.4.
Compiled on May  7 2004 for kernel 2.4.19.

2 reliability sound test log files can be viewed from here:
/net/cady/export1/relib_sound/amd_sles_result.txt
/net/cady/export1/relib_sound/amd_sles_result2.txt

###@###.### 2004-05-10

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-rc FIXED IN: tiger-rc INTEGRATED IN: tiger-b57 tiger-rc VERIFIED IN: tiger-rc
13-09-2004

EVALUATION Need to investigate. ###@###.### 2004-05-19 Turns out that in 2 places an int variable was passed to an ALSA function that takes a pointer to a 64-bit variable on amd64 systems. Therefore, 4 more bytes were initialized by the ALSA function, overwriting another int variable. This fix most probably also fixes 5056845. ###@###.### 2004-06-08
08-06-2004

PUBLIC COMMENTS On a 64-bit Linux on Athlon64 or Opteron, Java Sound's support for ALSA is not working. On 32-bit Linux, ALSA is working on AMD processors. ###@###.### 2004-06-01 The first problem was mainly due to wrong installation of ALSA. Then a crash was encountered, which is fixed for tiger-rc. ###@###.### 2004-06-08
01-06-2004