Bug 27090
| Summary: | jdk 1.3 does not start, it hanges | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Knut J BJuland <knutjbj> |
| Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED RAWHIDE | QA Contact: | Aaron Brown <abrown> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.1 | CC: | chabotc, fweimer, knutp, scfitch, sistar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| URL: | I have no url, just type in java --version with jdk 1.3.0_01 from sun installed | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-03-21 13:55:24 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
Knut J BJuland
2001-02-11 21:32:57 UTC
We (Red Hat) should really try to resolve this before next release. This is a buggy JDK (it has hardcoded knowledge about thread stacks being 2MB in size aligned to that size). We're now discussing what do with that. *** Bug 28132 has been marked as a duplicate of this bug. *** *** Bug 27003 has been marked as a duplicate of this bug. *** *** Bug 27003 has been marked as a duplicate of this bug. *** Do note that this behaviour happens with both Sun's JRE, as well as IBM's JRE. IBM's JRE can be get work work when force-installing the i386 glibc packages (rpm -ivh --force glibc-...-i386.rpm). This however does not fix Sun's JRE (which is used in netscape, and various other components) Please try glibc-2.2.2-7 and pass LD_ASSUME_KERNEL=2.2.5 in environment to JRE. Java works with glibc 2.2.2-7 and export LD_ASSUME_KERNEL=2.2.5 in ./home/user/.bashrc Great. Sun is testing a JDK fix ATM AFAIK, so with next JDK it won't be necessary to use this env variable. *** Bug 35054 has been marked as a duplicate of this bug. *** export LD_ASSUME_KERNEL=2.2.5 is better to put in $JAVA_HOME/bin/.java_wrapper This way it is set for Java only. Tested with appletviewer and Forte for Java. Sun's jdk1.3.1rc2 works with redhat7.1 *** Bug 40584 has been marked as a duplicate of this bug. *** |