내 OS가 Debian
이며, 다음과 같은 정보는 가지고있다 :gdb가 ".reg-xstate/xxxxx '섹션의 예상하지 않은 크기를 코어 파일에 표시하는 이유는 무엇입니까?" 하나의 코어 덤프 파일을 분석 할 <code>gdb</code>를 사용하는 경우
......
Program terminated with signal SIGSEGV, Segmentation fault.
warning: Unexpected size of section `.reg-xstate/67327' in core file.
.....
사람은 왜 경고 ("Unexpected size of section '.reg-xstate/67327' in core file.
은")하라는 메시지가 표시됩니다 설명 할 수 있을까요?
추신, 내 gdb
버전은 다음과 같습니다
$ gdb
GNU gdb (Debian 7.12-6+b1) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
하지만 핵심 파일 크기는 "무제한"이며 디스크 공간도 충분합니다. 이상해. –