관리 메뉴

Sysops Notepad

[Apache]exit signal Segmentation fault (11) error 본문

업무/sys

[Apache]exit signal Segmentation fault (11) error

sysops 2021. 4. 9. 16:54

 

/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

 

Comments