打开有用的 Linux 内核调试选项
应将哪些非默认内核调试配置选项添加到标准内核配置中?
2.6.x 内核似乎默认启用调试支持,但具有一组基本选项。我很想知道是否应该打开其他选项来帮助分析 kdump vmcore。
What are some of the non-default kernel debug config options that one should add to a standard kernel config?
2.6.x kernels seem to enable debugging support by default but with a basic set of options. I am curious to hear whether there are additional options that should be turned on to aid analysis of kdump vmcores.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
LDD3 CHAPTER 4提到了很多调试配置,这里是pdf文件:
http://lwn.net/images/pdf/LDD3/ch04.pdf
我不确定这对 kdump vmcore 是否有帮助。
LDD3 CHAPTER 4 mentioned many debug configurations, here is the pdf file:
http://lwn.net/images/pdf/LDD3/ch04.pdf
I am not sure whether it is helpful for kdump vmcores or not.
有关比 LDD3 第 4 章 稍微更新的内核调试选项列表,请参阅Fedora 内核调试策略页面。
For a slightly more recent list of kernel debugging options than that of LDD3 Chapter 4, see the Fedora Kernel Debugging Strategy page.