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.
RHEL 6.6 ベースの環境では、XML rpc サーバーによって作成されたスレッドから IO を実行しています。スレッドは、vfork() を実行する外部コマンドを実行します。vfork() システム コールはエラー番号 513 で失敗します。
考えられる理由は何ですか?
親スレッドに保留中のシグナル (SIGTERM、SIGUSR1、SIGSEGV など) がある場合、記述からカーネル ソースへのエラー 513 が発生します。