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.
cygwinでコアダンプを有効にする必要があります。使用したことulimit -c unlimitedがありますが、デバッグしたいプログラムがクラッシュしても、ディレクトリにコアダンプがありません。これは実際にコアダンプを有効にする正しい方法ですか?その場合、どこでダンプを見つけることができますか?
ulimit -c unlimited
これは機能しているはずです。どのシェルを使用していますか?
ダンプの名前は「コア」ではないことを忘れないでください...Cygwinを搭載したWindowsマシンでは、「mybadprog.exe.stackdump」のような名前になる可能性があります。