Look into the kernel/panic.c. You can modify the code to create a log file or a socket. Most time, you are able to write those information to your own log file or use your own socket to somewhere depending on how the kernel is crashed.
【在 p*******i 的大作中提到】 : Look into the kernel/panic.c. You can modify the code to create a log file : or a socket. Most time, you are able to write those information to your : own log file or use your own socket to somewhere depending on how the : kernel is crashed. : : log
【在 j**********p 的大作中提到】 : There are multiple ways: : 1) kdb : 2) kdump : 3) serial console : 4) net console : : log
z*o
29 楼
楼主就是传说中的生物千老么? 拜一个,我现在这样子看着也快了
T*u
30 楼
没有公司干这么让你工作,工作不拿钱是违法的。
o*n
31 楼
just received this webinar flyer, you are maybe interested Linux Kernel Debugging: Tricks, Tools, and Trends Description: When a kernel crashes, when a driver won’t drive, developers want to know why. Perhaps you have your kernel crash scrolled right off the vga screen or you didn't get to see it at all. Perhaps you turn to kgdb, but find you have no serial port. Seems like you’re stuck. You probably need to have a look at what all could help you out. If you wrote perfect software first time, al