Ticket #169 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

gdb currently broken (gdb-6.4-r0)

Reported by: laforge@… Owned by: mickey@…
Priority: high Milestone:
Component: OE bitbake recipes / build system Version: current svn head
Severity: major Keywords:
Cc: buglog@… Blocked By:
Blocking: Estimated Completion (week):
HasPatchForReview: PatchReviewResult:
Reproducible:

Description

GNU gdb 6.4
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "arm-linux"...Using host libthread_db library
"/lib/libthread_db.so.1".

Core was generated by `./gsmd -p /dev/ttySAC0 -s 115200 -F'.
Program terminated with signal 6, Aborted.
Error while mapping shared library sections:
"/lib/libc.so.6": not in executable format: File format not recognized.
Error while mapping shared library sections:
"/lib/ld-linux.so.2": not in executable format: File format not recognized.
Reading symbols from /lib/libgcc_s.so.1...done.
Loaded symbols for /lib/libgcc_s.so.1
Error while reading shared library symbols:
"/lib/libc.so.6": can't read symbols: File format not recognized.
Error while reading shared library symbols:
"/lib/ld-linux.so.2": can't read symbols: File format not recognized.
#0 0x40060668 in ?? ()
(gdb) quit

I tried to rebuild it on buildhost, unfortunately with no success :(

Change History

comment:1 Changed 6 years ago by koen@…

Are the libs in question unstripped? If not, do you have the -dbg packages
installed?

comment:2 Changed 6 years ago by mickey@…

Does the upgrade to 6.6 fix it?

comment:3 Changed 6 years ago by laforge@…

  • Status changed from new to closed
  • Resolution set to fixed

yes, 6.6 fixes it.

Note: See TracTickets for help on using tickets.