Kernel panic으로 kernel dump를 했을때, dump를 분석하는 툴.

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


소스는 github에서 받을 수 있다.

https://github.com/crash-utility/crash


빌드할때 타겟에 맞게 빌드가 필요하다.

ARM : $ make target=ARM

ARM64 : $ make target=ARM64


"no termcap library found" 에러 메시지가 발생했다면, libncurse5-dev 추가 설치가 필요하다. (Ubuntu 14.04 기준)

$ sudo apt-get install libncurses5-dev 



+ Recent posts