Bug 683068 - [abrt] gdb-7.2-45.fc14: decode_frame_entry: Process /usr/bin/gdb was killed by signal 11 (SIGSEGV)
Summary: [abrt] gdb-7.2-45.fc14: decode_frame_entry: Process /usr/bin/gdb was killed b...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: gdb
Version: 14
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jan Kratochvil
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:58ee487bf64543b812a4982fc2c...
: 588224 687940 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-08 13:11 UTC by Kenneth Soerensen
Modified: 2012-08-16 13:30 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-16 13:30:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (217.79 KB, text/plain)
2011-03-08 13:11 UTC, Kenneth Soerensen
no flags Details

Description Kenneth Soerensen 2011-03-08 13:11:42 UTC
abrt version: 1.1.17
architecture: i686
Attached file: backtrace, 223016 bytes
cmdline: gdb build/kgap
component: gdb
Attached file: coredump, 21073920 bytes
crash_function: decode_frame_entry
executable: /usr/bin/gdb
kernel: 2.6.35.11-83.fc14.i686.PAE
package: gdb-7.2-45.fc14
rating: 4
reason: Process /usr/bin/gdb was killed by signal 11 (SIGSEGV)
release: Fedora release 14 (Laughlin)
time: 1299588717
uid: 500

How to reproduce
-----
1. Start program through gdb.
2. Press Ctrl-C to break the program.
3. gdb crashes approxemately 1 out of 10 times.

Comment 1 Kenneth Soerensen 2011-03-08 13:11:47 UTC
Created attachment 482896 [details]
File: backtrace

Comment 2 Jan Kratochvil 2011-03-08 14:24:11 UTC
*** Bug 588224 has been marked as a duplicate of this bug. ***

Comment 3 Jan Kratochvil 2011-03-08 14:57:18 UTC
While it is a GDB bug it seems to me there is a problem in the inferior build/kgap or one of its libraries - is it built by gcc?  Is it a program you can attach here?  Thanks.

Comment 4 Kenneth Soerensen 2011-03-09 07:52:44 UTC
The program is compiled with the current Fedora gcc 4.5.1 20100924 (Red Hat 4.5.1-4).

Unfortunately, I can't attach the debugged program but I will try to investigate further the next time the bug occurs. I haven't been able to reproduce it this morning.

Comment 5 Jan Kratochvil 2011-03-16 06:15:23 UTC
*** Bug 687940 has been marked as a duplicate of this bug. ***

Comment 6 adriano 2011-04-06 03:58:21 UTC
Package: gdb-7.2-46.fc14
Architecture: i686
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1.I'm using eclipse Version: 3.6.1Build id: M20100909-0800.
2.Road by gdb eclipse (eclipse-cdt debug mode). 
3.The program I'm testing is quite simple. Is below.


Comment
-----
#include <iostream>
using namespace std;
class BlocoNotas
{
public:
	void mostraMensagem()
	{
		cout << "Programa 1 de teste" << endl;
	}
};

int main() {
	BlocoNotas meuBloco;
	meuBloco.mostraMensagem();

}

Comment 7 Jan Kratochvil 2011-04-06 14:31:55 UTC
adriano, it is not reproducible for me.
Could you attach for example the core file from /var/spool/abrt?

Comment 8 Fedora End Of Life 2012-08-16 13:30:04 UTC
This message is a notice that Fedora 14 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 14. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained.  At this time, all open bugs with a Fedora 'version'
of '14' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this 
occurring, but we forgot to do that. A thousand apologies.)

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, feel free to reopen 
this bug and simply change the 'version' to a later Fedora version.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we were unable to fix it before Fedora 14 reached end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" (top right of this page) and open it against that 
version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping


Note You need to log in before you can comment on or make changes to this bug.