업무/sys
[Apache]exit signal Segmentation fault (11) error
sysops
2021. 4. 9. 16:54
728x90
/var/log/messages 에 아래와 같이 로그를 남길때 apache core 덤프를 남겨 분석을 하시면 됩니다.
[notice] child pid 14444 exit signal Segmentation fault (11)
# vi httpd.conf
CoreDumpDirectory /tmp # 추가
# apache restart
만약 core 덤프 안 생기면 #ulimit -c unlimited 입력
# gdb /usr/bin/httpd /tmp/core
728x90