Bug 185662
Summary: | Xen x86_64 kernels in kernel debuginfo package do not contain dwarf symbols | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kiersten (Kerri) Anderson <kanderso> |
Component: | xen | Assignee: | Stephen Tweedie <sct> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5 | CC: | anderson, bstein, katzj, quintela |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | kernel-debuginfo-2.6.18-1.2257.fc5 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-01-11 21:28:22 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: | |||
Bug Depends On: | |||
Bug Blocks: | 179629 |
Description
Kiersten (Kerri) Anderson
2006-03-16 19:13:52 UTC
From a size perspective, it gets worse. The module files don't have the symbols either. We might want to look at creating kernel specific debuginfo rpms. I only want the guest domain kernel debuginfo in a xen guest. Given the size, I don't want to take up space in a guest partition for the other kernels. It should be noted that this is x86_64 only; the x86 xen[0U] vmlinux files do contain debug data. This is essentially a showstopper for x86_64 xen kernel crash dump facility. This is fixed in latest updates - kernel-debuginfo for FC5, or kernel-xen-debuginfo for FC6 and later. On FC5: # uname -m x86_64 # ls -l */vmlinux -rwxr-xr-x 1 root root 48539373 Dec 15 18:07 2.6.18-1.2257.fc5kdump/vmlinux -rwxr-xr-x 1 root root 51788895 Dec 15 16:28 2.6.18-1.2257.fc5/vmlinux -rwxr-xr-x 1 root root 50289916 Dec 15 17:28 2.6.18-1.2257.fc5xen0/vmlinux -rwxr-xr-x 1 root root 38282031 Dec 15 17:40 2.6.18-1.2257.fc5xenU/vmlinux -rwxr-xr-x 1 root root 49817241 Dec 15 16:59 2.6.18-1.2257.fc5xen/vmlinux And fc6: # uname -m x86_64 # ls -l */vmlinux -rwxr-xr-x 1 root root 54295942 Dec 15 17:43 2.6.18-1.2868.fc6/vmlinux -rwxr-xr-x 1 root root 51124593 Dec 15 18:01 2.6.18-1.2868.fc6xen/vmlinux |