Bug 556310 - [abrt] crash in gdb-7.0.1-26.fc12
Summary: [abrt] crash in gdb-7.0.1-26.fc12
Keywords:
Status: CLOSED DUPLICATE of bug 559414
Alias: None
Product: Fedora
Classification: Fedora
Component: gdb
Version: 12
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jan Kratochvil
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:41ff64169e3546cf5ddcd731e76...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-17 20:14 UTC by Gidmantas
Modified: 2010-01-31 02:28 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-01-19 10:45:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (15.77 KB, text/plain)
2010-01-17 20:14 UTC, Gidmantas
no flags Details

Description Gidmantas 2010-01-17 20:14:46 UTC
abrt 1.0.3 detected a crash.

Attached file: backtrace
cmdline: gdb -batch -ex 'set set debug-file-direc set debug-file-directory /usr/lib/debug:/var/ca' -ex 'file file /usr/bin/totem-video-thumbn' -ex 'core-file core-file /var/cache/abrt/ccpp-1263758866-713' -ex 'thread threa thr thread ap thre' -ex 'info info shar'
component: gdb
executable: /usr/bin/gdb
kernel: 2.6.31.9-174.fc12.i686.PAE
package: gdb-7.0.1-26.fc12
rating: 4
reason: Process was terminated by signal 6 (Aborted)

Comment 1 Gidmantas 2010-01-17 20:14:49 UTC
Created attachment 384960 [details]
File: backtrace

Comment 2 Jan Kratochvil 2010-01-17 22:07:19 UTC
Hi Gidmantas,
I am very interested in this crash.
Would it be possible to get your core file?
/var/cache/abrt/ccpp-1263758866-713

Thanks,
Jan

Comment 3 Denys Vlasenko 2010-01-18 12:22:21 UTC
Wow...

Can you post your /var/log/messages? Are there "Executing: gdb foo bar..." lines? Are they mangled like this too?

Comment 4 Jan Kratochvil 2010-01-19 10:45:08 UTC
The crash is on the assertion:

static int
scan_dyntag (int dyntag, bfd *abfd, CORE_ADDR *ptr)
  for (target_section = current_target_sections->sections;
       target_section < current_target_sections->sections_end;
       target_section++)
    if (sect == target_section->the_bfd_section)
      break;
  gdb_assert (target_section < current_target_sections->sections_end);

But without a reproducer or at least the core file I do not understand the reason; keeping it in mind.

Comment 5 Jan Kratochvil 2010-01-31 02:28:09 UTC

*** This bug has been marked as a duplicate of bug 559414 ***


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