겁나 귀찮아서 일단 발로 짜서 기록해 둠
$ cat make_coredump.c #include <stdio.h> void main() { printf("%s",__LINE__); } |
gcore는 gdb 없으면 안될 삘?
The gdb(1) gcore command can be used to obtain a core dump of a running process. |
[링크 : https://linux.die.net/man/5/core]
[링크 : https://kldp.org/node/19080]
'Linux' 카테고리의 다른 글
리눅스 배터리 wear level (0) | 2023.01.04 |
---|---|
mpx - Multi-pointer X (0) | 2022.12.27 |
libgpiod (0) | 2022.12.16 |
strip debug symbol 날리기 (0) | 2022.12.07 |
systemctl status 전체 로그 보기 (0) | 2022.11.30 |