Bug 60893
| Summary: | Segmentation fault due to program as in compilation of bzImage of kernel (2.4.xx). | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Alexander Farley <afarley> | ||||||
| Component: | binutils | Assignee: | Jakub Jelinek <jakub> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 1.0 | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i386 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2002-03-11 14:17:23 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Alexander Farley
2002-03-08 15:48:44 UTC
I also tried the two sets of RDRAM chips alone (2x128Mb and 2x256Mb) both resulted in the same error. In addition I tried a UPS system and also got the same error. It is as that is segfaulting, not gcc. Can you please run gcc -save-temps -D__ASEMBLY__ -D__KERNEL__ -I/usr/src/linux/include -traditional -c entry.S -o entry.o and include here its output and entry.s it creates? Thanks. Created attachment 48040 [details]
output of requested command
Created attachment 48041 [details]
Ignore above file. The requested file, entry.o, could not be sent because it is empty.
Cannot reproduce this. What glibc are you using?
If glibc-2.2.90-{4,5,6,7}, please upgrade to 2.2.90-8.
The upgrade to glibc-2.2.90-8 worked perfectly (I am surprised that I missed the upgrade release). I guess the problem does not matter any more. Thanks for your time anyway. |