Debugging linux kernel panic

前端 未结 1 1158
别跟我提以往
别跟我提以往 2021-01-01 01:07

I am new to kernel debugging.Below is the last kernel message. According to my understanding it is trying to access the null pointer. But i do not understand why it is shutt

相关标签:
1条回答
  • 2021-01-01 01:45

    If your not able to reproduce the oops the only real recourse you have is to look at the objdump of the kernel and match up the CPU state dumped in the oops with the location of the variables. There used to be a guide (written by Linus himself!) in the kernel tree: Documentation/oops-tracing.txt. However it seems the Kernel User Manual now has more upto date documentation rendered from the source tree.

    0 讨论(0)
提交回复
热议问题