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.
デーモンとして実行されている C プロセスがあります。エラーのため、segfaulting で終了します。
問題を見つけるためulimit -c unlimitedに、コアダンプを分析できるようにしました。ただし、コアダンプ ファイルは生成されません。デーモン化せずにプロセスを実行すると、コアダンプが生成されます。この問題は、プロセスをデーモン化するときにのみ発生します。
ulimit -c unlimited
デーモン化されたプロセスのコアダンプを生成する方法は何ですか?