Bug 37024
| Summary: | Sun Java JDK 1.3 interpreter does not work | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <jluis> |
| Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED WORKSFORME | QA Contact: | Aaron Brown <abrown> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | CC: | derekw, fweimer |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-04-22 14:41:18 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
Need Real Name
2001-04-21 20:45:42 UTC
I am experiencing this problem with Red Hat Linux 7.1 and JDK 1.3.0_02 as well. In the process list the java interpreter is listed as [java <defunct>] and in a zombie state. See RELEASE-NOTES:
o Some Java JVMs (both from Sun and IBM) don't work with the new
floating stack feature of the i686 version of glibc. The failures
are due to programming assumptions in the JVMs that are now invalid.
JVM vendors are working on making the necessary corrections. Until
corrected JVM packages are available, you may force glibc to use the
deprecated stack model by setting the following environment variable:
LD_ASSUME_KERNEL=2.2.5
As for /bin/cut vs. /usr/bin/cut, you either have to make a symlink
or adjust JDK scripts.
I have had good luck using the IBM JVM instead of the Sun JVM after coming across this bug in my 7.1 machine. |