Backtrace Of Linux Core Dump With No Debug Info In It.?

December 8th, 2009 by admin | Filed under Linux Debugging

I have a core dump file that has been generated in production
environment – there is no debug info in it. Backtrace in gdb doesn’t
show any useful information.
Is there a way with gdb or with some other tool to get assembly
backtrace?

Related Posts:

tag_iconTags: | | | | |

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

1 Response to “Backtrace Of Linux Core Dump With No Debug Info In It.?”.

  1. plam_tod :

    It’s pretty tough to generate a backtrace if the
    code was not only compiled without debug, but
    more to the point, with the frame pointer optimized
    away. If “gdb” or “pstack” can’t give you a backtrace,
    then you’re in a tough spot.
    If you have any control over the building of the
    application (for the future), have the developers
    specify flags to gcc to use the FP (rather than
    optimizing it away by only using offsets from SP).

Leave a comment.

To leave a comment, please fill in the fields below.

Powered by Yahoo! Answers