Dev/기타

core 파일 분석

newtype 2008. 7. 9. 11:17

- 생성 정보 확인
$ file core


- callstack 정보 확인
$ pstack core


- 전체 메모리 맵 확인
$ pmap core


- 시그널 정보 확인
$ pflags core


- core 발생 Lib 확인
$ mdb core
>
$C
> $q


- 링크한 동적 Lib 확인
$ pldd core


- process id: effective, real, saved (u/g) 확인
$ pcred core


sun 장비에서 확인 한 내용입니다.
반응형