Fault Locating
If a system cannot be operated but does not restart, the system is suspended. Figure 1 shows how to locate and rectify the fault.
- Configure kdump so that the system can collect crash information for subsequent debugging.
- Configure kernel parameters so that the suspension problem can cause the system to break down.
- Reproduce the problem and confirm that a vmcore file is generated.
- Use Crash to debug the vmcore file and locate the fault.
- Analyze the cause and modify the code. Then perform a verification.
- If the verification is successful, the code is integrated and no further action is required.
- If the verification fails, add debugging information, recompile the code, and run the code to reproduce the problem.
Parent topic: System Suspension
