시스템이 충돌하고 실행이 중단된 후 다음 오류가 발생합니다. 지원되는 파일 형식이 아닙니다.

시스템이 충돌하고 실행이 중단된 후 다음 오류가 발생합니다. 지원되는 파일 형식이 아닙니다.

메시지, dmesg, 보안 등 일반적인 로그를 살펴본 후에는 원인을 알 수 없지만 시스템이 충돌했습니다. 나는 그들에게서 가치있는 것을 보지 못했기 때문에 따르기로 결정했습니다.지도 시간충돌하는 애플리케이션을 실행하여 무슨 일이 일어났는지 확인하는 방법.

실행할 때마다:

$ sudo crash System.map-3.10.0-123.el7 vmlinuz-3.10.0-123.el7 vmcore

다음 오류가 발생합니다. crash: vmlinuz-3.10.0-123.el7: not a supported file format

출력은 다음과 같습니다.

crash 7.0.9-5.el7_1
Copyright (C) 2002-2014  Red Hat, Inc.
Copyright (C) 2004, 2005, 2006, 2010  IBM Corporation
Copyright (C) 1999-2006  Hewlett-Packard Co
Copyright (C) 2005, 2006, 2011, 2012  Fujitsu Limited
Copyright (C) 2006, 2007  VA Linux Systems Japan K.K.
Copyright (C) 2005, 2011  NEC Corporation
Copyright (C) 1999, 2002, 2007  Silicon Graphics, Inc.
Copyright (C) 1999, 2000, 2001, 2002  Mission Critical Linux, Inc.
This program is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions.  Enter "help copying" to see the conditions.
This program has absolutely no warranty.  Enter "help warranty" for details.

crash: vmlinuz-3.10.0-123.el7: not a supported file format

Usage:

  crash [OPTION]... NAMELIST MEMORY-IMAGE[@ADDRESS] (dumpfile form)
  crash [OPTION]... [NAMELIST]                  (live system form)

Enter "crash -h" for details.

CentOS 7을 사용하고 있습니다. 무엇이 잘못될 수 있나요? 또한 충돌에 대한 더 나은 정보를 얻을 수 있는 방법에 대한 아이디어도 주시면 감사하겠습니다.

답변1

vmlinuz 형식은 AFAIK로 압축됩니다. 여기에 복사하여 붙여넣기에는 단계가 너무 길어서 링크를 제공하겠습니다.

https://stackoverflow.com/a/30514503/3979290

관련 정보