let「s assume oops releases a new version, processorders v1.1.
我们假设oops发布了一个新版本,即 processordersv1.1。
with linux, the traditional method for debugging a system crash has been to analyze the details of the oops message sent to the system console at the time of the crash.
在linux 中,调试系统崩溃的传统方法是分析在发生崩溃时发送到系统控制台的oops消息。
this is a premise not a conclusion whereas, if we look in here, oops i」m going the other way.
这是个前提,而不是结论,但是如果我们看这里,对不起我弄错了。
let's say your system has just created an oops message.
让我们假设系统刚刚创建了一条oops消息。
listing 10 shows the oops created by the mount to the jfs file system with the problem that was created by the three lines in listing 8 that were added to the mount code of jfs.
listing 10. oops after being processed by ksymoops
清单10.ksymoops处理后的oops 消息
there are several items that ksymoops needs: oops message output, the system.map file from the kernel that is running, and /proc/ksyms, vmlinux, and /proc/modules.