Bug 191948
Summary: | gdb segfaults on ia64 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Doug Chapman <dchapman> | ||||
Component: | gdb | Assignee: | Alexandre Oliva <aoliva> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | rawhide | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | ia64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | gdb-6.3.0.0-1.129 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2006-05-19 12:28:27 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: | 163350 | ||||||
Attachments: |
|
Description
Doug Chapman
2006-05-16 15:45:53 UTC
A little more info... I also tried compiling with -static with the same results. Also tried compiling both normal and static on a RHEL4 system and running on rawhide with the same results. Works (sort of) (on a slightly older?) RHEL4 installation. $ gdb --version GNU gdb Red Hat Linux (6.3.0.0-0.31rh) $ rpm -q -f /usr/bin/gdb gdb-6.3.0.0-0.31 I do see a "Failed to read a valid object file image from memory." on startup of gdb, and when I type "run", but no SIGSEGV, and things otherwise seem to be working (can set breakpoints, gdb stops at them and prints reasonable location information). This was with a kernel.org kernel. Running with RHEL4 kernel 2.6.9-34.EL, I see similar results ... gdb works, but there are some warning messages (e.g. "warning: cannot close "shared object read from target memory": File in wrong format"). Tony's note above gave me the idea to try the RHEL4 gdb on rawhide. I removed gdb and installed gdb-6.3.0.0-1.96.ia64.rpm from the RHEL4 tree. This version of gdb works with no problem. I don't see the error that Tony mentions here. Created attachment 129253 [details]
stack trace of gdb segvault
This was created by setting "ulimit -c" so that gdb would create a core file
then using the RHEL4 gdb to read that core and get a stack trace.
FYI, gdb-6.3.0.0-1.122 shipped with the ia64 FC5 ISO DVD image posted by Prarit on oss.sgi.com is running fine too. Thanks for the report, this should be fixed in tomorrow's rawhide, gdb-6.3.0.0-1.129.FC6.ia64. I confirm that today's Rawhide gdb-6.3.0.0-1.129.FC6 is working again. Many thanks for this quick fix. gdb-6.3.0.0-1.134.fc5 has been pushed for fc5, which should resolve this issue. If these problems are still present in this version, then please make note of it in this bug report. |