This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug backtrace/16215] SPARC: can't compute CFA for this frame


https://sourceware.org/bugzilla/show_bug.cgi?id=16215

--- Comment #3 from Sebastian Huber <sebastian.huber@embedded-brains.de> ---
With Binutils 2.24.51.20140322, GCC 4.9.0 20140323, and GDB 7.7.50.20140322-cvs
I still have the problem.

An objdump with --dwarf --dwarf-check gives:

sparc-rtems4.11-objdump --dwarf --dwarf-check ticker.exe >/dev/null
sparc-rtems4.11-objdump: Warning: There is an overlap [0x668 - 0x650] in
.debug_ranges section.
sparc-rtems4.11-objdump: Warning: There is an overlap [0x6c0 - 0x6a8] in
.debug_ranges section.

Is this a problem?  I am not sure how to begin to search for the problem.  Is
this more likely a Binutils, GCC or GDB problem?

On another test program with C++ I get even more warnings:

sparc-rtems4.11-objdump --dwarf --dwarf-check sptls02.exe >/dev/null
sparc-rtems4.11-objdump: Warning: There is a hole [0x1a34 - 0x1a8f] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x1a97 - 0x1aad] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x1ab5 - 0x1ad5] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x1add - 0x1afd] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x1e42 - 0x1e64] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x1e6c - 0x1e8d] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x1e95 - 0x1eb7] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x1ebf - 0x1ecf] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x1ed7 - 0x1ee7] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x1eef - 0x1f13] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x1f1b - 0x1f34] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x1f3c - 0x1f7e] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x1f86 - 0x1fa6] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x1fae - 0x1fce] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x20ef - 0x2108] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x251a - 0x2575] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x257d - 0x2593] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x259b - 0x25bb] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x25c3 - 0x25e3] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x26a3 - 0x26fe] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x2706 - 0x271c] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x2724 - 0x2744] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x274c - 0x276c] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x2c25 - 0x2c3e] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x2c46 - 0x2c6a] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x2c72 - 0x2c88] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x2c90 - 0x2ca9] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x2cb1 - 0x2cca] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is a hole [0x2cd2 - 0x2ce8] in
.debug_loc section.
sparc-rtems4.11-objdump: Warning: There is an overlap [0x12e0 - 0x12c8] in
.debug_ranges section.
sparc-rtems4.11-objdump: Warning: There is an overlap [0x1868 - 0x1850] in
.debug_ranges section.
sparc-rtems4.11-objdump: Warning: There is an overlap [0x5038 - 0x4f78] in
.debug_ranges section.
sparc-rtems4.11-objdump: Warning: There is an overlap [0x5b60 - 0x5b30] in
.debug_ranges section.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]