Bug 38099

Summary: glibc-2.2.2.i686 breaks jdk1.3.0_02
Product: [Retired] Red Hat Linux Reporter: Michael Lipp <mnl>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: fweimer
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-04-27 16:10:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Lipp 2001-04-27 16:10:01 UTC
When the i686 specific version of glibc-2.2.2 is installed, the java
virtual machine
simply hangs when called (`java -version'). Using the "normal"
glibc-2.2.2.i386
fixes this.

The JDK used is jdk1.3.0_02 (latest version available from sun). The
hardware is
an Athlon-CPU.

Comment 1 Jakub Jelinek 2001-04-27 16:27:34 UTC
Please check RELEASE-NOTES, there is a bug in Sun (and IBM) JDK,
you can use a workaround
export LD_ASSUME_KERNEL=2.2.5
until JDKs are fixed.