Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
httpd.conf に CoreDumpDirectory /tmp を追加しました
mkdir /tmp chown apache:apache /tmp chmod 0777 /tmp ulimit -c unlimited service httpd restart
しかしcore.*、セグメント障害が発生したときにダンプ ファイルが生成されませんでした。何かアドバイスはありますか?
core.*
私のシステムは CentOS6.2 x64 (仮想マシン) です
ファイルをチェックして/etc/security/limits.conf、この行が 0 に設定されているかどうかを確認します。
/etc/security/limits.conf
* hard core 0
基本的に、3番目の単語がどこにあるか、core最初の単語が関連している*かどうかを確認apacheします。#行の先頭にa を追加すると、その行をコメントアウトできます。次に実行します。
core
*
apache
#
sysctl -p