Bug 556227

Summary: [abrt] crash in gdb-7.0-13.fc12
Product: [Fedora] Fedora Reporter: Henry Wu <sigsegv4>
Component: gdbAssignee: Jan Kratochvil <jan.kratochvil>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: 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 Flags
File: backtrace none

Description Henry Wu 2010-01-17 10:15:13 UTC
abrt 1.0.3 detected a crash.

Attached file: backtrace
cmdline: gdb --interpreter mi2 --nx
component: gdb
executable: /usr/bin/gdb
kernel: 2.6.31.9-174.fc12.i686.PAE
package: gdb-7.0-13.fc12
rating: 3
reason: Process was terminated by signal 6

Comment 1 Henry Wu 2010-01-17 10:15:16 UTC
Created attachment 384896 [details]
File: backtrace

Comment 2 Jan Kratochvil 2010-01-17 10:34:44 UTC
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').