Can you tell me the command to check the stack

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Girish Kanakagiri
    New Member
    • May 2007
    • 93

    Can you tell me the command to check the stack

    can u tell me the command to view stack in core dump.
    I am getting core dump because of some ealier code issue.
    I am using GDB.

    Please tell me the command to view the content of stack so that I can reach to core dump issue.
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    backtrace

    bt

    Comment

    Working...