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]

No useful backtrace in core dump.


Hi list,
        I'm new with gdb. Really need your help. I run gdb with my
program on ARM platform. I compiled the codes with -g option. After
the codes crash, in core dump file, I only see something like:

Raise()
Abort()
?? ()

Why no the last function called in my program? How to make this work,
Please help.

Thanks!


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