커널 코어 덤프에는 어떤 정보가 있습니까?

커널 코어 덤프에는 어떤 정보가 있습니까?

저는 CentOS 6을 사용하고 있습니다.

시스템에 커널 패닉이 발생하여 재부팅되었습니다.

코어 덤프 생성을 활성화하여 300MB 크기의 커널 코어 덤프를 생성했습니다.

이 300MB에는 어떤 정보가 담겨 있나요? 내부에 캡처된 모든 메모리 세그먼트를 나열하는 방법이 있습니까? 캡처된 정보를 세부적으로 조정할 수 있나요?

답변1

Red Hat Crash Utility는 커널별 디버거입니다. 일반적으로 시스템 패닉, 작동 중지 또는 응답이 없을 때 사후 시스템 분석을 수행하는 데 사용됩니다. 이 유틸리티를 사용하여 다음을 조사할 수 있습니다.

Live Linux systems
Linux kernel core dumps created by the Kdump facility
Compressed Linux kernel core dumps created by the makedumpfile command (from kdump dumpfiles)
Linux kernel core dumps created from by the Red Hat Netdump facility
Linux kernel core dumps created from by the Red Hat Diskdump facility
Compressed Linux kernel core dumps created by the Red Hat Diskdump facility
Xen host Linux kernel core dumps created by the Kdump facility
Xen guest Linux kernel core dumps created by the original xendump facility
Xen guest Linux kernel core dumps created by the ELF-format xendump facility
Xen hypervisor core dumps created by the Kdump facility
KVM guest Linux kernel core dumps created by the virsh dump facility
s390 Linux kernel core dumps created by the IBM standalone core dump facility.
s390x Linux kernel core dumps created by the IBM standalone core dump facility.
Linux kernel core dumps created by the LKCD (Linux Kernel Crash Dumps) Sourceforge project
Linux kernel core dumps created by the Mcore patch offered by Mission Critical Linux

http://people.redhat.com/anderson/crash_whitepaper/

https://web.archive.org/web/20160304173508/http://magazine.redhat.com/2007/08/15/a-quick-overview-of-linux-kernel-crash-dump-analytic

관련 정보