Debugging in Linux using core dumps

后端 未结 3 1751
没有蜡笔的小新
没有蜡笔的小新 2021-01-31 21:41

What are the \'best practices\' when it comes to debugging core dumps using GDB?

Currently, I am facing a problem:

  • The release version of my application is
3条回答
  •  没有蜡笔的小新
    2021-01-31 21:55

    You need to do some additional stuff to create binaries with stripped debug information that you can then debug from cores. Best description I could find is here

提交回复
热议问题