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.
phpでshell_execを使用して.shファイルを開始します。
$out = array(); exec("/home/user/html/run.sh 2>&1", $out); print_r($out);
この.shファイルには、ハードディスクに出力ファイルを生成するプログラムがあります。
このエラーが戻ったからです。
run.sh:1行目:59934セグメンテーション違反(コアダンプ)
どういう意味ですか?