본문 바로가기

유용한 디버깅 팁/crash utility and vmcore

[Linux kernel] vmcore enabled kernel configuration

We need to turn on the following kernel configs:

+CONFIG_CRASH_DUMP=y
+CONFIG_KEXEC=y
+CONFIG_KEXEC_FILE=y
+CONFIG_DEBUG_INFO=y

 

 

08/23/2024