Bug 90755
| Summary: | Latest glibc packages break java | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Nicolas Mailhot <nicolas.mailhot> |
| Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED NOTABUG | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | fweimer |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-09-28 06:32:31 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
Nicolas Mailhot
2003-05-13 13:24:59 UTC
/usr/lib/jvm/java-1.3.1-blackdown-1.3.1.02b/bin/i386/native_threads/java: relocation error: /usr/lib/jvm/java-1.3.1-blackdown-1.3.1.02b/jre/lib/i386/libjava.so: symbol __libc_waitpid, version GLIBC_2.0 not defined in file libc.so.6 with link time reference It is a bug in that ancient JDK, fixed in more recent JDK releases. Unfortunately 1.3.1 is the target production java sdk for lots of people. With 1.4.0 quietly retired by Sun and 1.4.1 looking like it will have the same fate as soon as 1.4.2 is available people don't have much choice. And 1.3.1 *is* still updated regularly - the sun 1.3.1 sdk involved in the bug report was updated just a few days ago. However, that's your call IBM java broken too [nim@rousalka nim]$ unset LANG [nim@rousalka nim]$ export LD_ASSUME_KERNEL=2.2.5 [nim@rousalka nim]$ /usr/lib/jvm/java-1.4.0-ibm/bin/java -version Unable to initialize signal handler, thread create failed Could not create the Java virtual machine. All JVMs needed some help when using NPTL. Sun's 1.4.1 (I think) worked, IBM also eventually got a 1.4.1 version to work, maybe even backported the changes to a 1.3 version. This is in no case a glibc problem. Closing. |