Bug 541548
Summary: | jmap fails: Could not find symbol "gHotSpotVMTypeEntryTypeNameOffset" | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Maxim Valyanskiy <max.valjanski> |
Component: | java-1.6.0-openjdk | Assignee: | Andrew Haley <aph> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | 12 | CC: | aph, dbhole, dvrzalik, langel, lkundrak, mjw, mjw, mmatejov, mschick, therfert |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 530402 | Environment: | |
Last Closed: | 2010-01-20 18:01:12 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
Maxim Valyanskiy
2009-11-26 09:52:58 UTC
The root cause for this seems to be that the HotSpotTypeDataBase doesn't know to search for the .symtab elf section in the debuginfo file, which it should get through either the original .gnu_debuglink section or the newer buildid note mechanism. https://fedoraproject.org/wiki/Releases/FeatureBuildId There's now a patch for this upstream, and we'll push it to the Red Hat packages for the next release. *** This bug has been marked as a duplicate of bug 530402 *** Fixed in java-1.6.0-openjdk-1.6.0.0-34.b17.fc12. You'll need to install the -debuginfo packages. |