Bug 435985
Summary: | Static programs crash | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gary Thomas <gary> |
Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | ||
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: | 2008-04-08 12:14:10 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
Gary Thomas
2008-03-04 19:06:06 UTC
BTW, this same process works when built with older versions of GLIBC. In particular glibc-2.3.6-0.fc3.1 I built and tested on FC3 (yes, they still exist!) and the static versions of the programs execute properly. That's a qemu bug. Using kernel linker script to link is a very dumb idea for many reasons. In this particular case the linker script omits .tdata/.tbss sections which must be consecutive, but because of the linker are not. |