====== 디버깅(debugging) ======
* description : 디버깅 관련 자료 정리
* author : 주레피
* email : dhan@repia.com
* lastupdate : 2023-03-25
===== Intro =====
valgrind, gdb,
$> ulimit -c unlimited
$> nohup 프로그램 실행 (백그라운드)
===== Case Study =====
==== 세그멘테이션 폴트 ====
=== C ===
* [[https://freecoder.dev/segmentation-fault-in-c/|How to Debug Segmentation Fault in C/C++ Program?]]
* [[https://www.youtube.com/watch?v=8JEEYwdrexc|Using Valgrind and GDB together to fix a segfault and memory leak]]
===== Term =====
===== Tip =====
===== Troubleshooting =====
===== Ref =====
{{tag>주레피}}