2020年3月2日月曜日

apache child pid exit signal Segmentation fault (11)

$ gcb /usr/sbin/httpd

  use: debuginfo-install httpd-2.4.6-90.el7.centos.x86_64

$ debuginfo-install httpd-2.4.6-90.el7.centos.x86_64
$ gcb /usr/sbin/httpd
(gdb) run -X
(gdb) list
(gdb) where

quit

# ulimit -a | grep 'core file size'
# ulimit -S -c unlimited
# ulimit -a | grep 'core file size'

0 件のコメント:

コメントを投稿

シャットダウン時の後処理 (shutdown)

# vi /etc/systemd/system/drop.service [Unit] Description= stop httpgwd DefaultDependencies=no Before=shutdown.target RefuseManualStart=true ...