기본 콘텐츠로 건너뛰기

gdb 사용을 위한 core 파일 남기기

설정 변경
#ulimit -c unlimited
설정 확인
#ulimit -a

#ls core

#gdb ./실행파일 core
# bt  ==> 위치 찾아가기

댓글