This is the mail archive of the gdb@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]

internal error (gdb-7.0)


Hi All,

I am trying to port my target to GDB-7.0. I have configured GDB-7.0 to my target with the help of GDB-6.8 which we are currently using. I have successfully ported to my target.

My Problem is when I am trying to run a simple C program it is ending in internal error

(gdb) tar simulator
Connected to the simulator.
(gdb) load
Loading section .text, size 0x34a lma 0x0
Loading section .data, size 0x394 lma 0x34c
Start address 0x0
Transfer rate: 14064 bits in <1 sec.
(gdb) b main
Breakpoint 1 at 0x198: file file.c, line 18.
(gdb) r
Starting program: /work/application2/test


Breakpoint 1,
/work/nagaraju//gdb-7.0/gdb/frame-unwind.c:110: internal-error: frame_unwind_find_by_frame failed
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n)


Can any one help me out of this issue.....

Thanks in advance,
Nagaraju.


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