Bug 556227
Summary: | [abrt] crash in gdb-7.0-13.fc12 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Henry Wu <sigsegv4> | ||||
Component: | gdb | Assignee: | Jan Kratochvil <jan.kratochvil> | ||||
Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 12 | CC: | jan.kratochvil, pmuldoon | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i686 | ||||||
OS: | Linux | ||||||
Whiteboard: | abrt_hash:eb138f9b3bbc5b3434937883ce366c487bf53df0 | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-01-17 10:34:44 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
Henry Wu
2010-01-17 10:15:13 UTC
Created attachment 384896 [details]
File: backtrace
The backtrace is not usable, the question is why. Is your /usr/bin/gdb the one from rpm package? Please do: rpm -V gdb gdb-debuginfo rpm -q gdb gdb-debuginfo Also your system glibc is not the current one and therefore glibc-debuginfo is no longer available for it. your libc.so.6 build-id: 68354843e5200f56efe06888e9c389ee1e43aca2 2.11.1-1.i686 libc.so.6 build-id: bea0bdd27b8b87f4b423339693385c5526d6b1cd Guessing gdb-debuginfo rpm version also does not match your gdb version rpm. Please update your system packages (`yum --update'). |